Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-04 Thread Adam Lundrigan
that doesn't seem to workit tells me that the libmysql.dll file is not a PHP module. Where can I track down the PHP module for MySQL? Its not in my /extensions directory -Adam Lester Caine [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Exactly how would one go about installing

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-04 Thread Marco Tabini
Try in the current snapshot at http://snaps.php.net (also, more info on my blog). Cheers, Marco Tabini http://blogs.phparch.com On Fri, 2003-07-04 at 13:01, Adam Lundrigan wrote: that doesn't seem to workit tells me that the libmysql.dll file is not a PHP module. Where can I track down

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-04 Thread Adam Lundrigan
Thanks. I'll try that -Adam Marco Tabini [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try in the current snapshot at http://snaps.php.net (also, more info on my blog). Cheers, Marco Tabini http://blogs.phparch.com On Fri, 2003-07-04 at 13:01, Adam Lundrigan wrote: that

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-03 Thread Adam Lundrigan
Exactly how would one go about installing the MySQL extension, as a workaround to the removal of the builtin MySQL library? Thanks, -Adam Lundrigan Rasmus Lerdorf [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sun, 29 Jun 2003, Ben Lake wrote: Anyone have an input on the

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-03 Thread Lester Caine
Exactly how would one go about installing the MySQL extension, as a workaround to the removal of the builtin MySQL library? Just select it in the php.ini list of extensions? That is how I get Firebird(Interbase) instead. Leaving sections of the code to user choice is much better than building in

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-07-01 Thread Lester Caine
(Sorry Greg - Must remember to check return address ;) ) And what about recommending PHP/MySQL as a preferred dev environment? I am currently in the process of several recommendations and wondering if I shouldn't hold off for a while. Maybe its time to bite the bullet and move to PHP/Postgres.

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-06-29 Thread Rasmus Lerdorf
On Sun, 29 Jun 2003, Ben Lake wrote: Anyone have an input on the recent announcement that about MySQL libraries not being present in PHP 5. What other means might be available to connect to MySQL? This only affects the bundled library. It doesn't mean the MySQL extension is going away. Just

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-06-29 Thread Marco Tabini
Hello Ben-- The MySQL extension has been debundled because MySQL has changed its licensing policy and, effective 4.0, the library is now distributed either under the GPL (which is incompatible with the PHP license) or by purchasing a commercial license. You can still link to the MySQL library by

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-06-29 Thread Rasmus Lerdorf
On Sun, 29 Jun 2003, Marco Tabini wrote: The MySQL extension has been debundled because MySQL has changed its licensing policy and, effective 4.0, the library is now distributed either under the GPL (which is incompatible with the PHP license) or by purchasing a commercial license. Please

Re: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-06-29 Thread Marco Tabini
Sorry then, the library. The purpose was not to confuse, but, of course, to inform. Marco On Sun, 2003-06-29 at 21:39, Rasmus Lerdorf wrote: On Sun, 29 Jun 2003, Marco Tabini wrote: The MySQL extension has been debundled because MySQL has changed its licensing policy and, effective 4.0,

RE: [PHP-DB] No MySQL Support in PHP5 - Uh oh!

2003-06-29 Thread Greg Reeves
And what about recommending PHP/MySQL as a preferred dev environment? I am curently in the process of several recommendations and wondering if I shouldn't hold off for a while. Maybe its time to bite the bullet and move to PHP/Postgres. Will anything remain free Greg Reeves -Original