From:             mv at binarysec dot com
Operating system: All
PHP version:      5CVS-2007-02-28 (CVS)
PHP Bug Type:     Feature/Change Request
Bug description:  Add of resource for module_registry (Zend API)

Description:
------------
Is it possible to add a new TS resource for :
- static int module_count=0 (Zend/zend_API.c)
- ZEND_API HashTable module_registry (Zend/zend_API.c)

I got some problems when i try to load a new module in a thread.

Thanks

Expected result:
----------------
<br />
<b>Warning</b>:  Module 'X7V3' already loaded in <b>Unknown</b> on line
<b>0</b><br />
<br />
<b>Warning</b>:  Function registration failed - duplicate name -
XXXXXXXXXXXXXXXXXX in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>:  X7V3:  Unable to register functions, unable to load in
<b>Unknown</b> on line <b>0</b><br /


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

Reply via email to