News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Marco Tabini's Blog:
It turns out, I was wrong
December 01, 2008 @ 07:54:29

Correcting himself from some previous comments concerning PHP 5 versus PHP 4 usage among developers, Marco Tabini has posted something new to his blog with some updated stats.

In the past, I have not been shy about sharing my opinion that the impending death of PHP 4 would have wreaked all sorts of havoc over the PHP world. I am glad to say that I've been wrong - dead wrong, in fact - and that I have never been as happy to be so far off the mark before.

According to a readers survey that the php|architect magazine ran (about a year ago even) PHP 5 is stronger than ever, taking up well over sixty percent of the usage with only a small part still hanging with PHP 4. Check out his graph for the full rankings.

0 comments voice your opinion now!
statistics php4 php5 usage correction phparchitect survey reader



Patrick Allaert's Blog:
Benchmarking Zend Platform, APC and Xdebug
October 28, 2008 @ 10:25:26

In a recent post to his blog Patrick Allaert takes a look at benchmarking what Zend Platform has to offer against its open source brothers, Xdebug and APC.

The benchmark has been realized on an Intel Core2 Duo CPU T7500 @ 2.20GHz with 2Gb of RAM running Gentoo with a 2.6.25-r7 linux kernel. ab, the Apache Benchmark tool, has been used for the benchmark with 3000 requests and three concurrency modes: -c1, -c5 and -c50 which represents respectively 1, 5 and 50 simultaneous users. The application tested is eZ Publish 4.0.1 with default configuration using the "plain_site" example.

He tested with a number of different PHP installations including a base install of PHP 5.2.6, one including APC, another with APC+Xdebug and others with the Zend Platform. The resulting stats are included as well as a graph showing their relationships to each other. The installs using the bytecode caching came out on top (obviously) with the APC installations being much faster than the accelerated Zend Platform.

0 comments voice your opinion now!
zendplatform benchmark apc xdebug statistics graph


Chris Jones' Blog:
Speeding up DBMS_OUTPUT in PHP OCI8
October 27, 2008 @ 08:48:59

In this new post to his Oracle blog, Chris Jones shows how to set up DBMS_OUTPUT to work with the OCI8 extension available for PHP.

Immediately after OOW, Alison and I have got straight into updating the Underground PHP & Oracle Manual. We've had our heads right down. [...] When reviewing the DBMS_OUTPUT section I tried using a PIPELINED PL/SQL function and found a significant speed improvement over the basic method.

He shows a few different methods for getting it working and includes both the code, SQL to create the functions and a bit of stats at the end showing which method is the fastest (the pipelined version wins out by quite a bit every time).

0 comments voice your opinion now!
pipeline oci8 dbmsoutput function tutorial statistics


DevX.com:
PHP Is Going Corporate with Help from Zend, Adobe, and...Microsoft?
September 25, 2008 @ 12:05:14

According to some statistics gathered by the Gartner Research group, PHP is trending more towards being found in the enterprise:

A recent Gartner Research study found that 10 percent of the PHP community are corporate IT developers, and predicted that during the next five years, that number will grow to 40 percent. That's good news for PHP developers looking for corporate gigs--and very good news for PHP tools maker Zend Technologies, which cited the Gartner finding at the Zend/PHP Conference last week as evidence of widespread, more strategic adoption of PHP in enterprises.

Much of this has to do with Zend's products and their placement in more enterprise settings as well as the collaborations they've created with several key big-name players like Adobe, IBM and Dojo (as a part of the Zend Framework). There's also a mention of some of Microsoft's initiatives in the PHP community including work on the FastCGI component and a SQL Server driver for PHP.

0 comments voice your opinion now!
corporate statistics zend adobe microsoft


Christoph Dorn's Blog:
Your Mac can talk FeedBurner stats via PHP!
September 18, 2008 @ 17:35:39

In a recent post to his blog Christoph Dorn shows off a cool little trick to getting your Mac to respond to your (vocal) request for website stats from FeedBurner.

You have a blog and you are proud of it. Your sense of self-worth depends on how many people are following it. Making a detour to FeedBurner every day (the feed stats only update once a day) to check on your vitals is simple and does not take long (with a bookmark) but there has to be a more automated way.

His better way involves tying together the speech recognition that OS X offers, the "say" command line tool and a PHP5 script that can go out and read/parse the FeedBurner XML information for your website. Throw in a little command line script and some set up in the Speech tools and you have a handy little script that can fetch your latest stat information just from your request.

0 comments voice your opinion now!
feedburner statistics mac osx php5 xml simplexml


Paul Jones' Blog:
Rasmus Lerdorf's Laconic(a) Performance
September 05, 2008 @ 11:19:55

Paul Jones has taken a look at some performance statistics that Rasmus Lerdorf shared in a recent presentation from some of his tests.

It was with some interest, then, that I viewed Rasmus Lerdorf's slides on the subject of performance benchmarking. I'm beginning to think there's something unexpected or unexamined in his testing methodology.

Paul compares some of his statistics (gathered from his testing) to those of Rasmus and finds a few places where things don't quite match up - specifically in the default overhead that seems to be a part of Rasmus' stats. Paul goes on to look at EC2 as a cause to the problems but ends up without much of a confirmed answer.

0 comments voice your opinion now!
rasmuslerdorf laconica performance statistics


Gaylord Aulke's Blog:
Dumping MemcacheD Content (Keys) with PHP
September 02, 2008 @ 12:58:59

In a recent blog post Gaylord Aulke illustrated a method for dumping the (key) content from a memcached cache in a friendly, formatted way.

When i did some optimization of a cluster based webapp lately, I was wondering how Memcache was speading my cache entries over the cluster. So i did some research for monitoring tools. [...] Inspired by [memcache.php], i wrote a small script that fetches all data from a memcache cluster, gets all keys out of it and then sorts and displays them in a list. Yes it it ugly and yes: the memcacheD is not answering other requests while doing a cachedump.

He includes the 22 line script in the post to spit back the data in a simple array. From there it can be styled whoever you'd like.

0 comments voice your opinion now!
memcached content key dump output memcachephp statistics


Harun Yayli's Blog:
memcache.php flushes servers
August 29, 2008 @ 13:45:29

Harun Yayli mentions some updates to his memcache.php project (providing statistics on the optimization your site is gaining from using the memcached extension).

Your good comments from all over the world about memcache.php is amazing. Thank you all! I've recently received a contribution from Michael Gauthier. I took the liberty to tweak a bit and now memcache.php can flush individual server (no flush all servers yet).

The latest version of the file can be downloaded here and some sample output can be seen here.

0 comments voice your opinion now!
memcachephp memcache project statistics flush server


Nexen.net:
PHP Statistics for July 2008
August 14, 2008 @ 11:16:06

Damien Seguy has official published the PHP statistics for July 2008 to the Nexen.net website today. Here's a summary:

  • PHP 5 reaches 40,63% of PHP market share
  • PHP 5.2.6 usage is growing fast, about to take over PHP 5.2.5
  • PHP 4.4.9 and 5.2.6 will threaten PHP 4.4.8's dominance in August 2008

You can find the evolution stats for this past month here and the full statistics here.

0 comments voice your opinion now!
statistics evolution usage domains php4 php5


Nexen.net:
PHP Statistics for June 2008
July 03, 2008 @ 11:14:57

Damien Seguy has submitted the latest PHP usage statistics for the results of April 2008.

Highlights in this month's edition include:

  • PHP 5.2.6 is growing up fast, thanks to no PHP 5.3
  • PHP 5 reaches 38.93% of PHP market share, up 2%
  • They passed the mark of 30 millions domain tested this month

You can get the full stats (including the numbers and some great graphs) from the Nexen.net website - full stats, evolution stats.

0 comments voice your opinion now!
statistics april2008 evolution php5 marketshare million domain test



Community Events







Don't see your event here?
Let us know!


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

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