Ezilon.com - Target Your Audience, be Seen in Your Region

Php 5

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 601 posts

Joined: Nov 2001

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's picture
Moderator

He has: 3,489 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!

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's picture

He has: 4,044 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 ["Max Albert"] [Email]
If there is no answer on Google, then there is no question.