| » Version | » Information |
|---|---|
| 1.0.2 | Download Release date: 2006-11-16 15:19 UTC Release state: stable Changelog: Using package.xml v2 Dependencies: |
| 1.0.1 | Download Release date: 2006-06-27 15:01 UTC Release state: stable Changelog: - Fixing bug #8006: readEndCharacter size wasn't taken into account and stopped HTTP_Server functioning Dependencies:
|
| 1.0.0 | Download Release date: 2006-06-22 16:26 UTC Release state: stable Changelog: After two years of being alpha, this is the first stable version. Many bugs have been fixed: - Fixing bug #2761 - Fixing request #5907: setEndCharacter - Fixing request #4462IPv6 support - Fixing bug: If the server is under full load, it can happen that two data packets are delivered when doing a single socket_read() call. If that happens, the two packets are delivered as one. - Adding onIdle handler Dependencies:
|
| 0.12.0 | Download Release date: 2004-08-21 21:44 UTC Release state: alpha Changelog: - fixed Bug #2092 (typo in variable name) - fixed bug #2157 (socket_shutdown not called) - fixes bug #1945 (removed some variables that have been left over from Net_Server_Driver_Sequential) - fixed Request #1946 (improved debug output) Dependencies:
|
| 0.11.5 | Download Release date: 2004-07-25 19:27 UTC Release state: alpha Changelog: - fixed bug #1972 (script runs in endless loop) Dependencies:
|
| 0.11.4 | Download Release date: 2004-07-17 12:24 UTC Release state: alpha Changelog: - fixed bug #1890 (Server.php needs PEAR.php) - fixed notices in Fork.php - added missing dependencies Dependencies:
|
| 0.11.3 | Download Release date: 2004-07-02 17:19 UTC Release state: alpha Changelog: - fixed bug with autodetection of connection abort Dependencies:
|
| 0.11.2 | Download Release date: 2004-07-02 17:06 UTC Release state: alpha Changelog: - fixed bug #1244 (check for required extensions), - fixed bug #1429 (fails on reading a 0 character), - fixed some coding style issues Dependencies:
|
| 0.11 | Download Release date: 2004-01-02 16:23 UTC Release state: alpha Changelog: Added auto-detect for clients that use no readEndCharacter Restructuring: * added driver base class * moved code from Net_Server to Net_Server_Driver |
| 0.10 | Download Release date: 2003-10-31 16:30 UTC Release state: alpha Changelog: BC breakage release: Net_Server is now working with drivers and callback handlers inseatd of extending a base class. Driver based on pcntl is now included that forks new processes. |