sniper Tue Apr 11 11:32:06 2006 UTC
Removed files:
/php-src/main safe_mode.c safe_mode.h
Modified files:
/php-src/ext/curl interface.c
/php-src/ext/gd php_gd.h
Log:
- More safe_mode left-overs.
http://cvs.php.net/viewcvs.cgi/php-src/ext/curl/interface.c?r1=1.77&r2=1.78&diff_format=u
Index: php-src/ext/curl/interface.c
diff -u php-src/ext/curl/interface.c:1.77 php-src/ext/curl/interface.c:1.78
--- php-src/ext/curl/interface.c:1.77 Sun Feb 19 05:05:42 2006
+++ php-src/ext/curl/interface.c Tue Apr 11 11:32:06 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: interface.c,v 1.77 2006/02/19 05:05:42 andi Exp $ */
+/* $Id: interface.c,v 1.78 2006/04/11 11:32:06 sniper Exp $ */
#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
@@ -1356,7 +1356,7 @@
break;
}
- /* the following options deal with files, therefor safe_mode &
open_basedir checks
+ /* the following options deal with files, therefore
open_basedir checks
* are required.
*/
case CURLOPT_COOKIEJAR:
http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/php_gd.h?r1=1.69&r2=1.70&diff_format=u
Index: php-src/ext/gd/php_gd.h
diff -u php-src/ext/gd/php_gd.h:1.69 php-src/ext/gd/php_gd.h:1.70
--- php-src/ext/gd/php_gd.h:1.69 Sun Mar 5 19:20:11 2006
+++ php-src/ext/gd/php_gd.h Tue Apr 11 11:32:06 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_gd.h,v 1.69 2006/03/05 19:20:11 pajoye Exp $ */
+/* $Id: php_gd.h,v 1.70 2006/04/11 11:32:06 sniper Exp $ */
#ifndef PHP_GD_H
#define PHP_GD_H
@@ -30,7 +30,7 @@
#if HAVE_LIBGD
-/* open_basedir and safe_mode checks */
+/* open_basedir check */
#define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg)
\
if (!filename || php_check_open_basedir(filename TSRMLS_CC)) {
\
php_error_docref(NULL TSRMLS_CC, E_WARNING, errormsg);
\
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php