Forgot your password?
typodupeerror

Comment PHP5 (Score 1) 398

- The 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.
User Journal

Journal Journal: PHP.net Klip released

I have just released a Klip for PHP.net designed to work with Serence KlipFolio. KlipFolio is a free information channel viewer that lets you view and manage Klip information channels right on your desktop. A Klip is a persistent and proactive desktop information channel used by consumers and knowledge workers to stay up-to-date with ever-changing content or s
User Journal

Journal Journal: New beginning

Two of the most futile phrases in the English language are "what if" and "if only." We waste so much time and energy thinking about what we might have done and what might have been if only we had acted or reacted differently. All of us make mistakes. To go back and wonder about our past prevents us from living fully today. New Year's always presents the opportunity to make a fresh start, but what we don't realize is that each day is also a fresh chance; a new beginning.

Slashdot Top Deals

Doubt is a pain too lonely to know that faith is his twin brother. - Kahlil Gibran

Working...