php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33040 make test fails ( Array to string conversion ) - missing directory in 4.3.11
Submitted: 2005-05-16 08:51 UTC Modified: 2005-05-25 01:00 UTC
From: chronoton at directbox dot com Assigned:
Status: No Feedback Package: Compile Warning
PHP Version: 4.3.11 OS: Gentoo ( 2.4 )
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chronoton at directbox dot com
New email:
PHP Version: OS:

 

 [2005-05-16 08:51 UTC] chronoton at directbox dot com
Description:
------------
make test fails due to a missing directory :

stargazer php-4.3.11 # make test

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

[...]

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

=====================================================================
CWD         : /usr/local/src/apep/php-4.3.11
PHP         : /usr/local/src/apep/php-4.3.11/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 4.3.11
ZEND_VERSION: 1.3.0
PHP_OS      : Linux - Linux stargazer.chronotech.org 2.4.19-gentoo-r9 #2 SMP Mon Oct 7 00:56:16 CEST 2002 i686
INI actual  : /usr/local/Zend/etc/php.ini
More .INIs  :
Extra dirs  :
=====================================================================

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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-16 09:10 UTC] sniper@php.net
What was the configure line you used?

 [2005-05-17 20:19 UTC] chronoton at directbox dot com
./configure --with-apxs=/usr/local/apache/1.3.33/bin/apxs --with-mysql=/usr --with-pgsql=/usr --with-pdflib=/usr --with-zlib-dir=/usr --enable-versioning --enable-calendar --with-freetype-dir=/usr --with-imap=/usr --with-jpeg=/usr --with-zlib=/usr --with-gd --with-config-file-path=/etc --with-openssl=/usr --with-ftp --enable-exif --with-mcrypt=/usr --enable-url-includes --enable-track-vars=yes --enable-sysvshm=yes --enable-sysvsem=yes --enable-bcmath
 [2005-05-17 20:20 UTC] chronoton at directbox dot com
but I used that exact configure line for 4.3.x before...
 [2005-05-18 00:11 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Need the current line number for the error.
Plus I must assume you know PHP? It's a PHP script, you should know how to debug those.. :)

 [2005-05-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC