Click to See Complete Forum and Search --> : PHP3.0.17 and Perl Regular Expressions


Anon
11-07-2000, 07:03 AM
Hi,

i got a little problem get the Perl Regular Expressions work under Win2000 + IIS5 + PHP3 (3.0.17)

I use the binary distribution. I can't use PHP4, because its unstable under IIS5 right now, so please dont tell me if you mean to upgrade to PHP4.

In PHP info it tells me that "Regular Expressions: Bundled regex library enabled" is True... if i call a function like preg_replace it does tell me "Call to unsupported or undefined function preg_replace()"

I also included the php_pcre.dll into the php3.ini like i used it to include the mssql70.dll, but it doesnt work.

I read now some articles about v.13 and v.8, but nothing is a real solution. Also i cant compile it myself (too stupid i think ;), so all i can do is begging you for a solution for a simple problem.

Anybody got an anwser?