Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -18/+18 |
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -107/+0 |
* | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|\ | |||||
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 |
|/ | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -17/+17 |
* | ported ext/shmop | Anatol Belski | 2014-08-19 | 2 | -17/+16 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | Refactored shmop | Xinchen Hui | 2014-05-16 | 1 | -35/+18 |
* | 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 |
* | - Version++ | Felipe Pena | 2011-03-08 | 1 | -1/+1 |
* | - Fixed bug #54193 (Integer overflow in shmop_read()) | Felipe Pena | 2011-03-08 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+107 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -107/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -6/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+6 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -6/+0 |
* | - Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -6/+45 |
* | WS | Ilia Alshanetsky | 2008-01-27 | 1 | -1/+1 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | 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 |
* | v2 package file | Ilia Alshanetsky | 2007-07-03 | 1 | -0/+57 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | Only do size check on create operations | Ilia Alshanetsky | 2007-02-24 | 1 | -1/+1 |
* | Segment size validation | Ilia Alshanetsky | 2007-02-24 | 1 | -0/+5 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | Added missing resource type checks | Ilia Alshanetsky | 2006-12-30 | 1 | -30/+15 |
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -6/+6 |
* | Fix tests | Hannes Magnusson | 2006-09-18 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
* | Removed pointless operations/declarations. | Ilia Alshanetsky | 2005-02-08 | 2 | -12/+1 |
* | - Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 1 | -1/+1 |
* | Improve offset check inside shmop_write(). | Ilia Alshanetsky | 2004-11-27 | 1 | -1/+1 |
* | Simplify and cleanup code. | Ilia Alshanetsky | 2004-11-05 | 1 | -14/+8 |
* | Corrected package file. | Ilia Alshanetsky | 2004-03-25 | 1 | -8/+7 |