From:             long at ku dot edu
Operating system: Red Hat Enterprise Linux AS rele
PHP version:      5.3.14
Package:          Compile Failure
Bug Type:         Bug
Bug description:'make test' crashes starting with 5.3.14 (missing gzencode())

Description:
------------
When I run 'make test' it now crashes:

PASS SOAP Server 17: user fault (through return)
[ext/soap/tests/server017.phpt] 
PASS SOAP Server 18: user fault (through throw)
[ext/soap/tests/server018.phpt] 
PHP Fatal error:  Call to undefined function gzencode() in
/apps/home/long/src/php5.3-201206221330/run-tests.php on line 1712

Fatal error: Call to undefined function gzencode() in
/apps/home/long/src/php5.3-201206221330/run-tests.php on line 1712
[long@wbtstap php5.3-201206221330]$

This did not happen in 5.3.13 and earlier.

Here is the config.nice that was used:

#! /bin/sh
#
# Created by configure

CFLAGS='-O3' \
CXXFLAGS='-O3' \
LIBS='-lssl -lncurses' \
'./configure' \
'--enable-discard-path' \
'--with-openssl=shared' \
'--with-zlib=shared' \
'--enable-bcmath' \
'--with-bz2=shared' \
'--enable-calendar' \
'--with-curl=shared' \
'--enable-dba=shared' \
'--with-gdbm=shared' \
'--with-db4=shared' \
'--enable-dbase' \
'--enable-exif' \
'--enable-ftp' \
'--with-gd=shared' \
'--enable-gd-native-ttf' \
'--enable-gd-jis-conv' \
'--with-gettext=shared' \
'--with-gmp=shared' \
'--with-imap=shared' \
'--with-kerberos' \
'--with-imap-ssl' \
'--with-ldap' \
'--enable-mbstring' \
'--with-mysql=/usr' \
'--with-ncurses=shared' \
'--with-oci8' \
'--with-pspell=shared' \
'--with-readline=shared' \
'--enable-shmop' \
'--with-snmp=shared' \
'--enable-sockets' \
'--with-sqlite=shared' \
'--with-pdo-sqlite=shared' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-wddx' \
'--with-freetype-dir' \
'--with-jpeg-dir' \
'--with-xpm-dir' \
'--enable-cgi' \
'--with-mysqli' \
'--enable-pdo=shared' \
'--with-pdo-mysql=shared' \
'--with-pdo-oci=shared' \
'--with-tidy' \
'--enable-soap=shared' \
'--enable-zip' \
"$@"


Expected result:
----------------
'make test' should not bomb out, errors should be trapped, etc.


Actual result:
--------------
...
PASS SOAP Server 17: user fault (through return)
[ext/soap/tests/server017.phpt] 
PASS SOAP Server 18: user fault (through throw)
[ext/soap/tests/server018.phpt] 
PHP Fatal error:  Call to undefined function gzencode() in
/apps/home/long/src/php5.3-201206221330/run-tests.php on line 1712

Fatal error: Call to undefined function gzencode() in
/apps/home/long/src/php5.3-201206221330/run-tests.php on line 1712
[long@wbtstap php5.3-201206221330]$

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

Reply via email to