[PHP-DEV] Bug #11018 Updated: ereg_replace takes a preposterous amount of time w.r.t. PHP3

2001-05-22 Thread derick
ID: 11018 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I suggest using preg_replace and try to splitup the $bib variabele into smaller parts (i.e. per line). Can you see if this

[PHP-DEV] Bug #11018 Updated: ereg_replace takes a preposterous amount of time w.r.t. PHP3

2001-05-22 Thread brianlmoon
ID: 11018 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: What is that second regex doing? It looks like there is a missing \ in there. Just for testing, have you tried using

[PHP-DEV] Bug #11018 Updated: ereg_replace takes a preposterous amount of time w.r.t. PHP3

2001-05-22 Thread vigna
ID: 11018 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Operating system: Linux PHP Version: 4.0.4pl1 Description: ereg_replace takes a preposterous amount of time w.r.t. PHP3 What is that second regex doing? It looks like there is missing \\ in there. There