[PHP-DEV] PHP 4.0 Bug #4026: is_numeric_string/zend crashes From: ajung <email protected>
Date: 04/04/00

From: ajung <email protected>
Operating system: Solaris 2.7
PHP version: 4.0 Latest CVS (04/04/2000)
PHP Bug Type: Reproduceable crash
Bug description: is_numeric_string/zend crashes

I get the following traceback from PHP4RC2dev when I try

if (strstr($DOCUMENT_ROOT,"/home/secprint").......

(gdb) bt
#0 0xff3b2d94 in ?? ()
#1 0x722f0 in is_numeric_string (str=0x180438 "/home/secprint/PROD/html", lengt
h=24, lval=0xffbee9ac,
    dval=0xffbee9a0) at zend_operators.c:1378
#2 0x721b4 in zendi_smart_strcmp (result=0xffbeece8, s1=0x1803f0, s2=0x188aa0)
at zend_operators.c:1314
#3 0x713f4 in strptime () at zend_operators.c:926
#4 0x71ac0 in is_not_equal_function (result=0xffbeece8, op1=0x1803f0, op2=0x188
aa0)
    at zend_operators.c:1031
#5 0xb78f0 in _locktab () from /usr/lib/libc.so.1
#6 0xbdb98 in _end ()
#7 0x5ecfc in bracket () at main.c:1146
#8 0x2aac0 in __big_binary_to_unpacked () at cgi_main.c:587

Cheers,
Andreas

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>