PHP 5 no longer bundled with mysql libraries

Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.

Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Post Reply
Talrias
Registered User
Posts: 33
Joined: Sun Mar 23, 2003 8:37 pm
Contact:

PHP 5 no longer bundled with mysql libraries

Post by Talrias »

Unfortunately php 5 is no longer coming with the mysql library installed by default or even with the d/l. This means you have to go and find it yourself.

Even more annoyingly none of the 4.* versions I have come with it either as they have it included by default and so don't need the .dll (I'm using Win32).

I've been spending about 4 hours trying to find php_mysql.dll around the various sites on the internet and haven't had any luck yet.

If anyone has a link to it I'd be very grateful. :)

I'll keep you posted,
Tal
"if triangles had a god, He'd have three sides."

Talrias
Registered User
Posts: 33
Joined: Sun Mar 23, 2003 8:37 pm
Contact:

Re: PHP 5 no longer bundled with mysql libraries

Post by Talrias »

OK, couldn't find them, going back to php 4.3.3 :( What a waste of time :p
"if triangles had a god, He'd have three sides."

User avatar
benchayeel
Registered User
Posts: 64
Joined: Sun May 11, 2003 6:25 pm

Re: PHP 5 no longer bundled with mysql libraries

Post by benchayeel »

Try this link:

http://blogs.phparch.com/mt/archives/000025.html" target="_blank

Its got a download and instructions.

I have to say this really sucks, as all of us on win machines are screwed. But since php has it in the latest sanpshots maybe its getting added back.

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: PHP 5 no longer bundled with mysql libraries

Post by DoD »

Your talking about php 5 beta version?

it doesnt work properly in windows? grrr :(

would love to upgrade the php on my machine, but my host likes 4.1.0 or something like that :x

User avatar
benchayeel
Registered User
Posts: 64
Joined: Sun May 11, 2003 6:25 pm

Re: PHP 5 no longer bundled with mysql libraries

Post by benchayeel »

It works fine on windows, it just does not have mySQL support built in anymore. Not a problem if you can compile it, but most windwos useres cant

Talrias
Registered User
Posts: 33
Joined: Sun Mar 23, 2003 8:37 pm
Contact:

Re: PHP 5 no longer bundled with mysql libraries

Post by Talrias »

indeed - you need microsoft visual c++ which is not something i really want to waste money on.

also, the php license has now been osi-approved. so hopefully the mysql libs will be included from now on. :)
"if triangles had a god, He'd have three sides."

bug_face_uk
Registered User
Posts: 8
Joined: Thu Aug 14, 2003 6:57 pm

Re: PHP 5 no longer bundled with mysql libraries

Post by bug_face_uk »

As the chaps says above, they left it out of a beta release of 5 because of licensing problems, but they've now been sorted out.

I wouldn't recommend installing pre-release software on a production server anyways....
Bow down to da 'Bug

Talrias
Registered User
Posts: 33
Joined: Sun Mar 23, 2003 8:37 pm
Contact:

Re: PHP 5 no longer bundled with mysql libraries

Post by Talrias »

of course not - i was going to be testing it out for my own, personal purposes. :)
"if triangles had a god, He'd have three sides."

sk8erpom
Registered User
Posts: 25
Joined: Sat Sep 13, 2003 9:14 pm

Re: PHP 5 no longer bundled with mysql libraries

Post by sk8erpom »

bla

Talrias
Registered User
Posts: 33
Joined: Sun Mar 23, 2003 8:37 pm
Contact:

Re: PHP 5 no longer bundled with mysql libraries

Post by Talrias »

ok, i just downloaded apache 2/php5/mysql4 for linux and am now using linux to test instead. a much better solution. :)
"if triangles had a god, He'd have three sides."

Post Reply