stas Wed Aug 1 23:54:06 2007 UTC Modified files: /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.742&r2=1.743&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.742 php-src/main/main.c:1.743 --- php-src/main/main.c:1.742 Wed Aug 1 12:49:23 2007 +++ php-src/main/main.c Wed Aug 1 23:54:06 2007 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.742 2007/08/01 12:49:23 johannes Exp $ */ +/* $Id: main.c,v 1.743 2007/08/01 23:54:06 stas Exp $ */ /* {{{ includes */ @@ -542,9 +542,6 @@ return; } #endif - if (PG(open_basedir) && php_check_open_basedir_ex(PG(error_log), 0 TSRMLS_CC)) { - return; - } fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, 0644); if (fd != -1) { char *tmp;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php