php-install Digest 3 Jul 2003 13:56:02 -0000 Issue 1446
Topics (messages 11201 through 11202):
PHP >4.2.1 + Apache >2.0.35 - the well known LoadModule problem
11201 by: Yaroukh
Addings extensions...
11202 by: Andrej Snedic
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi all
I'm running Apache 2.0.35 with PHP 4.2.1 as a module - without any problems.
But when I've decided to upgrade PHP (to check the new 5b) and then Apache
too (when firstly ran into problems), I wasn't able to get them work
together ...
tried:
- later Apache versions (2.0.39, 2.0.46) - unable to run any version of PHP
(4.2.1, 4.2.3, 5.0.0b)
- my current version of Apache (2.0.35) - unable to run any later version of
PHP (4.2.3, 5.0.0b)
- php4ts.dll in "C:\WINNT", "C:\WINNT\system32", "C:\Program Files\PHP\sapi"
- iconv.dll copied to "sapi" directory
When I install Apache 2.0.35 and PHP 4.2.1 back again everything is OK.
I always end with one of these two Apache error-messages:
"The specified module could not be found." // obvously only occurring when
PHP can't locate php4ts.dll
"The specified procedure could not be found."
(With the 5b I've tried to change "LoadModule php4_module ..." to
"LoadModule php5_module ..." - no difference.)
Win2k SP4
PHP in C:\Program Files\PHP
Apache2 in C:\Program Files\Apache Group\Apache2
Any hints please? :o(
Yaroukh
--- End Message ---
--- Begin Message ---
I am adding some extensions to PHP engine so I edited PHP.INI in c:\windows
directory this way:
...
extension_dir = "D:\Web\PHP\extensions"
...
extension=php_some-extension.dll
...
The actrual complete path to my extension is:
D:\Web\PHP\extensions\php_some-extension.dll
But after rebooting my computer I always get this error message:
"Unknown(): Unable to load dynamic link library
'D:\Web\PHP\extensions\php_some-extension.dll' - The specified module could
not be found. [OK]"
So what's wrong? How shuld I set my extensions path?
I am running Apache 2.0.46 and PHP 4.3.2.2 on Windows XP.
Thanks,
-Andrej
--- End Message ---