SOURCES: php-pecl-runkit-php52.patch - more from http://pecl.php.net/bugs/b...

glen glen at pld-linux.org
Mon Oct 13 00:38:42 CEST 2008


Author: glen                         Date: Sun Oct 12 22:38:42 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more from http://pecl.php.net/bugs/bug.php?id=8849

---- Files affected:
SOURCES:
   php-pecl-runkit-php52.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php-pecl-runkit-php52.patch
diff -u SOURCES/php-pecl-runkit-php52.patch:1.1 SOURCES/php-pecl-runkit-php52.patch:1.2
--- SOURCES/php-pecl-runkit-php52.patch:1.1	Mon Oct 13 00:25:13 2008
+++ SOURCES/php-pecl-runkit-php52.patch	Mon Oct 13 00:38:37 2008
@@ -9,3 +9,15 @@
  #endif
  			if (zend_hash_exists(&dce->default_properties, key, key_len)) {
  				if (override) {
+--- php-pecl-runkit-0.9/runkit_sandbox.c~	2008-10-13 01:36:43.000000000 +0300
++++ php-pecl-runkit-0.9/runkit_sandbox.c	2008-10-13 01:36:51.665946502 +0300
+@@ -1467,8 +1467,7 @@
+ 	zval *retval; \
+ \
+ 	ALLOC_ZVAL(retval); \
+-	Z_TYPE_P(retval) = IS_BOOL; \
+-	Z_BVAL_P(retval) = objval->name; \
++	ZVAL_BOOL(retval, objval->name); \
+ 	retval->refcount = 0; \
+ 	retval->is_ref = 0; \
+ \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-pecl-runkit-php52.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list