summaryrefslogtreecommitdiff
path: root/ext/shmop
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Making the shmop phpinfo entry look the same as others.James Moore2000-12-101-1/+1
|
* Include <ext/standard/info.h> for php_info-related functions.Sascha Schumann2000-12-021-0/+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-8/+7
| | | | | | | | | | | | | * 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)
* - Removed the shm_* aliasesDerick Rethans2000-10-191-13/+6
| | | | | | | @- Removed the shm_* aliases, only the smhop_* function wiil be @ supported (Derick) #I'll change the NEWS file as soon as it has been rebuild
* - Renamed the shm_ to shmop_ and created aliases for the old shm_Derick Rethans2000-10-192-30/+37
| | | | | | | functions @- Renamed the shm_* functions to shmop_* and added aliases for the @ old functions (Derick)
* protos fixedHartmut Holzgraefe2000-10-111-8/+8
|
* Move static declaration to source file.Sascha Schumann2000-10-072-2/+2
|
* typoSascha Schumann2000-10-031-1/+1
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
|
* @- Added the shmop extension. It allows more general ways of shared memoryDerick Rethans2000-10-016-0/+502
@ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)