Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql compile time support

Status
Not open for further replies.

MrTom

Programmer
Mar 13, 2001
383
GB
just dloaded a php app and found that it does not work because i don't have mysql compiled directly into the php binary.

i do have mysql support for php and many of my other php apps work fine in that way but i don't understand why it is different with the binary.

is there any way i can preload the module when i run php from the cli?

thanks!
:)
 
if you have the latest PHP version you don't have to do nothing to use mysql (in windows) cause it's already built-in in the distribution. Anikin
Hugo Alexandre Dias
Web-Programmer
anikin_jedi@hotmail.com
 
doh! missing package in debian.

thanks :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top