| Commit message (Expand) | Author | Age | Files | Lines |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | port sysvshm, sysvsem and sysvmsg | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | Refactor sysvsem, sysvshm, sysmsg | Xinchen Hui | 2014-05-09 | 1 | -4/+5 |
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -2/+0 |
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
* | - Fix test | Felipe Pena | 2008-12-27 | 1 | -2/+2 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -4/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+4 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -4/+0 |
* | - New parameter parsing API | Felipe Pena | 2008-06-29 | 1 | -22/+40 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: remove warnings in resource dtor | Antony Dovgal | 2007-05-11 | 1 | -4/+1 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | Cleanup code and prevent usage of uninitialized variable. | Ilia Alshanetsky | 2005-12-15 | 1 | -11/+1 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
* | fix typos in error messages & resource name | Antony Dovgal | 2005-01-20 | 1 | -3/+3 |
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+39 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -11/+11 |
* | proto fixes | Andrey Hristov | 2003-07-19 | 1 | -4/+4 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
* | SKIP -> SKIPIF | foobar | 2003-04-16 | 1 | -1/+1 |
* | WS & CS fixes | foobar | 2003-03-07 | 1 | -19/+26 |
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -1/+1 |
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -10/+10 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | Add test for both sysvsem and sysvshm | Melvyn Sopacua | 2002-11-04 | 1 | -0/+114 |
* | Really *really* fix the segfault bug #17274 and bug #19627 this time. | Wez Furlong | 2002-09-27 | 1 | -27/+9 |
* | Add an optional flag to sem_get that specifies if the semaphore should be | Wez Furlong | 2002-05-17 | 2 | -60/+37 |
* | - MFB | Derick Rethans | 2002-03-28 | 1 | -1/+5 |
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -5/+0 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -3/+3 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |