php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27501 not possible to load extensions without "zend_list_find" entry point error
Submitted: 2004-03-04 19:06 UTC Modified: 2004-03-10 00:09 UTC
From: pseudonym1972 at hotmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.4 OS: XP pro IIS 5
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: pseudonym1972 at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-03-04 19:06 UTC] pseudonym1972 at hotmail dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-04 20:50 UTC] scottmacvicar at ntlworld dot com
Are you sure php_gd.dll exists? as far as i'm aware it should be php_gd2.dll
 [2004-03-05 01:37 UTC] derick@php.net
There is no php_gd.dll, only for older PHP versions so you are mixing from different installations. The only file that is going to work for 4.3.4 is php_gd2.dll and is 778240 bytes large.

Not a bug -> bogus
 [2004-03-05 10:58 UTC] pseudonym1972 at hotmail dot com
bogus man,
Why is the php_gd.dll included in the 4.3.4 extensions directory?
I will try the other gd dll and hope for the best.
 [2004-03-05 12:03 UTC] derick@php.net
It is *not* in the distribution at all:

derick@kossu:/dat/dev/php/phpweb/distributions$ unzip -l php-4.3.4-Win32.zip  | grep gd
   346624  11-03-03 00:00   php-4.3.4-Win32/dlls/gds32.dll
   778240  11-03-03 00:00   php-4.3.4-Win32/extensions/php_gd2.dll

 [2004-03-10 00:09 UTC] pseudonym1972 at hotmail dot com
You all are right about your product. I am a lost beginner.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 22:01:27 2024 UTC