ID: 20661
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Regexps related
Operating System: Linux redHat 7.0 and Solaris 8
PHP Version: 4.2.3
New Comment:
Your example script works fine here with latest CVS of 4.3.0-dev
branch.
Previous Comments:
------------------------------------------------------------------------
[2002-11-26 15:03:58] [EMAIL PROTECTED]
// finds 17 (also 15) but not 27 in option pattern >> see below
if(ereg("5|7","17")){
print "found";
}else{
print "not found";
}
./configure' '--prefix=/usr' '--with-apxs' '--with-mysql'
'--with-pgsql' '--with-gd' '--with-jpeg-dir=/usr/lib'
'--with-png-dir=/usr/lib' '--with-ttf' '--with-zlib' '--with-openssl'
'--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-gettext'
'--with-mcrypt'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20661&edit=1