For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > October 2004 > cvs: ZendEngine2(PHP_5_0) / zend_execute.c









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2(PHP_5_0) / zend_execute.c
Andi Gutmans

2004-10-21, 3:55 am

andi Wed Oct 20 20:47:12 2004 EDT

Modified files: (Branch: PHP_5_0)
/ZendEngine2 zend_execute.c
Log:
- Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)


http://cvs.php.net/diff.php/ZendEng...=1.652.2.7&ty=u
Index: ZendEngine2/zend_execute.c
diff -u ZendEngine2/zend_execute.c:1.652.2.6 ZendEngine2/zend_execute.c:1.652.2.7
--- ZendEngine2/zend_execute.c:1.652.2.6 Wed Sep 22 03:12:15 2004
+++ ZendEngine2/zend_execute.c Wed Oct 20 20:47:11 2004
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: zend_execute.c,v 1.652.2.6 2004/09/22 07:12:15 dmitry Exp $ */
+/* $Id: zend_execute.c,v 1.652.2.7 2004/10/21 00:47:11 andi Exp $ */

#define ZEND_INTENSIVE_DEBUGGING 0

@@ -378,7 +378,7 @@
*retval = EG(uninitialized_zval_ptr);

SELECTIVE_PZVAL_LOCK(*retval, result);
- PZVAL_UNLOCK(value);
+ FREE_OP(Ts, value_op, free_value);
return;
}

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com