[PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Stefan Reimers
Hi list, can anyone tell me, when PHP originally started the MySQL support? I downloaded the php 3.0.17 version from php.net and it already supports MySQL. Thx in advance Stefan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Forest Liu
I think you can check the changelog on www.php.net On Sat, 19 Mar 2005 14:13:44 +0100, Stefan Reimers [EMAIL PROTECTED] wrote: Hi list, can anyone tell me, when PHP originally started the MySQL support? I downloaded the php 3.0.17 version from php.net and it already supports MySQL. Thx

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Stefan Reimers
The changelog reaches back to the first beta of PHP4 Forest Liu wrote: I think you can check the changelog on www.php.net On Sat, 19 Mar 2005 14:13:44 +0100, Stefan Reimers [EMAIL PROTECTED] wrote: Hi list, can anyone tell me, when PHP originally started the MySQL support? I downloaded the php

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Forest Liu
You can find many interest thing from this page: http://cvs.php.net/phpfi/ChangeLog as you see, that is php/fi (or so called php2). from this page, I find the oringin support to MySQL is added in PHP/FI 1.198 by rasmus ,Mon Dec 2 13:19:17 1996 (8 years, 3 months ago): Add initial rough mysql

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Rasmus Lerdorf
The actual code for the first MySQL extension was just a search and replace of msql-mysql in the original msql extension I wrote before that. I found 1995'ish documentation for that the other day: http://lerdorf.com/php/msql.html And that extension was based on the original msql support in

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Forest Liu
Maybe he is writing a book Leading to Creativity: the road of PHP and its father haha just joking my pleasure to read the post from Mr.Lerdorf and best wishes from all Chinese PHP programer. On Sat, 19 Mar 2005 07:41:55 -0800, Rasmus Lerdorf [EMAIL PROTECTED] wrote: The actual code for the

Re: [PHP-DB] History of MySQL support in PHP

2005-03-19 Thread Stefan Reimers
Indeed, the book writing is no bad guess, but with slightly different focus than PHP ancestry. But wondering how long mysql is supported is more or less personal interest. Thx to both of you for answering and greetings from Germany to China and California, USA Stefan Reimers ___ Forest Liu