ID: 15247
Updated by: derick
Old Summary: preg_match('/(.|\n)*/',$a,$b) crashes
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Reproducible crash
Operating System: Win98
PHP Version: 4.0.6
New Comment:

I think this is a limit of the preg functions, it would really help if
you could supply a script that reproduces it, and stands on it's own.

Derick


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

[2002-01-27 15:08:02] [EMAIL PROTECTED]

Do you have any idea of the size of $a?  1MB? 10MB? 100MB? 1GB? 1TB???
:)
Does it help if you leave out the third argument (currently $b)?
Also, can you try 4.1.1?

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

[2002-01-27 14:59:36] [EMAIL PROTECTED]

if the size of $a is very large, php crashes.  I replaced (.|\n)* with
the better [\w\W]* and it stopped crashing.  I'm not positive what the
size limit is, the script that produced the crash is quite large and
complex.

print_r(get_loaded_extensions()) produces
Array ( [0] => standard [1] => bcmath [2] => Calendar [3] => com [4] =>
variant [5] => ftp [6] => mysql [7] => odbc [8] => pcre [9] => session
[10] => xml [11] => wddx [12] => gd [13] => pdf [14] => pgsql [15] =>
zlib [16] => Zend Optimizer [17] => apache )

I'm using Apache 1.3.20

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



Edit this bug report at http://bugs.php.net/?id=15247&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