php shell

Gareth Heyes' Blog: Non alphanumeric code in PHP

PHPDeveloper.org  Fri, 09/23/2011 - 09:05

Gareth Heyes has tried out an interesting experiment - running non-alphanumeric code in PHP using only octal escapes.


 

Exploring RabbitMQ and PHP - Bradley Holt

Planet PHP  Wed, 07/20/2011 - 16:10

I’m exploring the possibility of using RabbitMQ for an upcoming project.

RabbitMQ is a free/open source message broker platform. It uses the open Advanced Message Queuing Protocol (AMQP) standard and is written in Erlang using the Open Telecom Platform (OTP).

It promises a high level of availability, throughput, scalability, and portability. Since it is built using open standards, it is interoperable with other messaging systems and can be accessed from any platform.


 

Communty News: iphp, the Interactive PHP shell

PHPDeveloper.org  Thu, 12/10/2009 - 10:35

Alan Pinstein has put together an interactive PHP shell that gives you some interesting advantages over PHP's default shell feature.

php is an interactive php shell that solves a number of painful problems with normal php shells: error handling, readline support, autocomplete, history, require support an autoload support.

You can grab the latest version from his github repository.