From:             manuel dot schmitt at manitu dot de
Operating system: Linux 2.4
PHP version:      5.2.10
PHP Bug Type:     PHAR related
Bug description:  Installing PHP with PEAR support causes installation error

Description:
------------
Installing PHP 5.2.10 with PEAR enabled causes the following error:

Fatal error: Error: cannot open phar
"/home/redhat/BUILD/php-5.2.10/pear/install-pear-nozlib.phar" in
/home/redhat/BUILD/php-5.2.10/pear/install-pear-nozlib.phar on line 795


Reproduce code:
---------------
Configure PHP 5.2.10 with PEAR, build and install it.

Our configure options are:

./configure \
--prefix=/usr/local/php5 \
--with-config-file-path=/usr/local/php5/etc \
--with-apxs=/usr/sbin/apxs \
--disable-debug \
--enable-bcmath \
--enable-calendar \
--enable-ctype \
--enable-dbase \
--enable-exif \
--enable-ftp \
--enable-force-cgi-redirect \
--enable-mbstring \
--enable-pdo \
--enable-session \
--enable-soap \
--enable-sockets \
--enable-sqlite-utf8 \
--enable-track-vars \
--enable-wddx \
--enable-zip \
--with-bz2 \
--with-curl \
--with-curlwrappers \
--with-dom \
--with-dom-xslt \
--with-freetype-dir \
--with-gd \
--with-gettext=/usr \
--with-imagemagick \
--with-jpeg-dir \
--with-ldap \
--with-mysql \
--with-openssl \
--with-pcre-regex \
--with-pear \
--with-pdo-mysql \
--with-pdo-sqlite \
--with-pdo-sqlite2 \
--with-png-dir \
--with-ttf \
--with-xslt \
--with-xsl \
--with-zlib

Expected result:
----------------
PEAR should be installed correctly.

Actual result:
--------------
The error described above

-- 
Edit bug report at http://bugs.php.net/?id=48603&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48603&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48603&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48603&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48603&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48603&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48603&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48603&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48603&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48603&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48603&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48603&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48603&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48603&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48603&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48603&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48603&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48603&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48603&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48603&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48603&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48603&r=mysqlcfg

Reply via email to