From:             [EMAIL PROTECTED]
Operating system: Win2k Pro
PHP version:      4.3.0RC2
PHP Bug Type:     Dynamic loading
Bug description:  Several dll entry points not found in php4ts.dll

I have installed Apache 2.0.43 as a service on Win 2k with PHP 4.2.3. These
are upgrades from Apache 2.0.39 and PHP 4.2.2. Now I had previuosly
enabled the following php extensions and they worked fine in the older
setup. Now, after the upgrade, they don't.

They are bz2, ctypye, curl, ming, pdf, zlib.
------------------------------------------------------------
The errors are:

php_bz2.dll
Apache.exe - Entry Point Not Found
The procedure entry point php_file_le_fpoen could not be loacted in the
dynamice link librart php4ts.dll
Unkown(): Unable to load dynamic library './php_bz.dll' - The procedure
could not be found'

php_ctype functions:
Warning
Function registration failed - duplicate name - ctype_alnum
Warning
Function registration failed - duplicate name - ctype_alpha
Warning
Function registration failed - duplicate name - ctype_cntrl
Warning
Function registration failed - duplicate name - ctype_digit
Warning
FunctioWarning
Function registration failed - duplicate name - ctype_print
Warning
Function registration failed - duplicate name - ctype_space
Warning
Function registration failed - duplicate name - ctype_upper
Warning
Function registration failed - duplicate name - ctype_xdigit
Warning
ctype: unable to register function, unable to load

php_curl.dll:
Apache.exe - Entry Point Not Found
The procedure entry point php_file_le_fpoen could not be loacted in the
dynamice link librart php4ts.dll
Unkown(): Unable to load dynamic library './php_bz.dll' - The procedure
could not be found'

php_ming.dll
Apache.exe - Entry Point Not Found
The procedure entry point php_fsock_fread could not be loacted in the
dynamice link librart php4ts.dll
Unkown(): Unable to load dynamic library './php_ming.dll' - The procedure
could not be found'

php_pdf.dll
Apache.exe - Entry Point Not Found
The procedure entry point zif_warn_not_available could not be loacted in
the dynamice link librart php4ts.dll
Unkown(): Unable to load dynamic library './php_pdf.dll' - The procedure
could not be found'

php_zlib.dll
Apache.exe - Entry Point Not Found
The procedure entry point php_fopen_wrapper could not be loacted in the
dynamice link librart php4ts.dll
Unkown(): Unable to load dynamic library './php_zlib.dll' - The procedure
could not be found'

End of errors details.
-----------------------------------------------------------

The workaround works by disabling these extension in the php.ini file but
this is not pratical for me long term.

The extension folder is located under :c:/php/extensions.

This problems occured after the upgrade to the latest versions of php and
apache.

Please assist, as it would be much appreciated.

Charlie
-- 
Edit bug report at http://bugs.php.net/?id=20779&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20779&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20779&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20779&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20779&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20779&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20779&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20779&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20779&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20779&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20779&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20779&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20779&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20779&r=isapi

Reply via email to