From:             tim dot yamin at zonbu dot com
Operating system: Linux
PHP version:      5.2.5
PHP Bug Type:     CGI related
Bug description:  "php --re" output shows spurious warnings

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


-- 
Edit bug report at http://bugs.php.net/?id=43238&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43238&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43238&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43238&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43238&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43238&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43238&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43238&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43238&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43238&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43238&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43238&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43238&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43238&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43238&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43238&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43238&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43238&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43238&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43238&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43238&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43238&r=mysqlcfg

Reply via email to