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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at pac2 dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 03:01:28 2024 UTC