From 90ebefcb5325e9aea750720766cb58f1542d766d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 18 Jan 2011 23:08:59 +0000 Subject: [PATCH] - update to use pstring/l extension from file 5.05 Changed files: php-wsdl-cache.magic -> 1.4 --- php-wsdl-cache.magic | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/php-wsdl-cache.magic b/php-wsdl-cache.magic index b9d5b49..1161aa5 100644 --- a/php-wsdl-cache.magic +++ b/php-wsdl-cache.magic @@ -1,19 +1,20 @@ # PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php # 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 , Patryk Zawadzki , 2010 -0 string wsdl PHP WSDL cache, ->4 byte x version 0x%02x ->6 ledate x \b, created %s +# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html +# By Elan Ruusamäe , Patryk Zawadzki , 2010-2011 +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" +>10 lelong <0x7fffffff +>>10 pstring/l x \b, uri: "%s" # source ->>&(&-4.l) lelong !0x7fffffff ->>>&0 string >0 \b, source: "%s" +>>>&0 lelong <0x7fffffff +>>>>&-4 pstring/l x \b, source: "%s" # target_ns ->>>&(&-4.l) lelong !0x7fffffff ->>>>&0 string >0 \b, target_ns: "%s" +>>>>>&0 lelong <0x7fffffff +>>>>>>&-4 pstring/l x \b, target_ns: "%s" -- 2.43.0