]> git.pld-linux.org Git - packages/file.git/blobdiff - php-wsdl-cache.magic
- fix md5, older gcc fix
[packages/file.git] / php-wsdl-cache.magic
index 446ef74017754f3a4081342f1b9b35c958255a05..b9d5b49e09595aef7b54fade96a0aeb86b237721 100644 (file)
@@ -1,5 +1,19 @@
 # PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
-# By Elan Ruusamäe <glen@delfi.ee> 2010
+# Cache format extracted from source:
+# http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
+# 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.039886 seconds and 4 git commands to generate.