Date: 05/15/00
- Next message: redbadge <email protected>: "[PHP-DEV] PHP 4.0 Bug #4453: Array of widgets problem when array is zero based"
- Previous message: Rafael Ernesto Bastidas L.: "[PHP-DEV] FW: [PHP-DEV] System call"
- In reply to: arjan <email protected>: "[PHP-DEV] PHP 4.0 Bug #4452: bug id #4050 is still there in RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 15 May 2000 arjan <email protected> wrote:
> From: arjan <email protected>
> Operating system: Linux Mandrake 7.0
> PHP version: 4.0 Release Candidate 2
> PHP Bug Type: Reproduceable crash
> Bug description: bug id #4050 is still there in RC2
>
> Installed PHP4.0RC2 this morning. Again (just like RC1, but unlike b4pl1), any calls to mod_auth_mysql cause PHP to crash (browser reports "document contains no data").
> I use mod_auth_mysql version 2.20 (http://bourbon.netvision.net.il/mod_auth_mysql/), MySQL version 3.22.30 and Apache version 1.3.12.
> Only calls to mod_auth_mysql cause PHP to crash, otherwise it just works fine.
> I really hope this gets fixed before the official release, I use mod_auth_mysql and PHP4 together all the time. It's a brilliant combination!
> Reminder: PHP4b4pl1 does not have this problem and works fine together with mod_auth_mysql.
Did you configure PHP to link against the system version of
MySQL? If not, PHP will use the bundled MySQL client library
which will conflict with other versions of the library (because
there can only be one loaded at run-time).
- Sascha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: redbadge <email protected>: "[PHP-DEV] PHP 4.0 Bug #4453: Array of widgets problem when array is zero based"
- Previous message: Rafael Ernesto Bastidas L.: "[PHP-DEV] FW: [PHP-DEV] System call"
- In reply to: arjan <email protected>: "[PHP-DEV] PHP 4.0 Bug #4452: bug id #4050 is still there in RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

