php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43238 "php --re" output shows spurious warnings
Submitted: 2007-11-10 22:52 UTC Modified: 2008-02-18 01:00 UTC
From: tim dot yamin at zonbu dot com Assigned: johannes (profile)
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.2.5 OS: Linux
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: tim dot yamin at zonbu dot com
New email:
PHP Version: OS:

 

 [2007-11-10 22:52 UTC] tim dot yamin at zonbu dot com
Description:
------------
Hi,

This is cosmetic and minor but did get me a little worried until I figured out the cause of this. Running "php --re <extension_name>" on a PHP extension which has a function name such as MixedCaseFunctionName (as opposed to mixedcasefunctionname) makes the following warning show up:

Warning: Internal error: Cannot find extension function MixedCaseFunctionName in global function table in Unknown on line 0

(Running php --rf MixedCaseFunctionName works fine, locating the function and gives out no warnings, though)

Cheers,

Tim


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-10 20:04 UTC] felipe@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.3-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.3-win32-installer-latest.msi

Looks ok to me, could you give a command line example?
 [2008-02-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 05:01:30 2024 UTC