jani Thu Sep 27 16:42:11 2007 UTC
Modified files: (Branch: PHP_5_2)
/ZendEngine2 zend_ini.c
Log:
missing folding tag
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.21&r2=1.39.2.2.2.22&diff_format=u
Index: ZendEngine2/zend_ini.c
diff -u ZendEngine2/zend_ini.c:1.39.2.2.2.21
ZendEngine2/zend_ini.c:1.39.2.2.2.22
--- ZendEngine2/zend_ini.c:1.39.2.2.2.21 Thu Sep 27 16:29:27 2007
+++ ZendEngine2/zend_ini.c Thu Sep 27 16:42:11 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_ini.c,v 1.39.2.2.2.21 2007/09/27 16:29:27 jani Exp $ */
+/* $Id: zend_ini.c,v 1.39.2.2.2.22 2007/09/27 16:42:11 jani Exp $ */
#include "zend.h"
#include "zend_qsort.h"
@@ -549,6 +549,7 @@
*p = zend_atoi(new_value, new_value_length);
return SUCCESS;
}
+/* }}} */
ZEND_API ZEND_INI_MH(OnUpdateLongGEZero)
{
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|