Top Level :: PHP

Package Information: PHP_Fork

Show All Changelogs
» Version » Information
0.3.1Download

Release date: 2008-10-26 16:46 UTC
Release state: beta

Changelog:

QA release:
* Update to package.xml version 2
* This fixes bug #9472: package not installable

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: pcntl
  • PHP Extension: shmop
  • PHP Extension: posix
0.3.0Download

Release date: 2005-03-24 14:05 UTC
Release state: beta

Changelog:

Added isActive() facilty to check if the process is into its run() method.
Added IPC segments cleanup after the stop() method is called (this totally free up detached shared memory as revealed by the ipcs command).
Added a complex usage example (examples/browser_pool.php).
Some minor changes into example scripts to accomplish php5 syntax rules.

Dependencies:
  • PHP Extension: pcntl
  • PHP Extension: shmop
  • PHP Extension: posix
  • SAPI Backend: cli
0.2.0Download

Release date: 2005-01-04 10:00 UTC
Release state: beta

Changelog:

Added dependancies into package.xml (bug #2758)

Dependencies:
  • PHP Extension: pcntl
  • PHP Extension: shmop
  • PHP Extension: posix
0.1Download

Release date: 2004-03-18 10:52 UTC
Release state: beta

Changelog:

Initial release