summaryrefslogtreecommitdiff
path: root/ext/shmop
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fixed inconsistent naming for stub, return type for shmop_sizeStephen Reay2019-08-123-4/+3
* Fix return type on shmop_closeStephen Reay2019-08-122-3/+5
* Added shmop arginfo stubsStephen Reay2019-08-123-33/+64
* Remove some misleading RETURN_FALSENikita Popov2019-08-121-5/+5
* Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-191-9/+0
|\ \ | |/
| * Remove extension readmesPeter Kokot2019-03-191-9/+0
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-42/+0
|/
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* Remove local variablesPeter Kokot2019-02-032-17/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-13/+13
* Update and refactor shmop extension's READMEPeter Kokot2018-10-082-69/+9
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-253-3/+2
* [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-241-6/+6
* year++Xinchen Hui2018-01-022-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-172-102/+0
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-241-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-241-1/+1
| |\
| | * 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
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Deprecate track_errors / $php_errormsgNikita Popov2017-02-031-4/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-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
|\ \ | |/
| * Removed shmop test leaking an shm segmentMatteo Beccati2016-03-302-33/+1
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
| |\
| | * 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
* | | Merge branch 'PHP-7.0'Matteo Beccati2015-11-102-8/+37
|\ \ \ | |/ /
| * | Split shmop/tests/002.phpt in two (all + non-root)Matteo Beccati2015-11-102-6/+33
| * | 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 s...Dmitry Stogov2015-06-301-2/+2
* | 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