From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.4pl1
PHP Bug Type: Performance problem
Bug description: ereg_replace takes a preposterous amount of time w.r.t. PHP3
My publication page
(http://gongolo.usr.dsi.unimi.it/~vigna/papers) is generated
with PHP
[EMAIL PROTECTED]
My publication page
(http://gongolo.usr.dsi.unimi.it/~vigna/papers) is generated
with PHP. Part of the generation process includes the
following regular expression substitutions:
$bib = ereg_replace("([0-9]+)--([0-9]+)", "\1-\2",$bib);
$bib = ereg_replac