php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35464 LoadModule php5_module "php5apache2.dll"
Submitted: 2005-11-29 02:46 UTC Modified: 2005-11-29 09:17 UTC
From: insekticid at gmail dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.1.1 OS: winXP SP2
Private report: No CVE-ID: None
 [2005-11-29 02:46 UTC] insekticid at gmail dot com
Description:
------------
LoadModule php5_module "D:/Program Files/Apache Group/Apache2/php/5.1.1/php5apache2.dll"
AddType application/x-httpd-php .php

has problem with loading extensions
e.g. php_mysql.dll or php_mysqli.dll or php_gd2.dll...

cgi version working fine 

ScriptAlias /php/ "D:/Program Files/Apache Group/Apache2/php/5.1.1/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"

Reproduce code:
---------------
---------------------------
Warning
---------------------------
PHP Startup: gd: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=1
PHP    compiled with module API=20050617, debug=0, thread-safety=1
These options need to match

---------------------------
OK   
---------------------------



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-29 04:13 UTC] YOY at YOY dot com
make sure you update all the related dll.

e.g /ext/*.dll

try download the last compiled packege

"Snapshots of the sources are packaged every three hours; 
You can grab the snapshot at
http://snaps.php.net/ "

anyway I think the problem is some where in you configuration - not prob in php.
 [2005-11-29 09:17 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC