]> git.pld-linux.org Git - packages/file.git/blame - php-wsdl-cache.magic
- fix md5, older gcc fix
[packages/file.git] / php-wsdl-cache.magic
CommitLineData
14a2de53 1# PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
8082bf22
ER
2# Cache format extracted from source:
3# http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
91d7a1e2 4# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010
14a2de53
ER
50 string wsdl PHP WSDL cache,
6>4 byte x version 0x%02x
7>6 ledate x \b, created %s
91d7a1e2
ER
8
9# uri
10>10 lelong !0x7fffffff
11>>&0 string >0 \b, uri: "%s"
12
13# source
14>>&(&-4.l) lelong !0x7fffffff
15>>>&0 string >0 \b, source: "%s"
16
17# target_ns
18>>>&(&-4.l) lelong !0x7fffffff
19>>>>&0 string >0 \b, target_ns: "%s"
This page took 0.064811 seconds and 4 git commands to generate.