From:             webmaster at saschapfalz dot de
Operating system: Linux
PHP version:      4.3.10
PHP Bug Type:     Arrays related
Bug description:  Array handling failed in run-tests.php

Description:
------------
Tried to install php 4.3.10 on top of a working 4.3.9 installation. No
errors occured during compile, but the run-tests.php script fails with

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

and

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

I installed it without tests, but most of my scripts are failing with
4.3.10 while working perfectly under 4.3.9. All errors are always related
to array handling.

=====================================================================
CWD         : /usr/src/php-4.3.10
PHP         : /usr/src/php-4.3.10/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 4.3.10
ZEND_VERSION: 1.3.0
PHP_OS      : Linux - Linux ebola 2.6.5-7.111.5-default #1 Wed Nov 17
11:08:17 UTC 2004 i686
INI actual  : /opt/apache2/conf/php.ini
More .INIs  :
Extra dirs  :
=====================================================================

Warning: opendir(/usr/src/php-4.3.10/Array): failed to open dir: No such
file or directory in /usr/src/php-4.3.10/run-te
sts.php on line 238
ERROR: cannot open directory: /usr/src/php-4.3.10/Array
make: [test] Error 1 (ignored)


The configure line I was using:
CFLAGS="-mcpu=pentium3 -O3" ./configure \
--enable-bcmath \
--with-apxs2=/opt/apache2/bin/apxs \
--with-openssl=/usr \
--enable-sigchild \
--with-pear=/html/PEAR \
--enable-libgcc \
--with-config-file-path=/opt/apache2/conf \
--with-oci8 \
--with-gd \
--with-ttf=/usr \
--with-freetype-dir=/usr \
--enable-gd-imgstrttf \
--enable-gd-native-ttf \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-xpm-dir=/usr \
--with-t1lib=/usr \
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg \
--disable-debug \
--enable-ctype \
--with-mysql=/usr \
--with-zlib=/usr \
--enable-track-vars \
--enable-calendar \
--enable-ftp \
--enable-sockets \
--with-gmp \
--disable-trans-sid \
--enable-shmop \
--without-msql \
--with-mcal=/usr \
--with-gettext \
--with-bz2=/usr \
--with-dom=/usr \
--enable-exif \
--with-mm=/usr \
--enable-mbstring \
--enable-mbregex \
--enable-mime-magic \
--enable-dbx \
--enable-dio \
--with-mcrypt=/usr \
--with-tsrm-pthreads \
--with-readline \
--with-ncurses \
--enable-dba \
--with-mhash=/usr \
--with-gdbm=/usr \
--with-db4=/usr \
--with-inifile \
--with-flatfile \
--with-recode \
--with-iconv 


Reproduce code:
---------------
Just enter 

make test

after compiling, result is that script fails.

Expected result:
----------------
make test should at least start to run...

Actual result:
--------------
ebola:/usr/src/php-4.3.10 # make test

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

Notice: Array to string conversion in /usr/src/php-4.3.10/run-tests.php on
line 851

=====================================================================
CWD         : /usr/src/php-4.3.10
PHP         : /usr/src/php-4.3.10/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 4.3.10
ZEND_VERSION: 1.3.0
PHP_OS      : Linux - Linux ebola 2.6.5-7.111.5-default #1 Wed Nov 17
11:08:17 UTC 2004 i686
INI actual  : /opt/apache2/conf/php.ini
More .INIs  :
Extra dirs  :
=====================================================================

Warning: opendir(/usr/src/php-4.3.10/Array): failed to open dir: No such
file or directory in /usr/src/php-4.3.10/run-te
sts.php on line 238
ERROR: cannot open directory: /usr/src/php-4.3.10/Array
make: [test] Error 1 (ignored)


-- 
Edit bug report at http://bugs.php.net/?id=31149&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31149&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31149&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31149&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31149&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31149&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31149&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31149&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31149&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31149&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31149&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31149&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31149&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31149&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31149&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31149&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31149&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31149&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31149&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31149&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31149&r=mysqlcfg

Reply via email to