diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-20 15:56:56 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-20 15:56:56 +0000 |
commit | 7908cffab42a0ebba9499f778065d2b57949f247 (patch) | |
tree | 51c680af921b5d8dc8b5c6ca88875df43836bc1e /ext/shmop/php_shmop.h | |
parent | e532b24d82b8c4cbdeca960c1802288b028c2748 (diff) | |
download | php-git-7908cffab42a0ebba9499f778065d2b57949f247.tar.gz |
Switched to a new parameter parsing API, which simplifies the code.
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.
Diffstat (limited to 'ext/shmop/php_shmop.h')
-rw-r--r-- | ext/shmop/php_shmop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h index 5ea935a1f3..2e2e810559 100644 --- a/ext/shmop/php_shmop.h +++ b/ext/shmop/php_shmop.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Slava Poliakov <slavapl@mailandnews.com> | - | Ilia Alshanetsky <iliaa@home.com> | + | Authors: Slava Poliakov <hackie@prohost.org> | + | Ilia Alshanetsky <ilia@prohost.org> | +----------------------------------------------------------------------+ */ #ifndef PHP_SHMOP_H |