From 4dcd71fd7370baeb4fc4d7c7406ef26c9df6ae4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Feb 2016 20:20:16 +0100 Subject: php-pecl-event: 2.0.0 (stable) --- REFLECTION | 2 +- REFLECTION-PHP7 | 1423 ----------------------------------------------- php-pecl-event-dev.spec | 380 ------------- php-pecl-event.spec | 31 +- 4 files changed, 24 insertions(+), 1812 deletions(-) delete mode 100644 REFLECTION-PHP7 delete mode 100644 php-pecl-event-dev.spec diff --git a/REFLECTION b/REFLECTION index 6f2138d..c105071 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #211 event version 2.0.0RC1 ] { +Extension [ extension #211 event version 2.0.0 ] { - Dependencies { Dependency [ sockets (Required) ] diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 65ee6ed..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,1423 +0,0 @@ -Extension [ extension #87 event version 2.0.0RC2 ] { - - - Dependencies { - Dependency [ sockets (Required) ] - } - - - Classes [12] { - Class [ final class Event ] { - - - Constants [6] { - Constant [ integer ET ] { 32 } - Constant [ integer PERSIST ] { 16 } - Constant [ integer READ ] { 2 } - Constant [ integer WRITE ] { 4 } - Constant [ integer SIGNAL ] { 8 } - Constant [ integer TIMEOUT ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [3] { - Method [ static public method getSupportedMethods ] { - - - Parameters [0] { - } - } - - Method [ static public method timer ] { - - - Parameters [3] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $cb ] - Parameter #2 [ $arg ] - } - } - - Method [ static public method signal ] { - - - Parameters [4] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $signum ] - Parameter #2 [ $cb ] - Parameter #3 [ $arg ] - } - } - } - - - Properties [2] { - Property [ public $"pending" ] - Property [ public $"data" ] - } - - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [5] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $fd ] - Parameter #2 [ $what ] - Parameter #3 [ $cb ] - Parameter #4 [ $arg ] - } - } - - Method [ public method free ] { - - - Parameters [0] { - } - } - - Method [ public method set ] { - - - Parameters [5] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $fd ] - Parameter #2 [ $what ] - Parameter #3 [ $cb ] - Parameter #4 [ $arg ] - } - } - - Method [ public method add ] { - - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } - - Method [ public method del ] { - - - Parameters [0] { - } - } - - Method [ public method setPriority ] { - - - Parameters [1] { - Parameter #0 [ $priority ] - } - } - - Method [ public method pending ] { - - - Parameters [1] { - Parameter #0 [ $flags ] - } - } - - Method [ public method setTimer ] { - - - Parameters [3] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $cb ] - Parameter #2 [ $arg ] - } - } - - Method [ public method addTimer ] { - - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } - - Method [ public method delTimer ] { - - - Parameters [0] { - } - } - - Method [ public method addSignal ] { - - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } - - Method [ public method delSignal ] { - - - Parameters [0] { - } - } - } - } - - Class [ final class EventBase ] { - - - Constants [6] { - Constant [ integer LOOP_ONCE ] { 1 } - Constant [ integer LOOP_NONBLOCK ] { 2 } - Constant [ integer NOLOCK ] { 1 } - Constant [ integer STARTUP_IOCP ] { 4 } - Constant [ integer NO_CACHE_TIME ] { 8 } - Constant [ integer EPOLL_USE_CHANGELIST ] { 16 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $cfg ] - } - } - - Method [ public method getMethod ] { - - - Parameters [1] { - Parameter #0 [ $cfg ] - } - } - - Method [ public method getFeatures ] { - - - Parameters [0] { - } - } - - Method [ public method priorityInit ] { - - - Parameters [1] { - Parameter #0 [ $n_priorities ] - } - } - - Method [ public method loop ] { - - - Parameters [1] { - Parameter #0 [ $flags ] - } - } - - Method [ public method dispatch ] { - - - Parameters [0] { - } - } - - Method [ public method exit ] { - - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } - - Method [ public method stop ] { - - - Parameters [0] { - } - } - - Method [ public method gotStop ] { - - - Parameters [0] { - } - } - - Method [ public method gotExit ] { - - - Parameters [0] { - } - } - - Method [ public method getTimeOfDayCached ] { - - - Parameters [0] { - } - } - - Method [ public method reInit ] { - - - Parameters [0] { - } - } - - Method [ public method free ] { - - - Parameters [0] { - } - } - } - } - - Class [ final class EventConfig ] { - - - Constants [3] { - Constant [ integer FEATURE_ET ] { 1 } - Constant [ integer FEATURE_O1 ] { 2 } - Constant [ integer FEATURE_FDS ] { 4 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method avoidMethod ] { - - - Parameters [1] { - Parameter #0 [ $method ] - } - } - - Method [ public method requireFeatures ] { - - - Parameters [1] { - Parameter #0 [ $feature ] - } - } - } - } - - Class [ final class EventBufferEvent ] { - - - Constants [13] { - Constant [ integer READING ] { 1 } - Constant [ integer WRITING ] { 2 } - Constant [ integer EOF ] { 16 } - Constant [ integer ERROR ] { 32 } - Constant [ integer TIMEOUT ] { 64 } - Constant [ integer CONNECTED ] { 128 } - Constant [ integer OPT_CLOSE_ON_FREE ] { 1 } - Constant [ integer OPT_THREADSAFE ] { 2 } - Constant [ integer OPT_DEFER_CALLBACKS ] { 4 } - Constant [ integer OPT_UNLOCK_CALLBACKS ] { 8 } - Constant [ integer SSL_OPEN ] { 0 } - Constant [ integer SSL_CONNECTING ] { 1 } - Constant [ integer SSL_ACCEPTING ] { 2 } - } - - - Static properties [0] { - } - - - Static methods [4] { - Method [ static public method createPair ] { - - - Parameters [2] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $options ] - } - } - - Method [ static public method sslFilter ] { - - - Parameters [5] { - Parameter #0 [ $unused ] - Parameter #1 [ EventBufferEvent $underlying ] - Parameter #2 [ EventSslContext $ctx ] - Parameter #3 [ $state ] - Parameter #4 [ $options ] - } - } - - Method [ static public method createSslFilter ] { - - - Parameters [4] { - Parameter #0 [ EventBufferEvent $underlying ] - Parameter #1 [ EventSslContext $ctx ] - Parameter #2 [ $state ] - Parameter #3 [ $options ] - } - } - - Method [ static public method sslSocket ] { - - - Parameters [5] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $socket ] - Parameter #2 [ EventSslContext $ctx ] - Parameter #3 [ $state ] - Parameter #4 [ $options ] - } - } - } - - - Properties [4] { - Property [ public $"priority" ] - Property [ public $"fd" ] - Property [ public $"input" ] - Property [ public $"output" ] - } - - - Methods [25] { - Method [ public method __construct ] { - - - Parameters [6] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $socket ] - Parameter #2 [ $options ] - Parameter #3 [ $readcb ] - Parameter #4 [ $writecb ] - Parameter #5 [ $eventcb ] - } - } - - Method [ public method free ] { - - - Parameters [0] { - } - } - - Method [ public method close ] { - - - Parameters [0] { - } - } - - Method [ public method connect ] { - - - Parameters [1] { - Parameter #0 [ $addr ] - } - } - - Method [ public method connectHost ] { - - - Parameters [4] { - Parameter #0 [ $dns_base ] - Parameter #1 [ $hostname ] - Parameter #2 [ $port ] - Parameter #3 [ $family ] - } - } - - Method [ public method getDnsErrorString ] { - - - Parameters [0] { - } - } - - Method [ public method setCallbacks ] { - - - Parameters [4] { - Parameter #0 [ $readcb ] - Parameter #1 [ $writecb ] - Parameter #2 [ $eventcb ] - Parameter #3 [ $arg ] - } - } - - Method [ public method enable ] { - - - Parameters [1] { - Parameter #0 [ $events ] - } - } - - Method [ public method disable ] { - - - Parameters [1] { - Parameter #0 [ $events ] - } - } - - Method [ public method getEnabled ] { - - - Parameters [0] { - } - } - - Method [ public method getInput ] { - - - Parameters [0] { - } - } - - Method [ public method getOutput ] { - - - Parameters [0] { - } - } - - Method [ public method setWatermark ] { - - - Parameters [3] { - Parameter #0 [ $events ] - Parameter #1 [ $lowmark ] - Parameter #2 [ $highmark ] - } - } - - Method [ public method write ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - - Method [ public method writeBuffer ] { - - - Parameters [1] { - Parameter #0 [ $buf ] - } - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $size ] - } - } - - Method [ public method readBuffer ] { - - - Parameters [1] { - Parameter #0 [ $buf ] - } - } - - Method [ public method setPriority ] { - - - Parameters [1] { - Parameter #0 [ $priority ] - } - } - - Method [ public method setTimeouts ] { - - - Parameters [2] { - Parameter #0 [ $timeout_read ] - Parameter #1 [ $timeout_write ] - } - } - - Method [ public method sslError ] { - - - Parameters [0] { - } - } - - Method [ public method sslRenegotiate ] { - - - Parameters [0] { - } - } - - Method [ public method sslGetCipherInfo ] { - - - Parameters [0] { - } - } - - Method [ public method sslGetCipherName ] { - - - Parameters [0] { - } - } - - Method [ public method sslGetCipherVersion ] { - - - Parameters [0] { - } - } - - Method [ public method sslGetProtocol ] { - - - Parameters [0] { - } - } - } - } - - Class [ class EventBuffer ] { - - - Constants [6] { - Constant [ integer EOL_ANY ] { 0 } - Constant [ integer EOL_CRLF ] { 1 } - Constant [ integer EOL_CRLF_STRICT ] { 2 } - Constant [ integer EOL_LF ] { 3 } - Constant [ integer PTR_SET ] { 0 } - Constant [ integer PTR_ADD ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ public $"length" ] - Property [ public $"contiguous_space" ] - } - - - Methods [22] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method freeze ] { - - - Parameters [1] { - Parameter #0 [ $at_front ] - } - } - - Method [ public method unfreeze ] { - - - Parameters [1] { - Parameter #0 [ $at_front ] - } - } - - Method [ public method lock ] { - - - Parameters [0] { - } - } - - Method [ public method unlock ] { - - - Parameters [0] { - } - } - - Method [ public method enableLocking ] { - - - Parameters [0] { - } - } - - Method [ public method add ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - - Method [ public method addBuffer ] { - - - Parameters [1] { - Parameter #0 [ $buf ] - } - } - - Method [ public method appendFrom ] { - - - Parameters [2] { - Parameter #0 [ $buf ] - Parameter #1 [ $len ] - } - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $max_bytes ] - } - } - - Method [ public method expand ] { - - - Parameters [1] { - Parameter #0 [ $len ] - } - } - - Method [ public method prepend ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - - Method [ public method prependBuffer ] { - - - Parameters [1] { - Parameter #0 [ $buf ] - } - } - - Method [ public method drain ] { - - - Parameters [1] { - Parameter #0 [ $len ] - } - } - - Method [ public method copyout ] { - - - Parameters [2] { - Parameter #0 [ &$data ] - Parameter #1 [ $max_bytes ] - } - } - - Method [ public method readLine ] { - - - Parameters [1] { - Parameter #0 [ $eol_style ] - } - } - - Method [ public method search ] { - - - Parameters [3] { - Parameter #0 [ $what ] - Parameter #1 [ $start ] - Parameter #2 [ $end ] - } - } - - Method [ public method searchEol ] { - - - Parameters [2] { - Parameter #0 [ $start ] - Parameter #1 [ $eol_style ] - } - } - - Method [ public method pullup ] { - - - Parameters [1] { - Parameter #0 [ $size ] - } - } - - Method [ public method write ] { - - - Parameters [2] { - Parameter #0 [ $fd ] - Parameter #1 [ $howmuch ] - } - } - - Method [ public method readFrom ] { - - - Parameters [2] { - Parameter #0 [ $fd ] - Parameter #1 [ $howmuch ] - } - } - - Method [ public method substr ] { - - - Parameters [2] { - Parameter #0 [ $start ] - Parameter #1 [ $length ] - } - } - } - } - - Class [ final class EventDnsBase ] { - - - Constants [5] { - Constant [ integer OPTION_SEARCH ] { 1 } - Constant [ integer OPTION_NAMESERVERS ] { 2 } - Constant [ integer OPTION_MISC ] { 4 } - Constant [ integer OPTION_HOSTSFILE ] { 8 } - Constant [ integer OPTIONS_ALL ] { 15 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [9] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $initialize ] - } - } - - Method [ public method parseResolvConf ] { - - - Parameters [2] { - Parameter #0 [ $flags ] - Parameter #1 [ $filename ] - } - } - - Method [ public method addNameserverIp ] { - - - Parameters [1] { - Parameter #0 [ $ip ] - } - } - - Method [ public method loadHosts ] { - - - Parameters [1] { - Parameter #0 [ $hosts ] - } - } - - Method [ public method clearSearch ] { - - - Parameters [0] { - } - } - - Method [ public method addSearch ] { - - - Parameters [1] { - Parameter #0 [ $domain ] - } - } - - Method [ public method setSearchNdots ] { - - - Parameters [1] { - Parameter #0 [ $ndots ] - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] - } - } - - Method [ public method countNameservers ] { - - - Parameters [0] { - } - } - } - } - - Class [ final class EventListener ] { - - - Constants [5] { - Constant [ integer OPT_LEAVE_SOCKETS_BLOCKING ] { 1 } - Constant [ integer OPT_CLOSE_ON_FREE ] { 2 } - Constant [ integer OPT_CLOSE_ON_EXEC ] { 4 } - Constant [ integer OPT_REUSEABLE ] { 8 } - Constant [ integer OPT_THREADSAFE ] { 16 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ public $"fd" ] - } - - - Methods [7] { - Method [ public method __construct ] { - - - Parameters [6] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $cb ] - Parameter #2 [ $data ] - Parameter #3 [ $flags ] - Parameter #4 [ $backlog ] - Parameter #5 [ $target ] - } - } - - Method [ public method enable ] { - - - Parameters [0] { - } - } - - Method [ public method disable ] { - - - Parameters [0] { - } - } - - Method [ public method setCallback ] { - - - Parameters [2] { - Parameter #0 [ $cb ] - Parameter #1 [ $arg ] - } - } - - Method [ public method setErrorCallback ] { - - - Parameters [1] { - Parameter #0 [ $cb ] - } - } - - Method [ public method getSocketName ] { - - - Parameters [2] { - Parameter #0 [ &$address ] - Parameter #1 [ &$port ] - } - } - - Method [ public method getBase ] { - - - Parameters [0] { - } - } - } - } - - Class [ final class EventHttpConnection ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [11] { - Method [ public method __construct ] { - - - Parameters [5] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ $dns_base ] - Parameter #2 [ $address ] - Parameter #3 [ $port ] - Parameter #4 [ EventSslContext $ctx ] - } - } - - Method [ public method getBase ] { - - - Parameters [0] { - } - } - - Method [ public method getPeer ] { - - - Parameters [2] { - Parameter #0 [ &$address ] - Parameter #1 [ &$port ] - } - } - - Method [ public method setLocalAddress ] { - - - Parameters [1] { - Parameter #0 [ $address ] - } - } - - Method [ public method setLocalPort ] { - - - Parameters [1] { - Parameter #0 [ $port ] - } - } - - Method [ public method setTimeout ] { - - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } - - Method [ public method setMaxHeadersSize ] { - - - Parameters [1] { - Parameter #0 [ $max_size ] - } - } - - Method [ public method setMaxBodySize ] { - - - Parameters [1] { - Parameter #0 [ $max_size ] - } - } - - Method [ public method setRetries ] { - - - Parameters [1] { - Parameter #0 [ $retries ] - } - } - - Method [ public method makeRequest ] { - - - Parameters [3] { - Parameter #0 [ $req ] - Parameter #1 [ $type ] - Parameter #2 [ $uri ] - } - } - - Method [ public method setCloseCallback ] { - - - Parameters [2] { - Parameter #0 [ $callback ] - Parameter #1 [ $data ] - } - } - } - } - - Class [ final class EventHttp ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [11] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ EventBase &$base ] - Parameter #1 [ EventSslContext $ctx ] - } - } - - Method [ public method accept ] { - - - Parameters [1] { - Parameter #0 [ $socket ] - } - } - - Method [ public method bind ] { - - - Parameters [2] { - Parameter #0 [ $address ] - Parameter #1 [ $port ] - } - } - - Method [ public method setCallback ] { - - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $cb ] - Parameter #2 [ $arg ] - } - } - - Method [ public method setDefaultCallback ] { - - - Parameters [2] { - Parameter #0 [ $cb ] - Parameter #1 [ $arg ] - } - } - - Method [ public method setAllowedMethods ] { - - - Parameters [1] { - Parameter #0 [ $methods ] - } - } - - Method [ public method setMaxBodySize ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ public method setMaxHeadersSize ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ public method setTimeout ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ public method addServerAlias ] { - - - Parameters [1] { - Parameter #0 [ $alias ] - } - } - - Method [ public method removeServerAlias ] { - - - Parameters [1] { - Parameter #0 [ $alias ] - } - } - } - } - - Class [ final class EventHttpRequest ] { - - - Constants [11] { - Constant [ integer CMD_GET ] { 1 } - Constant [ integer CMD_POST ] { 2 } - Constant [ integer CMD_HEAD ] { 4 } - Constant [ integer CMD_PUT ] { 8 } - Constant [ integer CMD_DELETE ] { 16 } - Constant [ integer CMD_OPTIONS ] { 32 } - Constant [ integer CMD_TRACE ] { 64 } - Constant [ integer CMD_CONNECT ] { 128 } - Constant [ integer CMD_PATCH ] { 256 } - Constant [ integer INPUT_HEADER ] { 1 } - Constant [ integer OUTPUT_HEADER ] { 2 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [23] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ $callback ] - Parameter #1 [ $data ] - } - } - - Method [ public method free ] { - - - Parameters [0] { - } - } - - Method [ public method getCommand ] { - - - Parameters [0] { - } - } - - Method [ public method getHost ] { - - - Parameters [0] { - } - } - - Method [ public method getUri ] { - - - Parameters [0] { - } - } - - Method [ public method getResponseCode ] { - - - Parameters [0] { - } - } - - Method [ public method getInputHeaders ] { - - - Parameters [0] { - } - } - - Method [ public method getOutputHeaders ] { - - - Parameters [0] { - } - } - - Method [ public method getInputBuffer ] { - - - Parameters [0] { - } - } - - Method [ public method getOutputBuffer ] { - - - Parameters [0] { - } - } - - Method [ public method sendError ] { - - - Parameters [2] { - Parameter #0 [ $error ] - Parameter #1 [ $reason ] - } - } - - Method [ public method sendReply ] { - - - Parameters [3] { - Parameter #0 [ $code ] - Parameter #1 [ $reason ] - Parameter #2 [ $buf ] - } - } - - Method [ public method sendReplyChunk ] { - - - Parameters [1] { - Parameter #0 [ $buf ] - } - } - - Method [ public method sendReplyEnd ] { - - - Parameters [0] { - } - } - - Method [ public method sendReplyStart ] { - - - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ $reason ] - } - } - - Method [ public method cancel ] { - - - Parameters [0] { - } - } - - Method [ public method addHeader ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] - Parameter #2 [ $type ] - } - } - - Method [ public method clearHeaders ] { - - - Parameters [0] { - } - } - - Method [ public method removeHeader ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $type ] - } - } - - Method [ public method findHeader ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $type ] - } - } - - Method [ public method getBufferEvent ] { - - - Parameters [0] { - } - } - - Method [ public method getConnection ] { - - - Parameters [0] { - } - } - - Method [ public method closeConnection ] { - - - Parameters [0] { - } - } - } - } - - Class [ abstract final class EventUtil ] { - - - Constants [25] { - Constant [ integer AF_INET ] { 2 } - Constant [ integer AF_INET6 ] { 10 } - Constant [ integer AF_UNIX ] { 1 } - Constant [ integer AF_UNSPEC ] { 0 } - Constant [ integer SO_DEBUG ] { 1 } - Constant [ integer SO_REUSEADDR ] { 2 } - Constant [ integer SO_KEEPALIVE ] { 9 } - Constant [ integer SO_DONTROUTE ] { 5 } - Constant [ integer SO_LINGER ] { 13 } - Constant [ integer SO_BROADCAST ] { 6 } - Constant [ integer SO_OOBINLINE ] { 10 } - Constant [ integer SO_SNDBUF ] { 7 } - Constant [ integer SO_RCVBUF ] { 8 } - Constant [ integer SO_SNDLOWAT ] { 19 } - Constant [ integer SO_RCVLOWAT ] { 18 } - Constant [ integer SO_SNDTIMEO ] { 21 } - Constant [ integer SO_RCVTIMEO ] { 20 } - Constant [ integer SO_TYPE ] { 3 } - Constant [ integer SO_ERROR ] { 4 } - Constant [ integer SOL_SOCKET ] { 1 } - Constant [ integer SOL_TCP ] { 6 } - Constant [ integer SOL_UDP ] { 17 } - Constant [ integer IPPROTO_IP ] { 0 } - Constant [ integer IPPROTO_IPV6 ] { 41 } - Constant [ integer LIBEVENT_VERSION_NUMBER ] { 33559808 } - } - - - Static properties [0] { - } - - - Static methods [7] { - Method [ static public method getLastSocketErrno ] { - - - Parameters [1] { - Parameter #0 [ $socket ] - } - } - - Method [ static public method getLastSocketError ] { - - - Parameters [1] { - Parameter #0 [ $socket ] - } - } - - Method [ static public method sslRandPoll ] { - - - Parameters [0] { - } - } - - Method [ static public method getSocketName ] { - - - Parameters [3] { - Parameter #0 [ $socket ] - Parameter #1 [ &$address ] - Parameter #2 [ &$port ] - } - } - - Method [ static public method getSocketFd ] { - - - Parameters [1] { - Parameter #0 [ $socket ] - } - } - - Method [ static public method setSocketOption ] { - - - Parameters [4] { - Parameter #0 [ $socket ] - Parameter #1 [ $level ] - Parameter #2 [ $optname ] - Parameter #3 [ $optval ] - } - } - - Method [ static public method createSocket ] { - - - Parameters [1] { - Parameter #0 [ $fd ] - } - } - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method __construct ] { - } - } - } - - Class [ final class EventSslContext ] { - - - Constants [27] { - Constant [ integer SSLv2_CLIENT_METHOD ] { 1 } - Constant [ integer SSLv3_CLIENT_METHOD ] { 2 } - Constant [ integer SSLv23_CLIENT_METHOD ] { 3 } - Constant [ integer TLS_CLIENT_METHOD ] { 4 } - Constant [ integer SSLv2_SERVER_METHOD ] { 5 } - Constant [ integer SSLv3_SERVER_METHOD ] { 6 } - Constant [ integer SSLv23_SERVER_METHOD ] { 7 } - Constant [ integer TLS_SERVER_METHOD ] { 8 } - Constant [ integer TLSv11_CLIENT_METHOD ] { 9 } - Constant [ integer TLSv11_SERVER_METHOD ] { 10 } - Constant [ integer TLSv12_CLIENT_METHOD ] { 11 } - Constant [ integer TLSv12_SERVER_METHOD ] { 12 } - Constant [ integer OPT_LOCAL_CERT ] { 1 } - Constant [ integer OPT_LOCAL_PK ] { 2 } - Constant [ integer OPT_PASSPHRASE ] { 3 } - Constant [ integer OPT_CA_FILE ] { 4 } - Constant [ integer OPT_CA_PATH ] { 5 } - Constant [ integer OPT_ALLOW_SELF_SIGNED ] { 6 } - Constant [ integer OPT_VERIFY_PEER ] { 7 } - Constant [ integer OPT_VERIFY_DEPTH ] { 8 } - Constant [ integer OPT_CIPHERS ] { 9 } - Constant [ integer OPT_NO_SSLv2 ] { 10 } - Constant [ integer OPT_NO_SSLv3 ] { 11 } - Constant [ integer OPT_NO_TLSv1 ] { 12 } - Constant [ integer OPT_NO_TLSv1_1 ] { 13 } - Constant [ integer OPT_NO_TLSv1_2 ] { 14 } - Constant [ integer OPT_CIPHER_SERVER_PREFERENCE ] { 15 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ public $"local_cert" ] - Property [ public $"local_pk" ] - } - - - Methods [1] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $options ] - } - } - } - } - } -} - diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec deleted file mode 100644 index 605e41f..0000000 --- a/php-pecl-event-dev.spec +++ /dev/null @@ -1,380 +0,0 @@ -# remirepo spec file for php-pecl-event -# with SCL compatibility, from: -# -# Fedora spec file for php-pecl-event -# -# Copyright (c) 2013-2016 Remi Collet -# License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/4.0/ -# -# Please, preserve the changelog entries -# -%if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else -%global sub_prefix %{scl_prefix} -%endif -%endif - -%{?scl: %scl_package php-pecl-event} -%{!?scl: %global _root_prefix %{_prefix}} - -%global with_tests 0%{!?_without_tests:1} -%global pecl_name event -%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%if "%{php_version}" < "5.6" -# After sockets.so -%global ini_name z-%{pecl_name}.ini -%else -# After 20-sockets.so -%global ini_name 40-%{pecl_name}.ini -%endif -%global prever RC2 - -Summary: Provides interface to libevent library -Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: PHP -Group: Development/Languages -URL: http://pecl.php.net/package/event -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{?scl_prefix}php-devel > 5.4 -BuildRequires: %{?scl_prefix}php-pear - -%if 0%{?scl:1} && 0%{?fedora} < 15 && 0%{?rhel} < 7 && "%{?scl_vendor}" != "remi" -# Filter in the SCL collection -%{?filter_requires_in: %filter_requires_in %{_libdir}/.*\.so} -# libvent from SCL as not available in system -BuildRequires: %{?sub_prefix}libevent-devel >= 2.0.2 -Requires: %{?sub_prefix}libevent%{_isa} >= 2.0.2 -%global _event_prefix %{_prefix} -%else -BuildRequires: libevent-devel >= 2.0.2 -%global _event_prefix %{_root_prefix} -%endif - -BuildRequires: openssl-devel -BuildRequires: pkgconfig - -Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} -Requires: %{?scl_prefix}php(api) = %{php_core_api} -Requires: %{?scl_prefix}php-sockets%{?_isa} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} - -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} - -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} -# Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} <= %{version} -Obsoletes: php53u-pecl-%{pecl_name} <= %{version} -Obsoletes: php54-pecl-%{pecl_name} <= %{version} -Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" -Obsoletes: php55u-pecl-%{pecl_name} <= %{version} -Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "5.6" -Obsoletes: php56u-pecl-%{pecl_name} <= %{version} -Obsoletes: php56w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "7.0" -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} -%endif -%endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%endif -%{?filter_setup} - - -%description -This is an extension to efficiently schedule I/O, time and signal based -events using the best I/O notification mechanism available for specific -platform. This is a port of libevent to the PHP infrastructure. - -Version 1.0.0 introduces: -* new OO API breaking backwards compatibility -* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener. - -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. - - -%prep -%setup -q -c - -# Don't install/register tests -sed -e 's/role="test"/role="src"/' \ - %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ - -i package.xml - -mv %{pecl_name}-%{version}%{?prever} NTS - -cd NTS - -# Sanity check, really often broken -DIR=$(%{__php} -r 'echo "php" . PHP_MAJOR_VERSION;') -extver=$(sed -n '/#define PHP_EVENT_VERSION/{s/.* "//;s/".*$//;p}' $DIR/php_event.h) -if test "x${extver}" != "x%{version}%{?prever}"; then - : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever}. - exit 1 -fi -cd .. - -# duplicate for ZTS build -%if %{with_zts} -cp -pr NTS ZTS -%endif - -# Drop in the bit of configuration -cat > %{ini_name} << 'EOF' -; Enable %{pecl_name} extension module -extension = %{pecl_name}.so -EOF - - -%build -cd NTS -%{_bindir}/phpize -%configure \ - --with-event-libevent-dir=%{_event_prefix} \ - --with-libdir=%{_lib} \ - --with-event-core \ - --with-event-extra \ - --with-event-openssl \ - --with-php-config=%{_bindir}/php-config -make %{?_smp_mflags} - -%if %{with_zts} -cd ../ZTS -%{_bindir}/zts-phpize -%configure \ - --with-event-libevent-dir=%{_event_prefix} \ - --with-libdir=%{_lib} \ - --with-event-core \ - --with-event-extra \ - --with-event-openssl \ - --with-event-pthreads \ - --with-php-config=%{_bindir}/zts-php-config -make %{?_smp_mflags} -%endif - - -%install -rm -rf %{buildroot} - -# use z-event.ini to ensure event.so load "after" sockets.so -: Install the NTS stuff -make -C NTS install INSTALL_ROOT=%{buildroot} -install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} - -%if %{with_zts} -: Install the ZTS stuff -make -C ZTS install INSTALL_ROOT=%{buildroot} -install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} -%endif - -: Install the package XML file -install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml - -: Documentation -for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//') -do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i -done - - -%check -if [ -f %{php_extdir}/sockets.so ]; then - OPTS="-d extension=sockets.so" -fi - -: Minimal load test for NTS extension -%{__php} --no-php-ini $OPTS \ - --define extension=NTS/modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} - -%if %{with_zts} -: Minimal load test for ZTS extension -%{__ztsphp} --no-php-ini $OPTS \ - --define extension=ZTS/modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} -%endif - -%if %{with_tests} -cd NTS -: Upstream test suite for NTS extension -SKIP_ONLINE_TESTS=1 \ -TEST_PHP_EXECUTABLE=%{__php} \ -TEST_PHP_ARGS="-n $OPTS -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ -REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php - -%if %{with_zts} -cd ../ZTS -: Upstream test suite for ZTS extension -SKIP_ONLINE_TESTS=1 \ -TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="-n $OPTS -d extension=$PWD/modules/%{pecl_name}.so" \ -NO_INTERACTION=1 \ -REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php -%endif -%endif - - -%if 0%{?fedora} < 24 -# when pear installed alone, after us -%triggerin -- %{?scl_prefix}php-pear -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -# posttrans as pear can be installed after us -%posttrans -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -%postun -if [ $1 -eq 0 -a -x %{__pecl} ] ; then - %{pecl_uninstall} %{pecl_name} >/dev/null || : -fi -%endif - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%{?_licensedir:%license NTS/LICENSE} -%doc %{pecl_docdir}/%{pecl_name} -%{pecl_xmldir}/%{name}.xml - -%config(noreplace) %{php_inidir}/%{ini_name} -%{php_extdir}/%{pecl_name}.so - -%if %{with_zts} -%config(noreplace) %{php_ztsinidir}/%{ini_name} -%{php_ztsextdir}/%{pecl_name}.so -%endif - - -%changelog -* Thu Feb 25 2016 Remi Collet - 2.0.0-0.2.RC2 -- Update to 2.0.0RC2 (php 5 and 7, beta) - -* Sun Feb 21 2016 Remi Collet - 2.0.0-0.1.RC1 -- Update to 2.0.0RC1 (php 5 and 7, beta) - -* Thu Feb 11 2016 Remi Collet - 1.11.3-1 -- Update to 1.11.3 - -* Sun Jun 21 2015 Remi Collet - 1.11.1-2 -- allow build against rh-php56 (as more-php56) -- drop runtime dependency on pear, new scriptlets - -* Wed Dec 24 2014 Remi Collet - 1.11.1-1.1 -- Fedora 21 SCL mass rebuild - -* Fri Nov 14 2014 Remi Collet - 1.11.1-1 -- Update to 1.11.1 (stable) -- no change, only our patch merged upstream - -* Thu Nov 13 2014 Remi Collet - 1.11.0-1 -- Update to 1.11.0 (stable) -- don't provide test suite -- add patch for old openssl in EL-5 - https://bitbucket.org/osmanov/pecl-event/pull-request/10 - -* Mon Aug 25 2014 Remi Collet - 1.10.3-2 -- improve SCL build - -* Mon Aug 11 2014 Remi Collet - 1.10.3-1 -- Update to 1.10.3 (no change) - -* Fri Jun 20 2014 Remi Collet - 1.10.2-1 -- Update to 1.10.2 (stable) - -* Sun May 11 2014 Remi Collet - 1.10.1-1 -- Update to 1.10.1 (stable, no change) - -* Sat May 10 2014 Remi Collet - 1.10.0-1 -- Update to 1.10.0 (stable) - -* Wed Apr 9 2014 Remi Collet - 1.9.1-3 -- add numerical prefix to extension configuration file - -* Sun Mar 23 2014 Remi Collet - 1.9.1-2 -- allow SCL build, with libevent from SCL when needed - -* Sun Mar 23 2014 Remi Collet - 1.9.1-1 -- Update to 1.9.1 (stable) - -* Sun Mar 23 2014 Remi Collet - 1.9.0-2 -- add patch for php 5.6 - https://bitbucket.org/osmanov/pecl-event/pull-request/7 - -* Fri Jan 17 2014 Remi Collet - 1.9.0-1 -- Update to 1.9.0 (stable) -- add option to disable tests during build -- adapt for SCL - -* Sat Jan 11 2014 Remi Collet - 1.8.1-2 -- install doc in pecl doc_dir -- install tests in pecl test_dir -- open https://bitbucket.org/osmanov/pecl-event/pull-request/6 - -* Mon Oct 07 2013 Remi Collet - 1.8.1-1 -- Update to 1.8.1 (stable) -- drop patch merged upstream -- patch for https://bitbucket.org/osmanov/pecl-event/pull-request/4 - -* Sun Oct 06 2013 Remi Collet - 1.8.0-1 -- Update to 1.8.0 -- patch for https://bitbucket.org/osmanov/pecl-event/pull-request/3 - -* Mon Sep 16 2013 Remi Collet - 1.7.8-1 -- Update to 1.7.8 - -* Sun Sep 08 2013 Remi Collet - 1.7.6-1 -- Update to 1.7.6 - -* Mon Aug 19 2013 Remi Collet - 1.7.5-1 -- Update to 1.7.5 - -* Sun Jul 28 2013 Remi Collet - 1.7.2-1 -- Update to 1.7.2 - -* Wed Jul 24 2013 Remi Collet - 1.7.1-1 -- Update to 1.7.1 - -* Thu Jul 18 2013 Remi Collet - 1.7.0-1 -- Update to 1.7.0 - -* Thu Jul 18 2013 Remi Collet - 1.6.2-2 -- missing requires php-sockets -- enable thread safety for ZTS extension - -* Thu Jul 18 2013 Remi Collet - 1.6.2-1 -- Update to 1.6.2 - -* Sat Apr 20 2013 Remi Collet - 1.6.1-1 -- initial package, version 1.6.1 -- upstream bugs: - https://bugs.php.net/64678 missing License - https://bugs.php.net/64679 buffer overflow - https://bugs.php.net/64680 skip online test diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 408506c..10cf8b3 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -22,7 +22,7 @@ %global with_tests 0%{!?_without_tests:1} %global pecl_name event -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" # After sockets.so %global ini_name z-%{pecl_name}.ini @@ -30,15 +30,16 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif +#global prever RC2 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.11.3 +Version: 2.0.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 5.4 @@ -85,6 +86,10 @@ Obsoletes: php55w-pecl-%{pecl_name} <= %{version} Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.0" +Obsoletes: php70u-pecl-%{pecl_name} <= %{version} +Obsoletes: php70w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -114,14 +119,15 @@ sed -e 's/role="test"/role="src"/' \ %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ -i package.xml -mv %{pecl_name}-%{version} NTS +mv %{pecl_name}-%{version}%{?prever} NTS cd NTS # Sanity check, really often broken -extver=$(sed -n '/#define PHP_EVENT_VERSION/{s/.* "//;s/".*$//;p}' php_event.h) -if test "x${extver}" != "x%{version}"; then - : Error: Upstream extension version is ${extver}, expecting %{version}. +DIR=$(%{__php} -r 'echo "php" . PHP_MAJOR_VERSION;') +extver=$(sed -n '/#define PHP_EVENT_VERSION/{s/.* "//;s/".*$//;p}' $DIR/php_event.h) +if test "x${extver}" != "x%{version}%{?prever}"; then + : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever}. exit 1 fi cd .. @@ -253,7 +259,7 @@ rm -rf %{buildroot} %files -%defattr(-, root, root, 0755) +%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml @@ -268,6 +274,15 @@ rm -rf %{buildroot} %changelog +* Mon Feb 29 2016 Remi Collet - 2.0.0-1 +- Update to 2.0.0 (php 5 and 7, stable) + +* Thu Feb 25 2016 Remi Collet - 2.0.0-0.2.RC2 +- Update to 2.0.0RC2 (php 5 and 7, beta) + +* Sun Feb 21 2016 Remi Collet - 2.0.0-0.1.RC1 +- Update to 2.0.0RC1 (php 5 and 7, beta) + * Thu Feb 11 2016 Remi Collet - 1.11.3-1 - Update to 1.11.3 -- cgit