| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -7/+0 |
| | | |||||
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+7 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -7/+0 |
| | | |||||
| * | - Added arginfo | Felipe Pena | 2008-06-30 | 1 | -25/+54 |
| | | |||||
| * | - zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC] | Johannes Schlüter | 2007-11-20 | 1 | -0/+21 |
| | | |||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-01-17 | 1 | -12/+1 |
| | | |||||
| * | remove useless MSHUTDOWN function | Nuno Lopes | 2007-01-08 | 1 | -9/+1 |
| | | |||||
| * | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Added checks for negative max length and overflow checks for overly long | Ilia Alshanetsky | 2006-12-23 | 1 | -5/+10 |
| | | | | | | strings. | ||||
| * | Fixed bug #37705 (Semaphore constants not available). | Ilia Alshanetsky | 2006-06-05 | 1 | -0/+2 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | - 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 |
