|
Posted by Jerry Stuckle on 12/05/07 20:40
AnrDaemon wrote:
> Greetings, pdhb_1.
> In reply to Your message dated Tuesday, December 4, 2007, 00:15:38,
>
>> Yes, the extensions are there, and the path being searched does depend
>> on how I set extension_dir.
>> The log file will faithfully reproduce the path I indicate in the line
>> reporting the error. For example,
>> extension_dir="C:\PHP\ext"
>
>> results in lines of the form:
>
>> "PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\
>> \ext\\php_sybase_ct.dll' - The specified module could not be found.\r
>> \n in Unknown on line 0"
>
> Add
> LoadFile path/to/SyBaseSharedDlls
>
> into Your httpd.conf before
>
> LoadModule php5_module
>
If an Apache module doesn't use those files it is not necessary to load
them in the Apache configuration. The PHP extension will call for them
to be loaded.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|