]> git.pld-linux.org Git - packages/file.git/commitdiff
- update to use pstring/l extension from file 5.05 auto/th/file-5_05-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Jan 2011 23:08:59 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-wsdl-cache.magic -> 1.4

php-wsdl-cache.magic

index b9d5b49e09595aef7b54fade96a0aeb86b237721..1161aa576677b2b86752f3e7f105b9dcbbe5eb19 100644 (file)
@@ -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 <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
+# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
+# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 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"
This page took 0.194316 seconds and 4 git commands to generate.