]> git.pld-linux.org Git - packages/php-gtk2.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 24 Apr 2006 14:03:27 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-gtk-generator.patch -> 1.2

php-gtk-generator.patch [deleted file]

diff --git a/php-gtk-generator.patch b/php-gtk-generator.patch
deleted file mode 100644 (file)
index 9c08fbc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- php/generator/generator.php.orig   Thu Jul  3 13:12:27 2003
-+++ php/generator/generator.php        Thu Jul  3 13:10:39 2003
-@@ -732,6 +732,7 @@
- $argc = $HTTP_SERVER_VARS['argc'];
- $argv = $HTTP_SERVER_VARS['argv'];
-+foreach($argv as $k=>$v) if ($v=="--") unset($argv[$k]);
- /* An ugly hack to counteract PHP's pernicious desire to treat + as an argument
-    separator in command-line version. */
- array_walk($argv, create_function('&$x', '$x = urldecode($x);'));
This page took 0.176726 seconds and 4 git commands to generate.