php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #235 Dont work ereg,eregi functions
Submitted: 1998-04-03 00:06 UTC Modified: 1998-04-03 00:10 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: Lebedev at ural dot ru Assigned: rasmus (profile)
Status: Closed Package: Other
PHP Version: 3.0 Release Candidate 2 OS: SCO Open Server 5.0.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 6 = ?
Subscribe to this entry?

 
 [1998-04-03 00:06 UTC] Lebedev at ural dot ru
I am use php as apache module (1.2.6)
with MySQL support, when I use ./Configure script only 
--with-apache=.. --with-mysql=.. In my php3 scripts
dont work ereg,eregi,ereg_replace etc.. functions.

When I Add to ./Configure flag --with-system-regex 
and rebuild my httpd ALL EREG Functions Work Fine!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-03 00:10 UTC] rasmus
That's why you have the option of two different regex implementations.  Looks like you found a setting
that works, why fight it?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC