aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/php-screw/files/patch-php_screw.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/php-screw/files/patch-php_screw.c b/www/php-screw/files/patch-php_screw.c
new file mode 100644
index 000000000000..382ca29b65d7
--- /dev/null
+++ b/www/php-screw/files/patch-php_screw.c
@@ -0,0 +1,18 @@
+--- php_screw.c.orig 2010-04-11 10:55:39.000000000 +0200
++++ php_screw.c 2010-04-11 10:56:01.000000000 +0200
+@@ -121,7 +121,6 @@
+
+ PHP_MINIT_FUNCTION(php_screw)
+ {
+- CG(extended_info) = 1;
+
+ org_compile_file = zend_compile_file;
+ zend_compile_file = pm9screw_compile_file;
+@@ -130,7 +129,6 @@
+
+ PHP_MSHUTDOWN_FUNCTION(php_screw)
+ {
+- CG(extended_info) = 1;
+ zend_compile_file = org_compile_file;
+ return SUCCESS;
+ }
3.2.3lofi2004-06-101-2/+2 * Update to KDE 3.2.2lofi2004-04-202-26/+21 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-103-2/+29 * Update to KDE 3.2.0lofi2004-02-053-4/+52 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Catch up with a couple more doc updates.will2003-09-211-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-1/+1 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-29