summaryrefslogtreecommitdiff
path: root/ext/sysvsem
Commit message (Collapse)AuthorAgeFilesLines
...
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| |
* | Merge branch 'PHP-5.6'Matteo Beccati2014-09-103-6/+119
|\ \ | |/ | | | | | | * PHP-5.6: FR #67990 - Added nowait argument to sem_acquire
| * FR #67990 - Added nowait argument to sem_acquireMatteo Beccati2014-09-103-6/+119
| |
* | master renames phase 1Anatol Belski2014-08-251-5/+5
| |
* | port sysvshm, sysvsem and sysvmsgAnatol Belski2014-08-191-2/+2
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
| |
* | Refactor sysvsem, sysvshm, sysmsgXinchen Hui2014-05-091-4/+5
|/
* 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
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-2/+0
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Year++Felipe Pena2011-01-012-2/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* - Fix testFelipe Pena2008-12-271-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
|
* - New parameter parsing APIFelipe Pena2008-06-291-22/+40
| | | | | - Added arginfo
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: remove warnings in resource dtorAntony Dovgal2007-05-111-4/+1
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* Cleanup code and prevent usage of uninitialized variable.Ilia Alshanetsky2005-12-151-11/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* fix typos in error messages & resource nameAntony Dovgal2005-01-201-3/+3
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+39
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-11/+11
|
* proto fixesAndrey Hristov2003-07-191-4/+4
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* SKIP -> SKIPIFfoobar2003-04-161-1/+1
|
* WS & CS fixesfoobar2003-03-071-19/+26
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-10/+10
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Add test for both sysvsem and sysvshmMelvyn Sopacua2002-11-041-0/+114
|
* Really *really* fix the segfault bug #17274 and bug #19627 this time.Wez Furlong2002-09-271-27/+9
| | | | | @ - Fixed bugs #17274 and #19627 (segfault in sem_remove). (Wez)
* Add an optional flag to sem_get that specifies if the semaphore should beWez Furlong2002-05-172-60/+37
| | | | | | automatically released on request shutdown. (#16986) Fix a segfault in sem_remove (#17274)
* - MFBDerick Rethans2002-03-281-1/+5
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-5/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
|