]> git.pld-linux.org Git - packages/swig.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 25 Feb 2009 18:39:37 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    swig-php-vdecl.patch -> 1.6

swig-php-vdecl.patch [deleted file]

diff --git a/swig-php-vdecl.patch b/swig-php-vdecl.patch
deleted file mode 100644 (file)
index a4553f1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- swig-1.3.30/Source/Modules/php4.cxx.orig   2006-11-18 20:50:19.513710000 +0100
-+++ swig-1.3.30/Source/Modules/php4.cxx        2006-11-18 21:01:47.056678750 +0100
-@@ -1019,9 +1019,9 @@
-     if (mvr) {                        // do prop[gs]et header
-       if (mvrset) {
--      Printf(f->def, "static int _wrap_%s(zend_property_reference *property_reference, pval *value) {\n", iname);
-+      Printf(f->def, "static int _wrap_%s(zend_property_reference *property_reference, pval *value) {\nTSRMLS_FETCH();\n", iname);
-       } else {
--      Printf(f->def, "static pval _wrap_%s(zend_property_reference *property_reference) {\n", iname);
-+      Printf(f->def, "static pval _wrap_%s(zend_property_reference *property_reference) {\nTSRMLS_FETCH();\n", iname);
-       }
-     } else {
-       // regular header
-
This page took 0.112862 seconds and 4 git commands to generate.