jani Thu Sep 27 16:59:25 2007 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_ini.c
Log:
MFH: BC (missed from the patch :)
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.18.2.5&r2=1.39.2.2.2.18.2.6&diff_format=u
Index: ZendEngine2/zend_ini.c
diff -u ZendEngine2/zend_ini.c:1.39.2.2.2.18.2.5
ZendEngine2/zend_ini.c:1.39.2.2.2.18.2.6
--- ZendEngine2/zend_ini.c:1.39.2.2.2.18.2.5 Thu Sep 27 16:55:24 2007
+++ ZendEngine2/zend_ini.c Thu Sep 27 16:59:25 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_ini.c,v 1.39.2.2.2.18.2.5 2007/09/27 16:55:24 jani Exp $ */
+/* $Id: zend_ini.c,v 1.39.2.2.2.18.2.6 2007/09/27 16:59:25 jani Exp $ */
#include "zend.h"
#include "zend_qsort.h"
@@ -236,6 +236,8 @@
ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char
*new_value, uint new_value_length, int modify_type, int stage) /* {{{ */
{
+ TSRMLS_FETCH();
+
return zend_alter_ini_entry_ex(name, name_length, new_value,
new_value_length, modify_type, stage, 0 TSRMLS_CC);
}
/* }}} */
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|