ID:               26836
 User updated by:  scottfurry at telusplanet dot net
 Reported By:      scottfurry at telusplanet dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         Dynamic loading
 Operating System: Windows NT4 SP6a
 PHP Version:      5CVS-2004-01-08 (dev)
 New Comment:

Snapshot php5-win32-200401100330 downloaded
updated php_*.dll's added in the snap.

extensions php_gd2 and php_mysql will load without error.
phpinfo() does not show any additional modules being loaded. Attempt to
run a PHP page with calls imagecreate() or mysql_connect() return
errors indicating "undefined function"

Configuration issue?


Previous Comments:
------------------------------------------------------------------------

[2004-01-09 08:58:04] [EMAIL PROTECTED]

Try the latest snapshot; php_gd2.dll should be in there.

Also note that iconv is built-in to php5,
php_w32api.dll is broken (wait for ffi),
php_java.dll, php_iisfunc.dll, php_yaz.dll and php_zip.dll
are pecl extensions which will be showing up in a separate
download later tonight.

php_mhash.dll should show up in the next snapshot,
and php_ifx.dll a little later (it doesn't yet build with
new build system).


------------------------------------------------------------------------

[2004-01-09 08:19:09] scottfurry at telusplanet dot net

PHP-ini files list the following but php_*.dll file is missing in
extentsion folder:
;extension=php_gd2.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_java.dll
;extension=php_mhash.dll
;extension=php_w32api.dll
;extension=php_yaz.dll
;extension=php_zip.dll
===============
If I uncomment mysql in the php.ini file, PHP will report an error on
restart. Command line PHP ($ path/to/php -i) returns that
php_mysql_drop_db entry point cannot be found. Also, I receive another
dialog box stating that the php_mysql.dll could not be found. The path
shown is correct.

Uncommenting the other php_*.dll's in php.ini (not missing dll in
extension folder) resulted in a similar error where the OS will report
that the php_*.dll could not be found but the path is correct.

Will grab latest snapshot.

------------------------------------------------------------------------

[2004-01-08 05:48:51] [EMAIL PROTECTED]

Please be more specific; which extensions are you trying to load and
which entry point cannot be found?

php_gd2.dll is in the ext folder of the zip file.
(fetch latest snapshot)

------------------------------------------------------------------------

[2004-01-08 03:05:47] scottfurry at telusplanet dot net

Description:
------------
Unable to load dynamic dll's.
PHP.INI file will correctly identify path to php_*.dll. Error message
returned by OS that entry point to dll cannot be found.

Also, some DLL's appear to be missing?
i.e. php_GD.dll / php_GD2.dll



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26836&edit=1

Reply via email to