ID: 41299 Updated by: [EMAIL PROTECTED] Reported By: virteman at hotmail dot com -Status: Open +Status: Bogus Bug Type: *Regular Expressions Operating System: windows and linux PHP Version: 5.2.2 New Comment:
See http://php.net/preg_last_error and related INI options. Previous Comments: ------------------------------------------------------------------------ [2007-05-06 04:40:33] virteman at hotmail dot com Description: ------------ This code read a file(bcgm.txt) and use regex to process the content,then write a new file(yes.txt)! I try it on PHP5.1.6,the result is just fine,but If I run it on PHP2.X the result file is bad and just a NULL in the file. And Then ,I try other method ,Let the content short ,it's also OK,but let the content keep very long,the problem is still. preg_match_all() cannot matches very long string. Reproduce code: --------------- http://forideal.blog.163.com/blog/ Expected result: ---------------- one new file,which contains the result string. Actual result: -------------- But in the file just is "null". ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41299&edit=1
