]> granicus.if.org Git - php/commit
Switched to a new parameter parsing API, which simplifies the code.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 20 Nov 2002 15:56:56 +0000 (15:56 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 20 Nov 2002 15:56:56 +0000 (15:56 +0000)
commit7908cffab42a0ebba9499f778065d2b57949f247
tree51c680af921b5d8dc8b5c6ca88875df43836bc1e
parente532b24d82b8c4cbdeca960c1802288b028c2748
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.
ext/shmop/php_shmop.h
ext/shmop/shmop.c
ext/shmop/tests/001.phpt [new file with mode: 0644]