Php 5
Anyone following PHP 5? A quick look through the change log sets alarm bells ringing in my head:
* The SQLite (http://www.hwaci.com/sw/sqlite/) extension is now bundled and enabled by default.
* Removed the bundled MySQL client library.
Does this mean PHP5 will carry it's own database (SQLite) and there will be no way to interact with other databases?
?!
http://uk.php.net/ChangeLog-5.php
- wil
JeevesBond posted this at 11:44 — 8th September 2003.
He has: 3,956 posts
Joined: Jun 2002
It looks like they are just changing the defaults, I presume the MySQL client will be downloadable as an optional extra...I cannot imagine they would remove support for MySQL - that would be product suicide.
a Padded Cell our articles site!
m3rajk posted this at 14:50 — 8th September 2003.
They have: 461 posts
Joined: Jul 2003
over at the php dev net that was talked about.
there's an issue between zend and mysql.....
the result is that the mysql library is an optional add on, and may end up being something you get from mysql and not from zend.
i'm not sure of the specifics or how accurate that is.i think in 5 beta you have both of them with sqlite on and mysql off
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Mark Hensler posted this at 17:03 — 8th September 2003.
He has: 4,048 posts
Joined: Aug 2000
The only difference is that you will have to set the --with-mysql option when compiling as it will not be included by default.
I'm very excited about PHP 5. They've re-worked the OOP and classes now have their own scope, w00t!
Mark Hensler
If there is no answer on Google, then there is no question.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.