summaryrefslogtreecommitdiff
path: root/ext/shmop
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
|
* Document that ext/shmop deals with resources as of PHP 7.0.0Christoph M. Becker2016-10-071-6/+6
| | | | Second attempt
* Removed shmop test leaking an shm segmentMatteo Beccati2016-03-302-33/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| |
| * bump yearXinchen Hui2015-01-152-2/+2
| |
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* | Split shmop/tests/002.phpt in two (all + non-root)Matteo Beccati2015-11-102-6/+33
| | | | | | | | | | | | One of the conditions tested was expected to fail with "Permission denied", but it doesn't when running as root. The memory segment was also leaked, hence the split.
* | Fix bug #70886 in shmop/tests/002.phptMatteo Beccati2015-11-101-2/+4
| |
* | exclude a non windows testAnatol Belski2015-07-191-0/+3
| |
* | Added php tests to improve extension coverageEdgar R. Sandi2015-07-071-0/+116
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-2/+2
| | | | | | | | semantick changes).
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-222-2/+0
| |
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
| |
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
| |
* | Fixed shmop tests failsXinchen Hui2015-02-031-10/+12
| |
* | Cleanup resource handling APIsXinchen Hui2015-02-021-14/+23
| |
* | bump yearXinchen Hui2015-01-152-2/+2
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+18
| |
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| |
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-107/+0
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/ /
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-252-17/+17
| |
* | ported ext/shmopAnatol Belski2014-08-192-17/+16
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
| |
* | Refactored shmopXinchen Hui2014-05-161-35/+18
|/
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Version++Felipe Pena2011-03-081-1/+1
|
* - Fixed bug #54193 (Integer overflow in shmop_read())Felipe Pena2011-03-081-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
|
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+107
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-107/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-6/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+6
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-6/+0
|
* - Added arginfo (functions)Felipe Pena2008-07-031-6/+45
|
* WSIlia Alshanetsky2008-01-271-1/+1
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch