Closed Thread Icon

Topic awaiting preservation: PHP 5 (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12802" title="Pages that link to Topic awaiting preservation: PHP 5 (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: PHP 5 <span class="small">(Page 1 of 1)</span>\

 
Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 06-30-2003 15:06

Already posted at the GN here:
http://development.gurusnetwork.com/discussion/thread/2126/

-------------------

Thanks to GRUMBLE for dropping me this link of his announcement:

www.deviantart.com/news/10420/

The changelog is here:

www.php.net/ChangeLog-5.php

a presentation on the changes can be found here:

http://talks.php.net/show/php5intro/

Some good discussion:

http://slashdot.org/articles/03/06/29/1957253.shtml?tid=126&tid=169

Thoughts?

-------------------

___________________
Emps

FAQs: Emperor

Kriek
Maniac (V) Inmate

From: Florida
Insane since: Jul 2001

posted posted 06-30-2003 21:04
quote:
- The SQLite (http://www.hwaci.com/sw/sqlite/) extension is now bundled and enabled by default.
- Removed the bundled MySQL client library.



The MySQL client libraries have been GPL'd. That means people that make a living creating PHP/MySQL based solutions that they wish to remain proprietary are forced to buy a license from MySQL to get around the GPL stipulation that there code must be open. This situation may change as there is talk between the PHP dev team and MySQL to work on a solution that may exempt PHP. It's still up in the air, but until a conclusion is reached, MySQL is no longer bundled. SQLite is really not a database, but an SQL interface for a flat file. MySQL is overkill for most sites anyways. It's extremely fast and it can be run anywhere. The host doesn't need a database installed. So for most sites that don't really need all that a RDBMS can offer, or their host isn't capable of providing it, SQLite is really a great alternative. Good for hosts as well.

__________________

Kriek says '[SYSTEMWIDE_MESSAGE] PHP Meetup'
What we do is never understood; only praised and blamed

[This message has been edited by Kriek (edited 06-30-2003).]

« BackwardsOnwards »

Show Forum Drop Down Menu