On Tue, Dec 23, 2008 at 18:13, Gang Chen <eniac2...@gmail.com> wrote: > Hello, > > Since the ereg_replace function is deprecated in PHP 5.3.0, when > building PHP docs with PHP 5.3.0, I got too many E_DEPRECATED > messages. To clear the boring messages, I changed the function call to > ereg_replace to preg_replace. Following is the patch:
Thanks for the patch, looks good. For future reference, please send 'unified diffs' (cvs diff -u), as they are way more readable :) Philip; could you give him karma so he can commit this himself? -Hannes