ID: 45680
Updated by: [EMAIL PROTECTED]
Reported By: stanlemon at mac dot com
Status: Assigned
Bug Type: Reproducible crash
Operating System: Mac OS X 10.5.3
PHP Version: 5.3.0alpha1
Assigned To: andrey
New Comment:
Using incorrect path would not cause a crash, just that you're not then
running what you expect. And prefork because any threaded MPMs are not
really supported. Best choice: FastCGI.
Previous Comments:
------------------------------------------------------------------------
[2008-08-01 23:51:05] stanlemon at mac dot com
Would the incorrect config-file-path setting have caused the crashes
I'm
seeing?
Why should I be using the prefork mpm for apache?
------------------------------------------------------------------------
[2008-08-01 22:25:39] [EMAIL PROTECTED]
Andrey, I can't reproduce on my linux box, probably a mac issue with
the zval cache, can you/we check on a mac?
------------------------------------------------------------------------
[2008-08-01 22:20:18] [EMAIL PROTECTED]
--sysconfdir=/usr/local/php/conf
No idea what that does, and this is wrong:
--with-config-file-path=/usr/local/php/conf/php.ini
Note the word "path". Unless php.ini is also a directory..?
Also, you should be using the prefork MPM in apache..
------------------------------------------------------------------------
[2008-08-01 21:20:51] stanlemon at mac dot com
CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386"
./configure \
--prefix=/usr/local/php-5.3.0alpha1 \
--sysconfdir=/usr/local/php/conf \
--with-config-file-path=/usr/local/php/conf/php.ini \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-kerberos=/usr \
--enable-exif \
--enable-ftp \
--enable-mbstring \
--enable-mbregex \
--enable-sockets \
--enable-soap \
--enable-zip \
--enable-cli \
--enable-cgi \
--enable-exif \
--with-gd \
--with-curl=/usr \
--with-zlib-dir=/usr \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-freetype-dir=/usr/local \
--enable-gd-native-ttf \
--with-pdo-pgsql=/usr/local/pgsql \
--with-pgsql=/usr/local/psql \
--with-libxml-dir=shared \
--with-openssl \
--with-xmlrpc \
--with-xsl=/usr \
--with-mime-magic \
--with-bz2=/usr \
--without-pear \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd
------------------------------------------------------------------------
[2008-08-01 21:17:59] [EMAIL PROTECTED]
And the configure line was..?
------------------------------------------------------------------------
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/45680
--
Edit this bug report at http://bugs.php.net/?id=45680&edit=1