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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Fri Apr 26 13:01:28 2024 UTC