[PHP-DEV] Bug #7604: Malfunction of REGEX Functions From: acmad_moti <email protected>
Date: 11/02/00

From: acmad_moti <email protected>
Operating system: RedHat 6.2
PHP version: 3.0.16
PHP Bug Type: Oracle related
Bug description: Malfunction of REGEX Functions

Guys,

I hope it's only our team that's experiencing this.

We've migrated data and scripts from MySql to Oracle 8.1.6 successfully. That is, the new scripts are working, but are terribly slow.

So far, we've isolated the cause of the problem... it's the set of functions under REGEX component once you compile PHP3 with Oracle support. Specifically in our scripts, it's the 'eregi' calls that slow down the processing time. (6 to 7 times slower compared when running the scripts with MySql support.)

For those interested, I could send you scripts that only contain function calls under REGEX. No database calls whatsoever.

If in case you have a site that has PHP3 and Oracle 8i, hope I could borrow your .SO or .DSO with Oracle support.

For those who were able to solve this problem, please help! We don't want to waste our time removing all REGEX function calls.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>