summaryrefslogtreecommitdiff
path: root/ext/shmop
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-022-2/+2
|
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-241-1/+1
|\ | | | | | | | | * PHP-7.0: Update PHP 5 version to 7 in header comments
| * Update PHP 5 version to 7 in header commentsPeter Kokot2017-07-241-1/+1
| |
| * 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
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-071-6/+6
|\ \
| * | Document that ext/shmop deals with resources as of PHP 7.0.0Christoph M. Becker2016-10-071-6/+6
| |/
* | Fixed compilation warningsDmitry Stogov2016-06-231-2/+2
| |
* | Merge branch 'PHP-7.0'Matteo Beccati2016-03-302-33/+1
|\ \ | |/ | | | | | | * PHP-7.0: Removed shmop test leaking an shm segment
| * Removed shmop test leaking an shm segmentMatteo Beccati2016-03-302-33/+1
| |
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-012-2/+2
|\ \ | |/ | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * 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
* | | Merge branch 'PHP-7.0'Matteo Beccati2015-11-102-8/+37
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: Split shmop/tests/002.phpt in two (all + non-root) Fix bug #70886 in shmop/tests/002.phpt
| * | 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
| | |
* | | replace typedef by an appropriate includeAnatol Belski2015-10-101-1/+1
|/ /
* | 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
|