RE: [PHP] Strange Problem with ctype_digit

2004-09-27 Thread Ed Lazor
-Original Message- CODE: ? print ctype_digit( 1094164380 ); ? END OF CODE When I run the above code, my apache server performs an illegal operation and shuts down. It will keep doing this every 20 seconds or so until you restart/stop the server manually. Does anyone else have

[PHP] Strange Problem with ctype_digit

2004-09-27 Thread Stephen Edmonds
Hi all, Noticed a strange problem when I was testing a time stamp to make sure it was all numbers. After an hour of debugging, I traced the problem to the ctype_digit funciton. CODE: ? print ctype_digit( 1094164380 ); ? END OF CODE When I run the above code, my apache server performs an