tony2001 Tue Jul 24 20:32:33 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main main.c
Log:
fix ZTS build
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.48&r2=1.640.2.23.2.49&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.640.2.23.2.48 php-src/main/main.c:1.640.2.23.2.49
--- php-src/main/main.c:1.640.2.23.2.48 Tue Jul 24 14:21:36 2007
+++ php-src/main/main.c Tue Jul 24 20:32:32 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.640.2.23.2.48 2007/07/24 14:21:36 jani Exp $ */
+/* $Id: main.c,v 1.640.2.23.2.49 2007/07/24 20:32:32 tony2001 Exp $ */
/* {{{ includes
*/
@@ -255,6 +255,7 @@
{
int mode, tmp_value_length, cgi_or_cli;
char *tmp_value;
+ TSRMLS_FETCH();
if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) {
tmp_value = (ini_entry->orig_value ? ini_entry->orig_value :
NULL );
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php