Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #31527 (crash in msg_send() when non-string is stored without | Ilia Alshanetsky | 2005-02-07 | 1 | -4/+27 | |
| | | | | | being serialized). | |||||
* | fix msg_recieve() returning TRUE instead of FALSE when unserialize failed | Antony Dovgal | 2005-01-24 | 1 | -1/+1 | |
| | | | | | (patch by Andrey Hristov) | |||||
* | - Fix warnign | Marcus Boerger | 2004-09-28 | 1 | -1/+1 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | Fix formatting specifier | Marcus Boerger | 2003-08-31 | 1 | -1/+1 | |
| | ||||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 | |
| | ||||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -2/+21 | |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | |||||
* | proto fixes | Andrey Hristov | 2003-07-19 | 1 | -4/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 | |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | |||||
* | WS & CS fixes | foobar | 2003-03-07 | 1 | -51/+54 | |
| | ||||||
* | zend_error -> php_error_docref. | Ilia Alshanetsky | 2003-01-24 | 1 | -4/+2 | |
| | ||||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -1/+1 | |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed ZTS compile warning. | Ilia Alshanetsky | 2002-11-14 | 1 | -1/+1 | |
| | ||||||
* | Avoid possible clash with mysql, but still make it work for BSD's. | Melvyn Sopacua | 2002-10-27 | 1 | -6/+6 | |
| | | | | | | Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and Solaris 5.7. | |||||
* | Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>, | Wez Furlong | 2002-09-10 | 1 | -4/+27 | |
| | | | | | slightly modified. | |||||
* | Slightly alter the signature of msg_send and msg_receive so that error | Wez Furlong | 2002-04-29 | 1 | -22/+47 | |
| | | | | | codes and serialized "false" messages can be distinguished. | |||||
* | Add sysv IPC support (wrappers for msgsnd and friends). | Wez Furlong | 2002-04-25 | 1 | -0/+354 | |