From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: Arrays related
Bug description: array_pad dies with large pad length
This code:
$arr=array();
$arr=array_pad($arr, 65535, md5(microtime()));
causes this output:
[Fri Dec 28 10:01:38 2
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0 Latest CVS (2001-05-21)
PHP Bug Type: Feature/Change Request
Bug description: exit() should return an exit status if passed, not send to stdout
Working with a shell script here. I hoped that exit() would work
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0 Latest CVS (11/04/2001)
PHP Bug Type: Apache related
Bug description: Apache 2.0 won't start
All compiles fine. When I run a configtest I get this:
Syntax error on line 185 of /usr/local/apache2/conf/httpd.co