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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
9 + 44 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 08:01:27 2024 UTC