php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3475 Fatal error when calling to a preg_replace() func
Submitted: 2000-02-13 17:45 UTC Modified: 2000-08-05 05:44 UTC
From: chris_chan at softhome dot net Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.14 OS: WinNT
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:
39 - 21 = ?
Subscribe to this entry?

 
 [2000-02-13 17:45 UTC] chris_chan at softhome dot net
Server:                WinNT4 w/ service pack 5
installed PHP version: 3.0.14 win32

Client: Win98 using IE5

Error: "Fatal error:  Call to unsupported or undefined function preg_replace() in netsol.whois on line 36"

Line 36 of source code: preg_replace( "/\n+/", "_",implode($data, "\n"))

I know this script should be working as I am using a script from a site which is working (perhaps they are using unix/linux platform of php3 ??

Please help and advise....thank you very much !!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-05 05:44 UTC] hholzgra@php.net
preg extension dll not loaded
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 04:01:30 2024 UTC