php 5

Max Horvath's Blog: Call for proposals of requirements for suppo...

PHPDeveloper.org  Wed, 08/20/2008 - 10:23

Max Horvath has called for some help in getting a feature included (and fully working) into the next release of the Eclipse PDT extension - phar support.



 

Call for proposals of requirements for a complete support of Pha...

Planet PHP  Mon, 08/18/2008 - 07:07

As PHP 5.3 is marching towards the final release, Eclipse PDT's next version needs to support its new features.

Two major additions to PHP 5.3 are namespaces and bundling the Phar extension....

[[ This is a content summary only.

Visit my website for full links, other content, and more!



 

Gennady Feldman's Blog: Migration to PHP5 links and articles

PHPDeveloper.org  Mon, 08/11/2008 - 09:31

With PHP4 out of the way, it's time to make way for PHP5.

To get the ball rolling, Gennady Feldman has posted some links to PHP5 resources that can get you on your way.



 

Paul Jones' Blog: Exceptional command-line PHP

PHPDeveloper.org  Fri, 08/08/2008 - 09:34

In a new post to his blog, Paul Jones anout a small issue when working with the PHP 5.2.5 command line functionality - a segfault if you extend the Exception class.

When executing code at the command line using php -r and PHP 5.2.5, be sure not to extend the Exception class.

It will cause a segmentation fault.

He includes examples of the issue that would cause the problem and the bug he's filed in an effort to get it fixed.



 

Community News: Responses to the Death of PHP4

PHPDeveloper.org  Fri, 08/08/2008 - 08:49

The community has responded to the fact that PHP4 is officially "dead" with a few posts to their blogs. Here's the list so far:



 

DevShed: Migrating Class Code for a MIME Email to PHP 5

PHPDeveloper.org  Thu, 08/07/2008 - 11:16

DevShed has finished off their series looking at sending MIME emails with PHP in this new tutorial, moving the current code from the previous parts up to a fully PHP5 state.



 

Community News: Responses to the PHP 5.3 Alpha 1 Release

PHPDeveloper.org  Mon, 08/04/2008 - 10:21

With the recent release of the first alpha of PHP 5.3, the community has been talking and testing this new version - here's just a few:



 

PHP test coverage - Zoe Slattery

Planet PHP  Mon, 08/04/2008 - 03:34

I thought it might be interesting to compare the PHP test coverage from before the 2008 testfest with today's test coverage.

Here are two sets of gcov results - one based on a CVS extract of PHP 5.3 from May 1st 2008 and the second based on a CVS extract of PHP 5.3 from August the 1st 2008.

I had to copy a few files into odd places to make lcov run, however since I copied the same files in both source trees I think the results are comparable, even if they look a bit odd in places.



 

PDO_MYSQLND: The new features of PDO_MYSQL in PHP 5.3 - Internet...

Planet PHP  Mon, 07/28/2008 - 08:02

PDO_MYSQLND is in the PHP CVS repository at php.net: PDO_MYSQL has been patched (PHP 5.3, PHP 6.0). Try out PDO_MYSQL with the MySQL native driver for PHP (mysqlnd).

Its has new features. Since Kaj’s announcement of the MySQL native driver for PHP (mysqlnd), we promised to to patch all three PHP ...



 

Midterm assessment, PDF output done - Rudy Nappee

Planet PHP  Sat, 07/26/2008 - 03:16

Hi !

Time is come for a little summary of this project. What I had to do:
* To write new output formats: CHM, Manpages, PDF
* To write themes: PEAR html theme, PHP-GTK html theme
* To design DBhtml implementation in PhD

Currently, I'm done with CHM output, Manpage output format (and its own PHP theme) and PEAR theme for html format.