summaryrefslogtreecommitdiff
path: root/ext/shmop
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* 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
|
* v2 package fileIlia Alshanetsky2007-07-031-0/+57
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* Only do size check on create operationsIlia Alshanetsky2007-02-241-1/+1
|
* Segment size validationIlia Alshanetsky2007-02-241-0/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* Added missing resource type checksIlia Alshanetsky2006-12-301-30/+15
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-6/+6
|
* Fix testsHannes Magnusson2006-09-181-1/+1
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* Removed pointless operations/declarations.Ilia Alshanetsky2005-02-082-12/+1
|
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* Improve offset check inside shmop_write().Ilia Alshanetsky2004-11-271-1/+1
|
* Simplify and cleanup code.Ilia Alshanetsky2004-11-051-14/+8
|
* Corrected package file.Ilia Alshanetsky2004-03-251-8/+7
|
* another package descriptionHartmut Holzgraefe2004-03-251-0/+48
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-3/+3
|
* - 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-1/+1
|
* Adding shmop config file for the new build systemIlia Alshanetsky2003-12-031-0/+9
|
* Fixed win32 buildEdin Kadribasic2003-06-151-2/+2
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Switched to a new parameter parsing API, which simplifies the code.Ilia Alshanetsky2002-11-203-73/+152
| | | | | | | Made error reporting use php_error_docref(). Fixed a memory leak in shmop_open() when an invalid flag is specified. Added tests for shmop() extension.
* 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-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-4/+4
|
* Fixed shmop_read to append \0 to returned string in shmop_read to eliminate ↵Ilia Alshanetsky2002-01-171-1/+2
| | | | Zend warnings
* - shmop_open has a new flag for read/write access, 'w'Yasuo Ohgaki2002-01-094-62/+84
| | | | | | | | | | - eliminated a segfault when trying to write to a SHM_RDONLY segment - eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed - updated creators' email addresses - changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names Patch by Ilia Alshanetsky (ilia@prohost.org) # Please test :)
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+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-19/+19
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fix macrosDaniel Beulshausen2001-09-171-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* let ext\shmop build under win32Daniel Beulshausen2001-08-073-5/+119
|
* 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-0/+1
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+1
|
* 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-8/+20
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions