summaryrefslogtreecommitdiff
path: root/ext/sysvsem
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Maintain headers.Sebastian Bergmann2002-02-282-3/+3
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-11/+11
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+1
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+0
| | | | the way
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-7/+17
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Added function sem_removeGavin Sherry2001-05-151-0/+1
|
* Added sem_remove to remove semaphores from memoryGavin Sherry2001-05-151-3/+72
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Make sysvsem buildable as shared moduleSascha Schumann2000-05-022-32/+23
|
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|