From:             pseudonym1972 at hotmail dot com
Operating system: XP pro IIS 5
PHP version:      4.3.4
PHP Bug Type:     Zend Engine 2 problem
Bug description:  not possible to load extensions without "zend_list_find" entry point 
error 

Description:
------------
The sad story..

I downloaded and installed php from the windows installer.  Then I added
the extensions directory one gets when they download the php zip package.

The php.ini file was modified to use the extensions directory like so,
extension_dir = "C:\PHP\extensions"

Finally I attempt to get php to use one.

extension=php_gd.dll



I am reading that there are issues like this around, and that most of them
are related to a bad install usually by mixing binary versions.

This is a fresh install. I have done nothing but installed php and seen it
echo "hello" on a test page.

Reproduce code:
---------------
I attempt to view the modules by command line, c:\php/php -m

Expected result:
----------------
PHP 4.3.4 (cli) (built: Nov  2 2003 23:47:34)

Copyright (c) 1997-2003 The PHP Group

Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies



Actual result:
--------------
an error message pops up saying 

"The procedure entry point zend_list_find could not be located in the
dynamic link library php4ts.dll." The php_gd.dll isn't loaded.

-- 
Edit bug report at http://bugs.php.net/?id=27501&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27501&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27501&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27501&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27501&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27501&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27501&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27501&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27501&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27501&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27501&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27501&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27501&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27501&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27501&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27501&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27501&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27501&r=float

Reply via email to