ID: 48650 Comment by: thomas dot parrott at jellyfish dot co dot uk Reported By: adam at oit dot gatech dot edu Status: Open Bug Type: PHAR related Operating System: Solaris 9 PHP Version: 5.2.10 New Comment:
Confirmed, during RPM build on CentOS 5.3 that works for 5.2.9, I get those same errors. PEAR is then broken on install. Previous Comments: ------------------------------------------------------------------------ [2009-06-25 10:00:30] php-user at voos dot de Confirmed for Debian 4 Debian 5 ------------------------------------------------------------------------ [2009-06-22 23:55:10] mlavi at sgi dot com Appears to be a duplicate of bugs: 48603 and 48625. http://bugs.php.net/bug.php?id=48603 http://bugs.php.net/bug.php?id=48625 ------------------------------------------------------------------------ [2009-06-22 18:03:00] adam at oit dot gatech dot edu My compile options were: CC=gcc \ export LD_LIBRARY_PATH=/usr/local/ssl/lib:/opt/services/amp/lib:/usr/local/lib export PATH=/opt/SUNWspro/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/local/ssl/bin:/usr/xpg4/bin/:/services/mysql/bin:/opt/services/amp/bin:/usr/local/bin export LDFLAGS="-R/opt/services/amp/lib -L/opt/services/amp/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/local/lib" export CFLAGS="-R/opt/services/amp/lib -L/opt/services/amp/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/local/lib" SSL_BASE=/opt/local/ssl \ ./configure \ --with-apxs2=/opt/services/amp/apache2/bin/apxs \ --prefix=/opt/services/amp/apache2/php \ --with-config-file-path=/opt/services/amp/apache2/php/lib \ --with-mysql=/services/mysql \ --with-mysqli=/services/mysql/bin/mysql_config \ --with-ldap=/usr/local/ldap \ --with-mcrypt \ --with-curl=/opt/services/amp \ --with-openssl \ --with-gd \ --with-zlib=/usr/local \ --enable-mbstring \ --with-xsl=/opt/services/amp \ --with-libxml-dir=/opt/services/amp \ --with-jpeg-dir=/usr/local \ --with-png-dir=/usr/local \ --with-freetype-dir=/usr/local \ --enable-libgcc ------------------------------------------------------------------------ [2009-06-22 18:00:47] adam at oit dot gatech dot edu Description: ------------ compiling php 5.2.10 with pear support leads to warnings on install and non-functional pear. Compilation of php 5.2.9 on same box with same config options gives working pear. Reproduce code: --------------- make install in source directory produces errors like: Warning: Cannot use a scalar value as an array in phar://install-pear-nozlib.phar/PEAR/ChannelFile.php on line 1391 running "pear install DB" produces the error: pear.php.net is using a unsupported protocal - This should never happen. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48650&edit=1