From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.14-5.0 (RedHat 6.2)
PHP version:      4.0.5
PHP Bug Type:     Reproducible crash
Bug description:  Incorrect brackets in strlen crashes server

Using an apache linux box if the brackets are in the wrong place, (see
below) the box spawns hundreds of processes eventually crashing the
server.

(strlen($local[1] < "3"))
[INCORRECT BRACKETS]

Rather than:

(strlen($local[1]) < "3")
[CORRECT BRACKETS]

[Basic php install with sigchild enabled and Oracle support]
-- 
Edit bug report at: http://bugs.php.net/?id=15293&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to