ID: 40537
User updated by: stloukal at programator dot cz
Reported By: stloukal at programator dot cz
-Status: Feedback
+Status: Open
Bug Type: Filesystem function related
Operating System: FC4, 2.6.17
PHP Version: 5.2.1
New Comment:
I recompiled Apache with "worker" again (and PHP too) and I have the
same problem again. Here are some configs:
[EMAIL PROTECTED] php-5.2.1]# cat config.nice
#! /bin/sh
#
# Created by configure
'./configure' \
'--prefix=/usr/local/php5' \
'--with-config-file-path=/etc/' \
'--enable-magic-quotes' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--enable-safe-mode' \
'--enable-debug' \
'--with-openssl=/usr/local/' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-calendar' \
'--with-curl' \
'--enable-ftp' \
'--enable-exif' \
'--with-gd' \
'--enable-gd-native-ttf' \
'--with-jpeg-dir=/usr/local/' \
'--with-png-dir=/usr/local/' \
'--with-freetype-dir' \
'--with-imap' \
'--with-imap-ssl' \
'--with-gettext' \
'--with-zlib=/usr/local/' \
'--with-mcrypt=/usr/local/' \
'--with-mhash=/usr/local/' \
'--with-mysqli=/usr/local/mysql/bin/mysql_config' \
'--with-iodbc=/usr/local' \
'--with-pdo-mysql=/usr/local/mysql' \
'--with-pdo-pgsql=/usr/local/pgsql/bin/pg_config' \
'--with-pgsql=/usr/local/pgsql/bin/pg_config' \
'--enable-soap' \
'--enable-sockets' \
'--without-sqlite' \
'--enable-wddx' \
'--enable-zip' \
'--with-pear' \
'--with-zend-vm' \
'--enable-zend-multibyte' \
'--with-kerberos' \
'--with-mysql=/usr/local/mysql' \
'--with-iconv=/usr/local' \
"$@"
[EMAIL PROTECTED] httpd-2.2.4]# cat config.nice
#! /bin/sh
#
# Created by configure
"./configure" \
"--enable-auth-digest" \
"--enable-proxy" \
"--enable-proxy-connect" \
"--enable-proxy-ftp" \
"--enable-proxy-http" \
"--enable-proxy-balancer" \
"--enable-ssl" \
"--enable-log-forensic" \
"--enable-static-htpasswd" \
"--disable-cgi" \
"--enable-so" \
"--enable-rewrite" \
"--with-included-apr" \
"--with-ssl=/usr/local" \
"--with-mpm=worker" \
"$@"
[EMAIL PROTECTED] httpd-2.2.4]# uname -a
Linux shaman 2.6.17-1.2142_FC4 #1 Tue Jul 11 22:41:14 EDT 2006 i686
athlon i386 GNU/Linux
Previous Comments:
------------------------------------------------------------------------
[2007-03-06 12:03:15] [EMAIL PROTECTED]
I was testing it with Apache 2.2.4 *worker*.
So I'm still unable to reproduce it.
------------------------------------------------------------------------
[2007-03-02 02:01:15] stloukal at programator dot cz
With "prefork" without problems!!
------------------------------------------------------------------------
[2007-03-01 14:40:33] [EMAIL PROTECTED]
What if you change MPM to "prefork" ?
------------------------------------------------------------------------
[2007-03-01 14:23:29] stloukal at programator dot cz
I mean starting apache without -X switch. I am using:
/usr/local/apache2/bin/apachectl start
------------------------------------------------------------------------
[2007-03-01 14:21:10] [EMAIL PROTECTED]
What do you mean by "standard mode"?
------------------------------------------------------------------------
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/40537
--
Edit this bug report at http://bugs.php.net/?id=40537&edit=1