ID: 27528
User updated by: josh at netbits dot us
Reported By: josh at netbits dot us
Status: Bogus
Bug Type: Apache2 related
Operating System: Linux SuSE 8.1
PHP Version: 5.0.0RC1
New Comment:
./configure \
--with-config-file-path=/etc/httpd \
--enable-libgcc \
--enable-sigchild \
--enable-track-vars \
--disable-ipv6 \
\
--with-apxs2=/usr/local/apache/bin/apxs
Which of these options would cause: "User error, loading an old
extension compiled with some older PHP version". Based on the
configure used above, there are no "extensions" being built into this
fresh compilation of PhP.
Last I checked, php was an interpreted language, not a compiler, how
would I "compile with some older PHP version"?
I'd be willing to accept this bug being attributed to "user error" with
a little more explanation of why instead of "of course it won't work".
Previous Comments:
------------------------------------------------------------------------
[2004-04-07 04:52:22] [EMAIL PROTECTED]
User error, loading an old extension compiled with some older PHP
version -> OF COURSE it won't work..
------------------------------------------------------------------------
[2004-03-23 13:39:43] josh at trutwins dot homeip dot net
Also, noticed the following in php error log:
[23-Mar-2004 12:39:03] PHP Warning: PHP Startup: [EMAIL PROTECTED]@: Unable to
initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP compiled with module API=20040316, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
This was tried with the following configure options.
./configure \
--with-config-file-path=/etc/httpd \
--enable-libgcc \
--enable-sigchild \
--enable-track-vars \
--disable-ipv6 \
\
--with-apxs2=/usr/local/apache/bin/apxs
------------------------------------------------------------------------
[2004-03-09 18:29:57] [EMAIL PROTECTED]
Please isolate the problem to a particular module (by
adding 1 module at a time to your configure).
------------------------------------------------------------------------
[2004-03-09 11:59:36] josh at netbits dot us
Forgot, I also tried my original configure commands with CVS snapshot
from yesterday afternoon - same results.
------------------------------------------------------------------------
[2004-03-09 11:58:15] josh at netbits dot us
# ./configure --disable-all --with-apxs2=/usr/local/apache/bin/apxs
# make && make install
# /usr/local/apache/bin/apachectl stop
# /usr/local/apache/bin/apachectl start
Using the php-5.0.0b4 release with these options works fine. Of
course, it's not very useful. :)
Also verified that httpd.conf did not contain additional load_module
calls. I do not install any disto software for php/apache/mysql/etc
and control all of this by building from source.
Josh
------------------------------------------------------------------------
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/27528
--
Edit this bug report at http://bugs.php.net/?id=27528&edit=1