|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-01-24 20:23 UTC] sebdg at webgeeks dot be
Description: ------------ hi, i just installed proudly PHP5 b3 With apache 2 and Mysql 5 but after the installation there seems no mysql module loaded by default, while it is actually said in the ini file but stanger is that i could not load the mysql module apache craches saying ha cant find the module, i copied the file almost everywhere and tried all combinaisons with the inifile in can load ot Reproduce code: --------------- <? echo phpinfo()?> Expected result: ---------------- All the loaded modules mysql also Actual result: -------------- no mysql module loaded apache comes with error module could not find mod.... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 06:00:01 2025 UTC |
I found a compiled snapshot from 21jan. but still not working i can include almost all other mods [PHP.INI] ;extension=php_mcrypt.dll ;extension=php_mhash.dll extension=php_mime_magic.dll extension=php_ming.dll extension=php_mssql.dll extension=php_msql.dll ;extension=php_mysql.dll ;extension=php_oci8.dll if i uncomment the php_mysql.dll, php will popup a message "Could not find ..." on startup,( twice ? one for each process i supose) I tried to compile one by myself but i think this is too complicated for me i got 100 build errors and other unexplainable stuff ;-) Please help me ;-{ i don't wanna downgrade