Page 1 of 1

PHP 5.3 in XAMPP

PostPosted: 24. June 2009 19:55
by rdwonline
PHP 5.3 is scheduled to be released this Tuesday (6/30). How soon will it be before XAMPP is updated to include it?

Re: PHP 5.3 in XAMPP

PostPosted: 29. June 2009 18:43
by descention
I second this question.

Re: PHP 5.3 in XAMPP

PostPosted: 30. June 2009 14:27
by rdwonline
Okay, it's official! PHP 5.3 has been released!

Willing to help with the XAMPP beta including it and the latest stable release of MySQL!

Re: PHP 5.3 in XAMPP

PostPosted: 30. June 2009 20:28
by aldo
Yeah... I hope it will get in soon! I really need to finish a project of mine by adding support for SQLite3 :)

Re: PHP 5.3 in XAMPP

PostPosted: 03. July 2009 19:58
by roman2
aldo, you don't need PHP 5.3 to use SQlite. Just use PDO. It supports SQlite 3, is available in earlier versions of PHP, and is natively built.

Re: PHP 5.3 in XAMPP

PostPosted: 04. July 2009 03:42
by aldo
roman2 wrote:aldo, you don't need PHP 5.3 to use SQlite. Just use PDO. It supports SQlite 3, is available in earlier versions of PHP, and is natively built.

Oh... Lol. I feel kinda dumb :P

Thanks XD