php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27034 Mysql support is not build-in while its mentionned in config php.ini
Submitted: 2004-01-24 20:23 UTC Modified: 2004-01-25 09:10 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: sebdg at webgeeks dot be Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.0.0.RC1-Dev OS: WIN 2003 Server
Private report: No CVE-ID: None
 [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....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-24 20:46 UTC] sebdg at webgeeks dot be
in fact i think i need more info about the paths in the ini file under windows.

do they need quotes?
are they case sensitive?
is "extensions/" the exte.. dir in the PHP dir ?
is "" = to executable location ?
 [2004-01-25 00:53 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. 

Thank you for your interest in PHP.

This is not support forum. This is NOT a bug.

 [2004-01-25 00:54 UTC] sebdg at webgeeks dot be
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
 [2004-01-25 01:03 UTC] sebdg at webgeeks dot be
hi sniper,
thanks for the reaction,
the path question is matbe not on the right place you're right but it seems i'm not the only one having this problem, i tried all other solutions i found in other bugreports of the same kind, but till now nothing helped, the file is present but he wont load it, i don't have any other copies of php_mysql.dll around. The Mysql support schould be built in , isn't it ? why all commands are undefined and why cant he load the ext ?
 [2004-01-25 01:05 UTC] sniper@php.net
You have installed PHP wrong. This is NOT bug, DO NOT REOPEN ANYMORE!

 [2004-01-25 01:21 UTC] sebdg at webgeeks dot be
this is to easy as answer i'm installing 2days long already. i follow step by step what is said in install, other modules are included without problem,

what in the installation can i do wrong ???
 [2004-01-25 01:27 UTC] sebdg at webgeeks dot be
just take a look ! 
i'm installing wrong ? come on !

http://z3us.servehttp.com/serverinfo.php
 [2004-01-25 09:10 UTC] sebdg at webgeeks dot be
i solved a part of the problem but it seems that it was caused by misinformation in the php.ini file mysql i not build in and libmysql.dll and php_mysql needs to be copied in windows/system32 directory.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC