]> git.pld-linux.org Git - packages/file.git/blame - php-wsdl-cache.magic
- update to use pstring/l extension from file 5.05
[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
90ebefcb
ER
4# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
5# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011
60 string wsdl PHP WSDL cache,
7>4 byte x version 0x%02x
8>6 ledate x \b, created %s
91d7a1e2
ER
9
10# uri
90ebefcb
ER
11>10 lelong <0x7fffffff
12>>10 pstring/l x \b, uri: "%s"
91d7a1e2
ER
13
14# source
90ebefcb
ER
15>>>&0 lelong <0x7fffffff
16>>>>&-4 pstring/l x \b, source: "%s"
91d7a1e2
ER
17
18# target_ns
90ebefcb
ER
19>>>>>&0 lelong <0x7fffffff
20>>>>>>&-4 pstring/l x \b, target_ns: "%s"
This page took 0.147917 seconds and 4 git commands to generate.