php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5875 Apache/PHP4/mod_auth_mysql crashes
Submitted: 2000-07-31 18:08 UTC Modified: 2000-07-31 18:11 UTC
From: minde at mail dot lt Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.1pl2 OS: FreeBSD 3.2-STABLE
Private report: No CVE-ID: None
 [2000-07-31 18:08 UTC] minde at mail dot lt
./configure --with-apache=$APACHE_SRC \
            --with-mysql --enable-safe-mode --disable-debug \
            --with-config-file-path=/etc

  php.ini - default

  ErrorLog:
[Mon Jul 31 15:58:02 2000] [notice] child pid 72475 exit signal Segmentation fault (11)

  Crash is 100% reproduceable. PHP3 with same ./configure
works nicely

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-31 18:11 UTC] zak@php.net
This is a known problem.
If you are using any other apache module that relies on mysql, then you should *not* use PHP's built-in MySQL support.  Instead, specify the path to mysql when running configure --with-mysql=/path/to/mysql

Please reread the install docs for more details.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 02:01:33 2024 UTC