php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2895 Missing function preg_match()
Submitted: 1999-12-02 19:05 UTC Modified: 2000-08-05 05:43 UTC
From: php at pac2 dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.11 OS: NT Server 4.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:
18 - 15 = ?
Subscribe to this entry?

 
 [1999-12-02 19:05 UTC] php at pac2 dot com
3.0.11 Win32 missing function preg_match().  Heard it works in 3.0.12 (is this only available in Linux?)

Fatal error: Call to unsupported or undefined function preg_match() in xxx line xxx.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-02 19:11 UTC] joey at cvs dot php dot net
preg_match() is not available in 3.0.11.
3.0.12 win32 binaries can be found at:
http://www.php.net/download-php.php3
 [2000-02-24 05:37 UTC] php at pac2 dot com
I have the same error with PHP 3.0.14 on NT4 (SP5)
 [2000-08-05 05:43 UTC] hholzgra@php.net
from themanual annotations:


                 WINDOWS USERS: 
                 If you want to use this, 
                 remember to put 
                 extension=php3_pcre.dll 
                 in the php3.ini file in 
                 your Windows directory.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 16:01:33 2024 UTC