php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38367 PHP will not compile with FastCGI and MySQL
Submitted: 2006-08-07 14:02 UTC Modified: 2006-08-15 01:00 UTC
From: acoolie at gmail dot com Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.2.0RC1 OS: Mac OS X 10.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
1 + 38 = ?
Subscribe to this entry?

 
 [2006-08-07 14:02 UTC] acoolie at gmail dot com
Description:
------------
I tried to compile PHP as FastCGI with MySQL support, but PHP would either compile as FastCGI with no MySQL support or as normal CGI with MySQL support.

Reproduce code:
---------------
./configure --enable-fastcgi --with-mysql=/usr/local

Expected result:
----------------
PHP should compile with FastCGI and MySQL support.

Actual result:
--------------
PHP would only compile as one of the above.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-07 14:11 UTC] tony2001@php.net
Works just fine here:
# ./sapi/cgi/php -v
PHP 5.2.0RC2-dev (cgi-fcgi) (built: Aug  7 2006 18:10:13) (DEBUG)
# ./sapi/cgi/php -m
[PHP Modules]
date
mysql
pcre
Reflection
standard
zlib
 [2006-08-15 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC