top of page
psychacebna1982

Cannot Load C Php5 Php5apache2 2.dll Into Server: Why It Happens and How to Fix It



PHP has a direct module interface called SAPI for different web servers;[248] in case of PHP 5 and Apache 2.0 on Windows, it is provided in form of a DLL file called .mw-parser-output .monospacedfont-family:monospace,monospacephp5apache2.dll,[249] which is a module that, among other functions, provides an interface between PHP and the web server, implemented in a form that the server understands. This form is what is known as a SAPI.




Cannot Load C Php5 Php5apache2 2.dll Into Server



The following example snippet (feel free to copy & paste into a .sh script with execution permissions) will download Solr 5.5.5 (replace it with latest 5.x) in the current directory, start the solr server and create an index in it named moodle to add moodle data to it. If wget gives an error, check -us.apache.org/dist/lucene/solr and update SOLRVERSION


Bilginize: Apache 2.2 Support Users of Apache 2.2 should note that the DLL file for Apache 2.2 is named php5apache2_2.dll rather than php5apache2.dll and is available only for PHP 5.2.0 and later.


Bilginize: Remember to substitute your actual path to PHP for the C:/php/ in the above examples. Take care to use either php5apache2.dll or php5apache2_2.dll in your LoadModule directive and verify that the referenced file is in fact located at the file path that you point to in this directive.


Note: Remember to substitute your actual path to PHP for the C:/php/ in the above examples. Take care to use either php5apache2.dll or php5apache2_2.dll in your LoadModule directive and verify that the referenced file is in fact located at the file path that you point to in this directive.


if you are using PHP5 the LoadModule lines should be altered asLoadModule php5_module "c:/php/php5apache.dll"ORLoadModule php5_module"c:/php/php5apache2.dll"ORLoadModule php5_module"c:/php/php5apache2_2.dll"for Apache 1.3 / Apache 2 / Apache 2.2 Web servers respectively. Alsoadd line;PHPIniDir "C:/php"


A lot of people seem to run into the same issue, they have several versions of PHP installed , such as 5.2 & 5.3 , and doing the following doesn't work because the extension is not compiled by the version they're using, resulting in a warning that the module cannot be loaded. 2ff7e9595c


2 views0 comments

Recent Posts

See All

Comments


bottom of page