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:

Try with first changing your Apache to prefork MPM. Then configure PHP
with only this:

# ./configure --disable-all --with-apxs=/usr/local/apache2/bin/apxs

Then if this still crashes, we have a real problem.


Previous Comments:
------------------------------------------------------------------------

[2008-08-02 21:01:13] stanlemon at mac dot com

Wait, I'm not following...  I thought an apache module was always the 
preferred way to compile and run PHP?  Forgive my ignorance here...  I

guess I'm curious on further explanation?  Also, do you want me to try

5.3.0alpha1 with recompiling something?

------------------------------------------------------------------------

[2008-08-02 16:43:37] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[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..



------------------------------------------------------------------------

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

Reply via email to