ID: 34725
Updated by: [EMAIL PROTECTED]
Reported By: david at tulloh dot id dot au
Status: Open
Bug Type: Scripting Engine problem
Operating System: Debian Linux
PHP Version: 5CVS-2005-10-04 (CVS)
New Comment:
Use valgrind to get some more info about it.
Previous Comments:
------------------------------------------------------------------------
[2005-10-17 10:13:05] david at tulloh dot id dot au
I managed to track this down to a much more specific test case. The
following configure line is the smallest reproducable test case I could
find.
./configure \
'--disable-all' \
'--enable-cli' \
'--disable-cgi' \
'--with-apxs2=/usr/bin/apxs2' \
'--with-pcre-regex=shared,/usr'
Removing the apxs2 line, or making the pcre extension non-shared hides
the fault, it's also not visible if the pcre extension isn't loaded.
The tests were done with the latest CVS version, 5.1 branch.
apache2-mpm-prefork (debian stable) - 2.0.54
libpcre3 - 5.0
------------------------------------------------------------------------
[2005-10-12 01:00:05] 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".
------------------------------------------------------------------------
[2005-10-04 09:16:11] [EMAIL PROTECTED]
Try with this configure line:
# ./configure --disable-all --disable-cgi
And if that works, add the --with/--enable options
one by one. And read "./configure --help" what the
options actually do, f.e. --with-kerberos=shared ?? What are you trying
to accomplish with that? There is no such extension, it's just "helper"
option..
------------------------------------------------------------------------
[2005-10-04 09:10:50] david at tulloh dot id dot au
./configure \
'--enable-cli' \
'--with-pear' \
'--disable-cgi' \
'--prefix=/usr'\
'--with-apxs2=/usr/bin/apxs2' \
'--with-config-file-path=/etc/php5' \
'--enable-memory-limit' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-sysvmsg' \
'--enable-sockets' \
'--enable-bcmath' \
'--enable-calendar' \
'--enable-shmop' \
'--enable-libxml' \
'--enable-xml' \
'--enable-spl' \
'--with-layout=GNU' \
'--with-inifile' \
'--with-exec-dir=/usr/lib/php5/libexec' \
'--with-regex=php' \
'--with-libxml-dir=/usr' \
'--with-zlib' \
'--with-zlib-dir=/usr' \
'--with-gettext' \
'--with-kerberos=shared,/usr' \
'--with-mime-magic=/usr/share/php5/magic.mime' \
'--with-pcre-regex=shared,/usr' \
'--with-pgsql=shared,/usr' \
'--with-tidy' \
'--disable-rpath' \
'--disable-debug' \
'--disable-dbx' \
'--disable-filepro' \
'--disable-gd-native-ttf' \
'--disable-gd-jis-conv' \
'--disable-dom' \
'--disable-exif' \
'--disable-simplexml' \
'--disable-ftp' \
'--disable-pdo' \
'--without-mm' \
'--without-iconv' \
'--without-sqlite' \
'--without-mysql' \
'--without-sybase-ct' \
'--without-gdbm' \
'--without-db4' \
'--without-cdb' \
'--without-flatfile' \
"$@"
------------------------------------------------------------------------
[2005-10-04 08:41:05] [EMAIL PROTECTED]
What was the configure line you used?
------------------------------------------------------------------------
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/34725
--
Edit this bug report at http://bugs.php.net/?id=34725&edit=1