]> git.pld-linux.org Git - packages/file.git/commitdiff
- urls printing, hacked with patrys
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Dec 2010 17:33:39 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-wsdl-cache.magic -> 1.2

php-wsdl-cache.magic

index 446ef74017754f3a4081342f1b9b35c958255a05..3e37233087d8cc0d66e398f8c5dec3a80760afcb 100644 (file)
@@ -1,5 +1,17 @@
 # PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
-# By Elan Ruusamäe <glen@delfi.ee> 2010
+# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010
 0      string          wsdl    PHP WSDL cache,
 >4     byte            x       version 0x%02x
 >6     ledate          x       \b, created %s
+
+# uri
+>10 lelong !0x7fffffff
+>>&0 string >0 \b, uri: "%s"
+
+# source
+>>&(&-4.l) lelong !0x7fffffff
+>>>&0 string >0 \b, source: "%s"
+
+# target_ns
+>>>&(&-4.l) lelong !0x7fffffff
+>>>>&0 string >0 \b, target_ns: "%s"
This page took 0.033475 seconds and 4 git commands to generate.