ID: 16973
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: *Compile Issues
Operating System: Linux 2.4.17
PHP Version: 4.2.0
New Comment:
had a look at the error output in /var/log/php.log
half the errors result from:
- too many arguments for count (in the code: count($arr,
COUNT_NORMAL))
- file doesn't exist
- includes don't work, paths other than in php.ini given
- functions not found (aggregate* don't exist, neither in includes nor
are mentioned in the manual)
so half the test fails because of this, but bzopen and a couple other
function still don't work
Previous Comments:
------------------------------------------------------------------------
[2002-05-02 15:04:45] [EMAIL PROTECTED]
compiled php 4.2.0 into apache 2.0.35
no errors during confiure or compile, but make test marks >40 tests as
failed, e.g. bz2 support was configured in, says yes and found,
compilation completed without errors, but bzopen("blubb.bz2","w");
causes an error:
Warning: bzopen(): Unable to open file in /var/www/htdocs/bz2test.php
on line 2
no matter what the permissions are (all owned by sub.users, apache runs
under sub.users as well)
http://topf.hn.org/test.log.bz2 contains the configure parameters and
the make test output
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16973&edit=1