ID: 42338
Updated by: [EMAIL PROTECTED]
Reported By: programatorfreez at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: *General Issues
Operating System: Gentoo GNU/Linux
PHP Version: 5.2.4RC2
New Comment:
Ever heard about '--disable-all' ? That disables all the
"enabled-by-default" extensions and you can just enable those you
actually need. Please shorten the configure line to shortest possible.
And about threaded stuff: there are dozens of libraries PHP can be
linked with which are not thread-safe. Why do you insist on using the
much slower threaded one anyway when you could have much more reliable
and non-leaking, fast PHP running under non-threaded webserver?
Previous Comments:
------------------------------------------------------------------------
[2007-08-27 21:37:25] programatorfreez at gmail dot com
'./configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu'
'--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info'
'--sysconfdir=/etc' '--cache-file=./config.cache' '--disable-cli'
'--with-apxs2=/usr/sbin/apxs2'
'--with-config-file-path=/etc/php/apache2-php5'
'--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active'
'--without-pear' '--disable-bcmath' '--with-bz2' '--disable-calendar'
'--without-curl' '--without-curlwrappers' '--disable-dbase'
'--disable-exif' '--without-fbsql' '--without-fdftk' '--disable-filter'
'--disable-ftp' '--with-gettext' '--without-gmp' '--disable-hash'
'--disable-ipv6' '--disable-json' '--without-kerberos'
'--enable-mbstring' '--with-mcrypt' '--without-mhash' '--without-msql'
'--without-mssql' '--with-ncurses' '--with-openssl'
'--with-openssl-dir=/usr' '--disable-pcntl' '--without-pgsql'
'--disable-posix' '--with-pspell' '--without-recode' '--disable-shmop'
'--without-snmp' '--enable-soap' '--enable-sockets' '--without-sybase'
'--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem'
'--disable-sysvshm' '--without-tidy' '--disable-wddx' '--without-xmlrpc'
'--with-xsl' '--disable-zip' '--with-zlib' '--enable-debug'
'--enable-dba' '--without-cdb' '--with-db4' '--without-flatfile'
'--with-gdbm' '--without-inifile' '--without-qdbm'
'--with-freetype-dir=/usr' '--with-t1lib=/usr' '--disable-gd-jis-conv'
'--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--without-xpm-dir'
'--with-gd' '--with-mysql=/usr'
'--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--without-mysqli'
'--without-pdo-dblib' '--with-pdo-mysql=/usr' '--without-pdo-odbc'
'--without-pdo-pgsql' '--without-pdo-sqlite' '--with-readline'
'--without-libedit' '--without-mm' '--without-sqlite'
------------------------------------------------------------------------
[2007-08-21 20:20:04] programatorfreez at gmail dot com
Jani: I don't understand you, what do you mean? There is *not* anything
broken in my system, that's why PHP 5.2.3 didn't report any memory leak
with the same code and (of course) with the same USE flags and I use
threaded apache for years without any problem (until now with PHP
5.2.4).
------------------------------------------------------------------------
[2007-08-21 07:35:56] [EMAIL PROTECTED]
Uh..that comment causes immediate bogusing. Plus: You're using threaded
Apache, there's propably even more broken in your system than just that.
------------------------------------------------------------------------
[2007-08-20 16:00:49] programatorfreez at gmail dot com
ACCEPT_KEYWORDS='~x86' USE="apache2 berkdb bzip2 cli crypt ctype debug
gd gdbm iconv mysql
ncurses nls pcre pdo readline reflection session simplexml soap
sockets
spell spl ssl suhosin tokenizer truetype unicode xml xmlreader
xmlwriter
xsl zlib" emerge -av dev-lang/php5
If you are not able to use ./configure --apache2, --berkdb, --bzip2,
--cli, etc. than It's your problem, not my.
------------------------------------------------------------------------
[2007-08-20 06:19:50] [EMAIL PROTECTED]
That's not your configure command... configure commands start with
"./configure"
------------------------------------------------------------------------
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/42338
--
Edit this bug report at http://bugs.php.net/?id=42338&edit=1