News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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



PHP.net:
Manual restructure and license change
July 30, 2008 @ 07:52:53

The PHP.net website has a note posted about the restructuring of the manual

A few weeks ago the manual was restructured to improve navigation and make room for per-extension chapters and usage examples along with improved documentation for object oriented extensions.

Changes were made in the function reference and in the predefined variables and context options/parameters sections as well as information on upcoming features like namespaces, late static bindings and Phar (to be included in PHP 5.3). The manual is now covered by the CreativeCommons Attribution license.

0 comments voice your opinion now!
license change manual restructure extension usage example oop


Doug Brown's Blog:
Zend_Cache is Saving me Money!
July 04, 2008 @ 07:55:01

Doug Brown has posted a new entry to his blog about how the Zend_Cache component of the Zend Framework has saved him some money.

He and his site were taken offline by his own hosting company because of one little detail - the limit on usage for the shared server was 3% and his site was using 30%. Going through his logs, he found the culprit - a "too many connections" message from MySQL due to the number of requests.

I'll admit, I was in a huge hurry to get this project done, so I wasn't thinking about the long term effects. Needless to say, I wasn't caching my MySQL query results. I know, tisk tisk.

He added a new private method to his class (using Zend_Cache to store the date) and dropped the call into his controller to pulled the cached info whenever it needed it.

0 comments voice your opinion now!
zendcache zendframework hosting shared mysql connection usage cache


ApacheLounge.com:
Memory usage Apache + PHP as module versus FastCGI
May 26, 2008 @ 08:42:48

In this quick post to the ApacheLounge forum, Steffen shares some stats running PHP in two different methods of running PHP on Apache - mod_php and fastcgi.

With PHP as module after some time the memory usage of Apache is growing and growing up to ~800M.
With mod_fcgid is stays on a steady ~100M
PHP configuration: only with the extension php_mysql.dll and eaccelerator.dll

A graph of the statistics is also provided.

0 comments voice your opinion now!
apache memory usage fastcgi compare graph


Jeff Atwood's Blog:
PHP Sucks, But It Doesn't Matter
May 22, 2008 @ 07:57:12

There's an interesting post Jeff Atwood has made to his blog about PHP - its lack of standards, the way the language is structured and why none of that matters when it comes to its popularity.

PHP isn't so much a language as a random collection of arbitrary stuff, a virtual explosion at the keyword and function factory.

He includes links to several other articles that follow the "PHP sucks" train of thought too, but he notes that none of that really matters - its the popularity of PHP, its use in major corporate and social networking applications that is seeming to help drive it even more for developers to pick up and learn as a first web language.

Why fight it? I say learn to embrace it. Join with me, won't you, in celebrating the next fifty years of glorious PHP code driving the internet. Just don't forget to call the maintain_my_will_to_live() PHP function every so often!

Responses from the community:

  • Stas on the PHP 10.0 blog
0 comments voice your opinion now!
sucks language reason popularity major company usage


Dave Marshall's Blog:
Log memory usage using declare and ticks in PHP
May 16, 2008 @ 12:05:37

Posted to his blog, Dave Marshall has a tip that uses declare and a trick or two to check out the memory usage of your scripts.

As far as I know, there isn't any memory footprint profiling in Xdebug, I think there was at some point but they removed it because it was a little flaky. I like to monitor the memory usage within my scripts, and I've found this simple snippet can help.

The script defines a log_memory function that pushes the memory and time information into a session value. The register_tick_function method is used to add log_memory to the handler and its called over and over from inside his for loop.

0 comments voice your opinion now!
log memory usage ticks registertickfunction method session


Nexen.net:
PHP Usage Statistics for March 2008
April 14, 2008 @ 07:13:03

Damien Seguy has posted the latest statistics for PHP's usage for the month of March 2008. Here's some of the highlights:

  • There were no surprises, only data reinforcing already set trends
  • PHP 5 now make up over a third of all PHP installations to date
  • More installations moved up to PHP versions 5.2.5 and 4.4.8
  • Apache has almost reached 70% of the web server market share

You can check out the full details on this month's stats page including the evolution stats over on Nexen.net.

0 comments voice your opinion now!
nexen usage statistics evolution trend


Nexen.net:
PHP Statistics for February 2008
March 06, 2008 @ 09:32:00

Damien Seguy has posted the PHP statistics for this month - the results from February 2008 - here's some of the highlights:

  • PHP 5 set record of growth : + 2,5%, up to 32%
  • PHP 5.2 is the second most popular version, ahead of 4.3.
  • PHP 4.4.8's popularity is falling

You can check out the numbers yourself for the month as well as the evolution stats showing how things are progressing. He's also added a new graph this month showing the adoption rate that PHP5 is having in the online world.

0 comments voice your opinion now!
statistics february php5 php4 evolution usage adoption rate


Nexen.net:
PHP Statistics for December 2007
January 10, 2008 @ 13:46:00

Damien Seguy has submitted this month's update to the Nexen.net PHP statistics for the month of December 2007:

PHP adoption statistics for December 2007 are released. Here are the monthly highlights:
  • PHP 5 is now running on 27.8% of the servers
  • PHP 5.2 usage will pass PHP 4.3 by April
  • PHP 5.2.5 is 8.7% of the PHP 5 market

You can get more information on this month's stats over on the Nexen.net website - the evolution stats and the full stats for December 2007.

0 comments voice your opinion now!
statistic evolution nexen php4 php5 usage server domain statistic evolution nexen php4 php5 usage server domain


Matthew Turland's Blog:
The Acme of Skill
December 20, 2007 @ 12:09:00

Matthew Turland has posted some of his thoughts about a topic that's being tossed around in the programming world these days - that PHP is "on its way out".

I have to vehemently disagree with this, and not just because PHP is my language of preference.

He gives several reasons to back up the claim including the fact that large players use the language in high-profile sites as well as the recent upturn of popularity the language has seen (as people come back from the over-hyped other languages).

He mentions collaborations between PHP companies/divisions as well as components made to more efficiently run PHP applications on other web server types.

0 comments voice your opinion now!
skill interest popularity language usage collaboration skill interest popularity language usage collaboration



Community Events











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


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

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