PDA

View Full Version : MySQLi Support


Norm 2782
October 13th, 2005, 05:35 PM
I'd like to see a php5-mysqli package! I was very pleased to see PHP 5 in Breezy, but I did hope for a mysqli package.

Orcus
October 17th, 2005, 11:12 AM
Seconded. Has anyone managed to get MySQLi running with PHP5 on an AMD 64 box yet? I'm having a real nightmare trying to sort this out. :(

.O.

Jad
October 18th, 2005, 05:39 AM
Seconded to! it's a must

mgor
November 19th, 2005, 06:23 AM
yeah, i want php5-mysqli aswell and a mysql-server-5.0 package! :)

Ytorres
November 19th, 2005, 06:42 AM
Hello,

Just add this ligne to your source.list :

deb http://packages.dotdeb.org stable all

And add this lignes to your /etc/apt/preferences (create it if this file don't exist on your system) :

Package: *
Pin: origin packages.dotdeb.org
Pin-Priority: 990

This packages are made by Guillaume PLESSIS how is an official PHP team guy.

I use Dapper and this package and this works very fine.

See http://dotdeb.org/ for more details.

Norm 2782
November 19th, 2005, 07:22 AM
Cool :)
Still... php5-mysqli in Dapper Main would be great :D

mgor
November 19th, 2005, 10:05 AM
I will be building mysqli in main in the upcoming
weeks, so no need to bug MOTU to do it in universe. It couldn't be done
while we were building the plain mysql extension against the older
libmysqlclient, but now that we're transitioning to a new mysqlclient,
we can build both mysql and mysqli with the new library.

it's on the way :)

Norm 2782
November 19th, 2005, 10:47 AM
woot!

Omni-Vi
March 1st, 2006, 05:37 PM
Hi
Has there been any progress in packing mysqli in main?
I'm desperatly waiting for it :-) !
Will it be in Dapper?

enzomedici
March 3rd, 2006, 06:42 PM
We need MySQLi support asap.

I got a nice new Ubuntu server, PHP5 installed, Apache2, MySQL 5 but cannot use stored procedures or new features of MySQL 5 without mysqli support.

So, pretty much useless server at this point unless anyone has any ideas on how to get mysqli working on ubuntu.

-Enzo

gmclachl
March 18th, 2006, 09:05 AM
We need MySQLi support asap.

I got a nice new Ubuntu server, PHP5 installed, Apache2, MySQL 5 but cannot use stored procedures or new features of MySQL 5 without mysqli support.

So, pretty much useless server at this point unless anyone has any ideas on how to get mysqli working on ubuntu.

-Enzo

I rolled my own package for it*. Dapper only I am afraid, but if there is enough interest I could do a breezy one as well.

It will happily install php-mysqli by hand but you need to edit php.ini by hand to include extension=mysqli.so and then restart apache.

George

dudus
April 5th, 2006, 11:46 PM
I rolled my own package for it*. Dapper only I am afraid, but if there is enough interest I could do a breezy one as well.

It will happily install php-mysqli by hand but you need to edit php.ini by hand to include extension=mysqli.so and then restart apache.

George

It would be nice to see a how to on this.
I tried to make a .deb of this once but could make it trougth the learning curve.

Please everyone Who want this feature complain at the bug repoort
https://launchpad.net/distros/ubuntu/+source/php5/+bug/27904

KotZer
May 18th, 2006, 05:17 AM
php5-mysqli has entered the repositories ! :D


http://archive.ubuntu.com dapper/main php5-mysqli 5.1.2-1ubuntu3