News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

PHP.net:
Google Summer of Code php.net students
0 comments :: posted Wednesday April 23, 2008 @ 07:58:21
voice your opinion now!

The main PHP.net website has posted a list of people participating in this year's Google Summer of Code project on various PHP projects. These include:

You can check out more information on the projects (including links to their individual pages) on this page of the Google Code website.

tagged with: phpnet gsoc2008 students optimizer xdebug cairo pecl unicode php6


Mike Lively's Blog:
Late Static Binding (LSB) forward_static_call()
0 comments :: posted Wednesday April 09, 2008 @ 11:24:19
voice your opinion now!

On his blog, Mike Lively has posted a look at some of the work he's been doing on patches for the late static binding functionality to be included in PHP, including an example of the updates in action.

This weekend I wrapped up a few small tests and sent the patch in and it was subsequently pushed to php 5.3 and php 6.0. Now, this is not at all the way I wanted things to work, in all honesty I think the patch is pretty hokey but unfortunately nobody really spoke up in support of the changes I wanted to make to parent:: in regards to LSB.

His example shows how to override a static method and push that new method's execution to the parent class (in two ways - safe using forward_static_call and the not so safe calling itself with a parent:: override).

tagged with: latestaticbinding php5 php6 patch safe unsafe parent forwardstaticcall

DeveloperTutorials.com:
PHP 6 now with .net Visual Studio integration available already
0 comments :: posted Tuesday April 01, 2008 @ 14:57:08
voice your opinion now!

On the Developer Tutorials site, there's an article talking about the integration that can be made with PHP6 and .NET Visual Studio:

PHP, .net and Silverlight will be integrated out of the box, along with Visual Studio 2008. The project has long been in the works, but our sources have informed us of an impending announcement that PHP 6 will ship with .net.

The glue between them is a part of the phlanger project.

tagged with: php6 net microsoft visualstudio integrate

Make Me Pulse Blog:
PHP6, Unicode and TextIterator features
0 comments :: posted Friday March 14, 2008 @ 09:32:34
voice your opinion now!

On the Make Me Pulse blog, there's a look at PHP6's support of Unicode in the SPL (Standard PHP Library) TextIterator handler.

I've just install the last version of PHP6 dev and I've decided to test the famous new feature, the PHP Unicode Support. I will not explain new things about PHP6 or Unicode or TextIterator, it's just my discoveries test on this features.

He steps through the process he followed - enabling Unicode support, testing various output methods (including just an echo and using the TextIterator) as well as some of the manipulation methods (next/first/current) that can be used to get certain characters out of a string.

tagged with: php6 unicode textiterator spl standard php library enable


PHP5 developer PEAR release job zendframework book zend mysql code cakephp application framework releases conference security pecl package ajax database

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework