ID:               26171
 User updated by:  xuefer at 21cn dot com
 Reported By:      xuefer at 21cn dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         PCRE related
 Operating System: win
 PHP Version:      4.3.4
 New Comment:

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30     ; Maximum execution time of each script, in
seconds
max_input_time = 60     ; Maximum amount of time each script may spend
parsing request data
memory_limit = 8M      ; Maximum amount of memory a script may consume
(8MB)


Previous Comments:
------------------------------------------------------------------------

[2003-11-10 20:14:19] [EMAIL PROTECTED]

Do you have memory limit enabled?

------------------------------------------------------------------------

[2003-11-08 13:20:23] xuefer at 21cn dot com

apache2
[Sun Nov 09 02:20:30 2003] [notice] Parent: child process exited with
status 128 -- Restarting.
still crashing

but what system did u pass the test?

------------------------------------------------------------------------

[2003-11-08 12:50:57] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Works fine here with PHP4 & PHP5.

------------------------------------------------------------------------

[2003-11-07 22:53:28] xuefer at 21cn dot com

Description:
------------
if just crash

Reproduce code:
---------------
<?php
preg_match('/(aa)+/', str_repeat('a', 1000));
?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26171&edit=1

Reply via email to