| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-01-17 | 1 | -12/+1 |
| | | |||||
| * | remove useless MSHUTDOWN function | Nuno Lopes | 2007-01-08 | 2 | -12/+1 |
| | | |||||
| * | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | | |||||
| * | Added checks for negative max length and overflow checks for overly long | Ilia Alshanetsky | 2006-12-23 | 1 | -5/+10 |
| | | | | | | strings. | ||||
| * | sys/msg.h does not exist on MacOS X | Antony Dovgal | 2006-08-24 | 1 | -0/+5 |
| | | |||||
| * | Fixed bug #37705 (Semaphore constants not available). | Ilia Alshanetsky | 2006-06-05 | 1 | -0/+2 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | | |||||
| * | MFH: fix possible usage of uninitialized variable | Antony Dovgal | 2005-12-18 | 1 | -1/+2 |
| | | |||||
| * | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | | |||||
| * | ZTS fixes | Ilia Alshanetsky | 2005-10-18 | 1 | -1/+1 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | | |||||
| * | fix test | foobar | 2005-06-21 | 1 | -0/+4 |
| | | |||||
| * | typofix | foobar | 2005-04-29 | 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). | ||||
| * | add test | Antony Dovgal | 2005-01-24 | 1 | -0/+19 |
| | | |||||
| * | 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 |
| | | |||||
| * | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 1 | -2/+0 |
| | | |||||
| * | been stable for a long time now | Wez Furlong | 2004-04-15 | 2 | -1/+1 |
| | | |||||
| * | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+40 |
| | | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | - 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 | 2 | -6/+6 |
| | | |||||
| * | 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 | 2 | -67/+72 |
| | | |||||
| * | 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 | 3 | -32/+11 |
| | | | | | | | Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and Solaris 5.7. | ||||
| * | Fix config bug reported by Jan Lehnart. | Melvyn Sopacua | 2002-10-08 | 1 | -4/+4 |
| | | | | | | Keep it simple, and the size of a pointer is always known, duh. | ||||
| * | Fixed bug #19504 | Ilia Alshanetsky | 2002-09-19 | 1 | -3/+3 |
| | | | | | | Alligned 'Enable sysvmsg support' message. | ||||
| * | Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>, | Wez Furlong | 2002-09-10 | 2 | -4/+53 |
| | | | | | | slightly modified. | ||||
| * | Use ftok for message queue key. | Wez Furlong | 2002-04-30 | 1 | -2/+3 |
| | | |||||
| * | Slightly alter the signature of msg_send and msg_receive so that error | Wez Furlong | 2002-04-29 | 2 | -25/+49 |
| | | | | | | codes and serialized "false" messages can be distinguished. | ||||
| * | Add sysv IPC support (wrappers for msgsnd and friends). | Wez Furlong | 2002-04-25 | 6 | -0/+458 |
