ID: 17927 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Closed Bug Type: Apache2 related -Operating System: FreeeBSD 4.4-RELEASE +Operating System: FreeeBSD 4.7-RELEASE PHP Version: 4.3.0 New Comment:
It is currently working with latest cvs. Previous Comments: ------------------------------------------------------------------------ [2002-10-17 01:00:01] [EMAIL PROTECTED] No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-09-29 22:52:57] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-07-28 18:21:20] [EMAIL PROTECTED] At first, I read in a couple places to use "php_value", which is wrong. "php_admin_value" is correct, but PHP 4.2.2 fails to parse it correctly without this patch: --- sapi/apache2filter/apache_config.c.orig 2002-07-28 23:58:24.000000000 +0200 +++ sapi/apache2filter/apache_config.c 2002-07-28 23:58:37.000000000 +0200 @@ -128,7 +128,7 @@ { AP_INIT_TAKE2("php_value", php_apache_value_handler, NULL, OR_OPTIONS, "PHP Value Modifier"), - AP_INIT_TAKE2("php_admin_value", php_apache_admin_value_handler, NULL, OR_NONE, + AP_INIT_TAKE2("php_admin_value", php_apache_admin_value_handler, NULL, OR_OPTIONS, "PHP Value Modifier"), {NULL} }; It does not look like php_admin_flag is implemented for apache 2. ------------------------------------------------------------------------ [2002-06-26 19:49:43] [EMAIL PROTECTED] I tried it on 1 other Windows server, same result... ------------------------------------------------------------------------ [2002-06-26 19:41:37] [EMAIL PROTECTED] open_basedir is also not working correctly on WinXP w/apache2.0.39 and the latest snap as of this post. --Matt ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/17927 -- Edit this bug report at http://bugs.php.net/?id=17927&edit=1
