From e7a922828983139d8bd9c0e0a972684ec42c4621 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Sep 2016 16:17:32 +0200 Subject: php-pecl-gearman: 2.0.1 for PHP 7, from wcgallego fork --- REFLECTION-DEV | 1583 +++++++++++++++++++++++++++++++++++++++++++++ php-pecl-gearman-dev.spec | 334 ++++++++++ 2 files changed, 1917 insertions(+) create mode 100644 REFLECTION-DEV create mode 100644 php-pecl-gearman-dev.spec diff --git a/REFLECTION-DEV b/REFLECTION-DEV new file mode 100644 index 0000000..a129eea --- /dev/null +++ b/REFLECTION-DEV @@ -0,0 +1,1583 @@ +Extension [ extension #84 gearman version 2.0.1 ] { + + - Constants [157] { + Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } + Constant [ integer GEARMAN_DEFAULT_TCP_PORT ] { 4730 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_TIMEOUT ] { 10 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_SEND_SIZE ] { 32768 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_RECV_SIZE ] { 32768 } + Constant [ integer GEARMAN_MAX_ERROR_SIZE ] { 2048 } + Constant [ integer GEARMAN_PACKET_HEADER_SIZE ] { 12 } + Constant [ integer GEARMAN_JOB_HANDLE_SIZE ] { 64 } + Constant [ integer GEARMAN_OPTION_SIZE ] { 64 } + Constant [ integer GEARMAN_UNIQUE_SIZE ] { 64 } + Constant [ integer GEARMAN_MAX_COMMAND_ARGS ] { 8 } + Constant [ integer GEARMAN_ARGS_BUFFER_SIZE ] { 128 } + Constant [ integer GEARMAN_SEND_BUFFER_SIZE ] { 8192 } + Constant [ integer GEARMAN_RECV_BUFFER_SIZE ] { 8192 } + Constant [ integer GEARMAN_WORKER_WAIT_TIMEOUT ] { 10000 } + Constant [ integer GEARMAN_SUCCESS ] { 0 } + Constant [ integer GEARMAN_IO_WAIT ] { 1 } + Constant [ integer GEARMAN_SHUTDOWN ] { 2 } + Constant [ integer GEARMAN_SHUTDOWN_GRACEFUL ] { 3 } + Constant [ integer GEARMAN_ERRNO ] { 4 } + Constant [ integer GEARMAN_EVENT ] { 5 } + Constant [ integer GEARMAN_TOO_MANY_ARGS ] { 6 } + Constant [ integer GEARMAN_NO_ACTIVE_FDS ] { 7 } + Constant [ integer GEARMAN_INVALID_MAGIC ] { 8 } + Constant [ integer GEARMAN_INVALID_COMMAND ] { 9 } + Constant [ integer GEARMAN_INVALID_PACKET ] { 10 } + Constant [ integer GEARMAN_UNEXPECTED_PACKET ] { 11 } + Constant [ integer GEARMAN_GETADDRINFO ] { 12 } + Constant [ integer GEARMAN_NO_SERVERS ] { 13 } + Constant [ integer GEARMAN_LOST_CONNECTION ] { 14 } + Constant [ integer GEARMAN_MEMORY_ALLOCATION_FAILURE ] { 15 } + Constant [ integer GEARMAN_JOB_EXISTS ] { 16 } + Constant [ integer GEARMAN_JOB_QUEUE_FULL ] { 17 } + Constant [ integer GEARMAN_SERVER_ERROR ] { 18 } + Constant [ integer GEARMAN_WORK_ERROR ] { 19 } + Constant [ integer GEARMAN_WORK_DATA ] { 20 } + Constant [ integer GEARMAN_WORK_WARNING ] { 21 } + Constant [ integer GEARMAN_WORK_STATUS ] { 22 } + Constant [ integer GEARMAN_WORK_EXCEPTION ] { 23 } + Constant [ integer GEARMAN_WORK_FAIL ] { 24 } + Constant [ integer GEARMAN_NOT_CONNECTED ] { 25 } + Constant [ integer GEARMAN_COULD_NOT_CONNECT ] { 26 } + Constant [ integer GEARMAN_SEND_IN_PROGRESS ] { 27 } + Constant [ integer GEARMAN_RECV_IN_PROGRESS ] { 28 } + Constant [ integer GEARMAN_NOT_FLUSHING ] { 29 } + Constant [ integer GEARMAN_DATA_TOO_LARGE ] { 30 } + Constant [ integer GEARMAN_INVALID_FUNCTION_NAME ] { 31 } + Constant [ integer GEARMAN_INVALID_WORKER_FUNCTION ] { 32 } + Constant [ integer GEARMAN_NO_REGISTERED_FUNCTIONS ] { 34 } + Constant [ integer GEARMAN_NO_JOBS ] { 35 } + Constant [ integer GEARMAN_ECHO_DATA_CORRUPTION ] { 36 } + Constant [ integer GEARMAN_NEED_WORKLOAD_FN ] { 37 } + Constant [ integer GEARMAN_PAUSE ] { 38 } + Constant [ integer GEARMAN_UNKNOWN_STATE ] { 39 } + Constant [ integer GEARMAN_PTHREAD ] { 40 } + Constant [ integer GEARMAN_PIPE_EOF ] { 41 } + Constant [ integer GEARMAN_QUEUE_ERROR ] { 42 } + Constant [ integer GEARMAN_FLUSH_DATA ] { 43 } + Constant [ integer GEARMAN_SEND_BUFFER_TOO_SMALL ] { 44 } + Constant [ integer GEARMAN_IGNORE_PACKET ] { 45 } + Constant [ integer GEARMAN_UNKNOWN_OPTION ] { 46 } + Constant [ integer GEARMAN_TIMEOUT ] { 47 } + Constant [ integer GEARMAN_MAX_RETURN ] { 53 } + Constant [ integer GEARMAN_VERBOSE_FATAL ] { 1 } + Constant [ integer GEARMAN_VERBOSE_ERROR ] { 2 } + Constant [ integer GEARMAN_VERBOSE_INFO ] { 3 } + Constant [ integer GEARMAN_VERBOSE_DEBUG ] { 4 } + Constant [ integer GEARMAN_VERBOSE_CRAZY ] { 5 } + Constant [ integer GEARMAN_VERBOSE_MAX ] { 6 } + Constant [ integer GEARMAN_NON_BLOCKING ] { 0 } + Constant [ integer GEARMAN_DONT_TRACK_PACKETS ] { 1 } + Constant [ integer GEARMAN_CON_READY ] { 0 } + Constant [ integer GEARMAN_CON_PACKET_IN_USE ] { 1 } + Constant [ integer GEARMAN_CON_EXTERNAL_FD ] { 2 } + Constant [ integer GEARMAN_CON_IGNORE_LOST_CONNECTION ] { 3 } + Constant [ integer GEARMAN_CON_CLOSE_AFTER_FLUSH ] { 4 } + Constant [ integer GEARMAN_CON_SEND_STATE_NONE ] { 0 } + Constant [ integer GEARMAN_CON_RECV_STATE_READ_DATA ] { 2 } + Constant [ integer GEARMAN_COMMAND_TEXT ] { 0 } + Constant [ integer GEARMAN_COMMAND_CAN_DO ] { 1 } + Constant [ integer GEARMAN_COMMAND_CANT_DO ] { 2 } + Constant [ integer GEARMAN_COMMAND_RESET_ABILITIES ] { 3 } + Constant [ integer GEARMAN_COMMAND_PRE_SLEEP ] { 4 } + Constant [ integer GEARMAN_COMMAND_UNUSED ] { 5 } + Constant [ integer GEARMAN_COMMAND_NOOP ] { 6 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB ] { 7 } + Constant [ integer GEARMAN_COMMAND_JOB_CREATED ] { 8 } + Constant [ integer GEARMAN_COMMAND_GRAB_JOB ] { 9 } + Constant [ integer GEARMAN_COMMAND_NO_JOB ] { 10 } + Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN ] { 11 } + Constant [ integer GEARMAN_COMMAND_WORK_STATUS ] { 12 } + Constant [ integer GEARMAN_COMMAND_WORK_COMPLETE ] { 13 } + Constant [ integer GEARMAN_COMMAND_WORK_FAIL ] { 14 } + Constant [ integer GEARMAN_COMMAND_GET_STATUS ] { 15 } + Constant [ integer GEARMAN_COMMAND_ECHO_REQ ] { 16 } + Constant [ integer GEARMAN_COMMAND_ECHO_RES ] { 17 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_BG ] { 18 } + Constant [ integer GEARMAN_COMMAND_ERROR ] { 19 } + Constant [ integer GEARMAN_COMMAND_STATUS_RES ] { 20 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH ] { 21 } + Constant [ integer GEARMAN_COMMAND_SET_CLIENT_ID ] { 22 } + Constant [ integer GEARMAN_COMMAND_CAN_DO_TIMEOUT ] { 23 } + Constant [ integer GEARMAN_COMMAND_ALL_YOURS ] { 24 } + Constant [ integer GEARMAN_COMMAND_WORK_EXCEPTION ] { 25 } + Constant [ integer GEARMAN_COMMAND_OPTION_REQ ] { 26 } + Constant [ integer GEARMAN_COMMAND_OPTION_RES ] { 27 } + Constant [ integer GEARMAN_COMMAND_WORK_DATA ] { 28 } + Constant [ integer GEARMAN_COMMAND_WORK_WARNING ] { 29 } + Constant [ integer GEARMAN_COMMAND_GRAB_JOB_UNIQ ] { 30 } + Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN_UNIQ ] { 31 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH_BG ] { 32 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW ] { 33 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW_BG ] { 34 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_SCHED ] { 35 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_EPOCH ] { 36 } + Constant [ integer GEARMAN_COMMAND_MAX ] { 43 } + Constant [ integer GEARMAN_TASK_STATE_NEW ] { 0 } + Constant [ integer GEARMAN_TASK_STATE_SUBMIT ] { 1 } + Constant [ integer GEARMAN_TASK_STATE_WORKLOAD ] { 2 } + Constant [ integer GEARMAN_TASK_STATE_WORK ] { 3 } + Constant [ integer GEARMAN_TASK_STATE_CREATED ] { 4 } + Constant [ integer GEARMAN_TASK_STATE_DATA ] { 5 } + Constant [ integer GEARMAN_TASK_STATE_WARNING ] { 6 } + Constant [ integer GEARMAN_TASK_STATE_STATUS ] { 7 } + Constant [ integer GEARMAN_TASK_STATE_COMPLETE ] { 8 } + Constant [ integer GEARMAN_TASK_STATE_EXCEPTION ] { 9 } + Constant [ integer GEARMAN_TASK_STATE_FAIL ] { 10 } + Constant [ integer GEARMAN_TASK_STATE_FINISHED ] { 11 } + Constant [ integer GEARMAN_JOB_PRIORITY_HIGH ] { 0 } + Constant [ integer GEARMAN_JOB_PRIORITY_NORMAL ] { 1 } + Constant [ integer GEARMAN_JOB_PRIORITY_LOW ] { 2 } + Constant [ integer GEARMAN_JOB_PRIORITY_MAX ] { 3 } + Constant [ integer GEARMAN_CLIENT_ALLOCATED ] { 1 } + Constant [ integer GEARMAN_CLIENT_NON_BLOCKING ] { 2 } + Constant [ integer GEARMAN_CLIENT_TASK_IN_USE ] { 4 } + Constant [ integer GEARMAN_CLIENT_UNBUFFERED_RESULT ] { 8 } + Constant [ integer GEARMAN_CLIENT_NO_NEW ] { 16 } + Constant [ integer GEARMAN_CLIENT_FREE_TASKS ] { 32 } + Constant [ integer GEARMAN_CLIENT_STATE_IDLE ] { 0 } + Constant [ integer GEARMAN_CLIENT_STATE_NEW ] { 1 } + Constant [ integer GEARMAN_CLIENT_STATE_SUBMIT ] { 2 } + Constant [ integer GEARMAN_CLIENT_STATE_PACKET ] { 3 } + Constant [ integer GEARMAN_WORKER_ALLOCATED ] { 1 } + Constant [ integer GEARMAN_WORKER_NON_BLOCKING ] { 2 } + Constant [ integer GEARMAN_WORKER_PACKET_INIT ] { 4 } + Constant [ integer GEARMAN_WORKER_GRAB_JOB_IN_USE ] { 8 } + Constant [ integer GEARMAN_WORKER_PRE_SLEEP_IN_USE ] { 16 } + Constant [ integer GEARMAN_WORKER_WORK_JOB_IN_USE ] { 32 } + Constant [ integer GEARMAN_WORKER_CHANGE ] { 64 } + Constant [ integer GEARMAN_WORKER_GRAB_UNIQ ] { 128 } + Constant [ integer GEARMAN_WORKER_TIMEOUT_RETURN ] { 256 } + Constant [ integer GEARMAN_WORKER_STATE_START ] { 0 } + Constant [ integer GEARMAN_WORKER_STATE_FUNCTION_SEND ] { 1 } + Constant [ integer GEARMAN_WORKER_STATE_CONNECT ] { 2 } + Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_SEND ] { 3 } + Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_RECV ] { 4 } + Constant [ integer GEARMAN_WORKER_STATE_PRE_SLEEP ] { 5 } + } + + - Functions { + Function [ function gearman_version ] { + + - Parameters [0] { + } + } + Function [ function gearman_bugreport ] { + + - Parameters [0] { + } + } + Function [ function gearman_verbose_name ] { + + - Parameters [1] { + Parameter #0 [ $verbose ] + } + } + Function [ function gearman_client_create ] { + + - Parameters [0] { + } + } + Function [ function gearman_client_return_code ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_error ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_get_errno ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_options ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_add_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_remove_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_timeout ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_timeout ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $timeout ] + } + } + Function [ function gearman_client_context ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_context ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $context ] + } + } + Function [ function gearman_client_add_server ] { + + - Parameters [3] { + Parameter #0 [ $client_object ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + } + } + Function [ function gearman_client_add_servers ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $servers ] + } + } + Function [ function gearman_client_wait ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do_normal ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_high ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_low ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do_status ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_high_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_low_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_job_status ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $job_handle ] + } + } + Function [ function gearman_client_job_status_by_unique_key ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $unique_key ] + } + } + Function [ function gearman_client_ping ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $workload ] + } + } + Function [ function gearman_client_add_task ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_high ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_low ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_high_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_low_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_set_workload_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_created_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_data_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_warning_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_status_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_complete_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_exception_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_fail_callback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_clear_callbacks ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_run_tasks ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $data ] + } + } + Function [ function gearman_task_return_code ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_function_name ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_unique ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_is_known ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_is_running ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_numerator ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_denominator ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_data ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_data_size ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_send_workload ] { + + - Parameters [2] { + Parameter #0 [ $task_object ] + Parameter #1 [ $data ] + } + } + Function [ function gearman_task_recv_data ] { + + - Parameters [2] { + Parameter #0 [ $task_object ] + Parameter #1 [ $data_len ] + } + } + Function [ function gearman_worker_return_code ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_create ] { + + - Parameters [0] { + } + } + Function [ function gearman_worker_error ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_errno ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_options ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_set_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_add_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_remove_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_timeout ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_set_timeout ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $timeout ] + } + } + Function [ function gearman_worker_set_id ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $id ] + } + } + Function [ function gearman_worker_add_server ] { + + - Parameters [3] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + } + } + Function [ function gearman_worker_add_servers ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $servers ] + } + } + Function [ function gearman_worker_wait ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_register ] { + + - Parameters [3] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $timeout ] + } + } + Function [ function gearman_worker_unregister ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + } + } + Function [ function gearman_worker_unregister_all ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_grab_job ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_add_function ] { + + - Parameters [5] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $function ] + Parameter #3 [ $data ] + Parameter #4 [ $timeout ] + } + } + Function [ function gearman_worker_work ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_ping ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $workload ] + } + } + Function [ function gearman_job_return_code ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_set_return ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $gearman_return_t ] + } + } + Function [ function gearman_job_send_data ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $data ] + } + } + Function [ function gearman_job_send_warning ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $warning ] + } + } + Function [ function gearman_job_send_status ] { + + - Parameters [3] { + Parameter #0 [ $job_object ] + Parameter #1 [ $numerator ] + Parameter #2 [ $denominator ] + } + } + Function [ function gearman_job_send_complete ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $result ] + } + } + Function [ function gearman_job_send_exception ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $exception ] + } + } + Function [ function gearman_job_send_fail ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_function_name ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_unique ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_workload ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_workload_size ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + } + + - Classes [5] { + Class [ class GearmanClient ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [44] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method error ] { + + - Parameters [0] { + } + } + + Method [ public method getErrno ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + + Method [ public method setOptions ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + + Method [ public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + + Method [ public method removeOptions ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + + Method [ public method timeout ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeout ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method context ] { + + - Parameters [0] { + } + } + + Method [ public method setContext ] { + + - Parameters [1] { + Parameter #0 [ $context ] + } + } + + Method [ public method addServer ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + } + } + + Method [ public method addServers ] { + + - Parameters [1] { + Parameter #0 [ $servers ] + } + } + + Method [ public method wait ] { + + - Parameters [0] { + } + } + + Method [ public method doNormal ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doHigh ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doLow ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doHighBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doLowBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doJobHandle ] { + + - Parameters [0] { + } + } + + Method [ public method doStatus ] { + + - Parameters [0] { + } + } + + Method [ public method jobStatus ] { + + - Parameters [1] { + Parameter #0 [ $job_handle ] + } + } + + Method [ public method jobStatusByUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ $unique_key ] + } + } + + Method [ public method ping ] { + + - Parameters [1] { + Parameter #0 [ $workload ] + } + } + + Method [ public method addTask ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskHigh ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskLow ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + + Method [ public method addTaskBackground ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + + Method [ public method addTaskHighBackground ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + + Method [ public method addTaskLowBackground ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + + Method [ public method addTaskStatus ] { + + - Parameters [2] { + Parameter #0 [ $job_handle ] + Parameter #1 [ $context ] + } + } + + Method [ public method setWorkloadCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setCreatedCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setDataCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setWarningCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setStatusCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setCompleteCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setExceptionCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setFailCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method clearCallbacks ] { + + - Parameters [0] { + } + } + + Method [ public method runTasks ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } + } + + Class [ class GearmanTask ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method functionName ] { + + - Parameters [0] { + } + } + + Method [ public method unique ] { + + - Parameters [0] { + } + } + + Method [ public method jobHandle ] { + + - Parameters [0] { + } + } + + Method [ public method isKnown ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method taskNumerator ] { + + - Parameters [0] { + } + } + + Method [ public method taskDenominator ] { + + - Parameters [0] { + } + } + + Method [ public method sendWorkload ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method data ] { + + - Parameters [0] { + } + } + + Method [ public method dataSize ] { + + - Parameters [0] { + } + } + + Method [ public method recvData ] { + + - Parameters [1] { + Parameter #0 [ $data_len ] + } + } + } + } + + Class [ class GearmanWorker ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method error ] { + + - Parameters [0] { + } + } + + Method [ public method getErrno ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [0] { + } + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method addOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method removeOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method timeout ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeout ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method addServer ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + } + } + + Method [ public method addServers ] { + + - Parameters [1] { + Parameter #0 [ $servers ] + } + } + + Method [ public method wait ] { + + - Parameters [0] { + } + } + + Method [ public method register ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method unregister ] { + + - Parameters [1] { + Parameter #0 [ $function_name ] + } + } + + Method [ public method unregisterAll ] { + + - Parameters [0] { + } + } + + Method [ public method grabJob ] { + + - Parameters [0] { + } + } + + Method [ public method addFunction ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $function ] + Parameter #2 [ $data ] + Parameter #3 [ $timeout ] + } + } + + Method [ public method work ] { + + - Parameters [0] { + } + } + + Method [ public method echo ] { + + - Parameters [1] { + Parameter #0 [ $workload ] + } + } + } + } + + Class [ class GearmanJob ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method setReturn ] { + + - Parameters [1] { + Parameter #0 [ $gearman_return_t ] + } + } + + Method [ public method sendData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method sendWarning ] { + + - Parameters [1] { + Parameter #0 [ $warning ] + } + } + + Method [ public method sendStatus ] { + + - Parameters [2] { + Parameter #0 [ $numerator ] + Parameter #1 [ $denominator ] + } + } + + Method [ public method sendComplete ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + + Method [ public method sendException ] { + + - Parameters [1] { + Parameter #0 [ $exception ] + } + } + + Method [ public method sendFail ] { + + - Parameters [0] { + } + } + + Method [ public method handle ] { + + - Parameters [0] { + } + } + + Method [ public method functionName ] { + + - Parameters [0] { + } + } + + Method [ public method unique ] { + + - Parameters [0] { + } + } + + Method [ public method workload ] { + + - Parameters [0] { + } + } + + Method [ public method workloadSize ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class GearmanException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $code ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } +} + diff --git a/php-pecl-gearman-dev.spec b/php-pecl-gearman-dev.spec new file mode 100644 index 0000000..990160c --- /dev/null +++ b/php-pecl-gearman-dev.spec @@ -0,0 +1,334 @@ +# remirepo spec file for php-pecl-gearman +# with SCL compatibility, from: +# +# Fedora spec file for php-pecl-gearman +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# 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 +%scl_package php-pecl-gearman +%endif + +%global gh_commit f7ec3cf044f654a3db4c415658941898a6e4d42f +%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) +%global gh_date 20160816 +%global gh_owner wcgallego +%global gh_project pecl-gearman +%global with_tests 0%{?_with_tests:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} +%global pecl_name gearman +%if "%{php_version}" < "5.6" +%global ini_name %{pecl_name}.ini +%else +%global ini_name 40-%{pecl_name}.ini +%endif + +%global extver 2.0.1 +%global libver 1.1.0 + + +Name: %{?sub_prefix}php-pecl-gearman +Version: %{extver} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Summary: PHP wrapper to libgearman + +Group: Development/Tools +License: PHP +URL: http://gearman.org +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libgearman-devel > %{libver} +BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-pear +# Required by phpize +BuildRequires: autoconf, automake, libtool + +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_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 +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif +%endif + +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 +# Filter shared private +%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} +%{?filter_setup} +%endif + + +%description +This extension uses libgearman library to provide API for +communicating with gearmand, and writing clients and workers + +Documentation: http://php.net/gearman + +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 +mv %{gh_project}-%{gh_commit} NTS +%{__php} -r ' + $pkg = simplexml_load_file("NTS/package.xml"); + $pkg->date = substr("%{gh_date}",0,4)."-".substr("%{gh_date}",4,2)."-".substr("%{gh_date}",6,2); + $pkg->version->release = "%{version}"; + $pkg->asXML("package.xml"); +' + +# Dont register tests on install +sed -e 's/role="test"/role="src"/' \ + %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ + -i package.xml + + +extver=$(sed -n '/#define PHP_GEARMAN_VERSION/{s/.* "//;s/".*$//;p}' NTS/php_gearman.h) +if test "x${extver}" != "x%{version}"; then + : Error: Upstream version is ${extver}, expecting %{version}. + exit 1 +fi + +cat >%{ini_name} </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 + + +%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} +%{php_ztsextdir}/%{pecl_name}.so +%config(noreplace) %{php_ztsinidir}/%{ini_name} +%endif + + +%changelog +* Tue Sep 20 2016 Remi Collet - 2.0.1-1 +- update to 2.0.1 for PHP 7 +- use sources from https://github.com/wcgallego/pecl-gearman fork + +* Wed Mar 9 2016 Remi Collet - 1.1.2-8 +- adapt for F24 + +* Sat Jun 20 2015 Remi Collet - 1.1.2-7 +- allow build against rh-php56 (as more-php56) +- drop runtime dependency on pear, new scriptlets + +* Wed Dec 24 2014 Remi Collet - 1.1.2-6.1 +- Fedora 21 SCL mass rebuild + +* Tue Sep 9 2014 Remi Collet - 1.1.2-6 +- don't install tests +- fix license handling + +* Mon Aug 25 2014 Remi Collet - 1.1.2-5 +- improve SCL build + +* Wed Apr 9 2014 Remi Collet - 1.1.2-4 +- add numerical prefix to extension configuration file + +* Wed Mar 19 2014 Remi Collet - 1.1.2-3 +- allow SCL build + +* Mon Mar 3 2014 Remi Collet - 1.1.2-2 +- cleanups +- install documentation in pecl_docdir +- install tests in pecl_testdir + +* Thu Aug 29 2013 Remi Collet - 1.1.2-1 +- update to 1.1.2 + +* Mon Aug 19 2013 Remi Collet - 1.1.1-1 +- single spec for 0.8.x / 1.0.x / 1.1.x +- update to 1.1.1, requires libgearman >= 1.1.0 + +* Fri Nov 30 2012 Remi Collet - 1.0.3-1.1 +- also provides php-gearman + +* Sun Aug 05 2012 Remi Collet - 1.0.3-1 +- update to 1.0.3 +- add missing provides php-pecl(gearman) + +* Sun Aug 05 2012 Remi Collet - 0.8.3-1 +- update to 0.8.3 +- add missing provides php-pecl(gearman) + +* Sat May 05 2012 Remi Collet - 1.0.2-3 +- add BR libgearman-1.0 + libgearman-1.0-devel + Workaround for https://bugzilla.redhat.com/819209 + +* Tue Mar 06 2012 Remi Collet - 1.0.2-2 +- update to 1.0.2 for PHP 5.4 + +* Tue Mar 06 2012 Remi Collet - 1.0.2-1 +- update to 1.0.2 for PHP 5.3 +- spec clean up + +* Fri Dec 09 2011 Remi Collet - 1.0.1-2 +- update to 1.0.1, build against php 5.4 + +* Fri Dec 09 2011 Remi Collet - 1.0.1-1 +- update to 1.0.1 + +* Fri Dec 09 2011 Remi Collet - 0.8.1-2 +- update to 0.8.1, build against php 5.4 + +* Fri Dec 09 2011 Remi Collet - 0.8.1-1 +- update to 0.8.1 + +* Mon Dec 05 2011 Remi Collet - 1.0.0-2 +- build against php 5.4 + +* Mon Dec 05 2011 Remi Collet - 1.0.0-1 +- update to 1.0.0 +- raise dependency to libgearman 0.21 (si f16 only) + +* Mon Nov 14 2011 Remi Collet - 0.8.0-2 +- build against php 5.4 + +* Sat Oct 15 2011 Remi Collet - 0.8.0-1 +- update to 0.8.0 +- ZTS extension +- spec cleanup and minimal %%check +- fix requires + +* Fri Aug 12 2011 Jesse Keating - 0.7.0-5 +- Rebuild for broken deps + +* Mon Apr 11 2011 Paul Whalen 0.7.0-4 +- fix setup and package.xml install + +* Mon Apr 11 2011 Paul Whalen 0.7.0-3 +- correct macros, add license to files + +* Fri Apr 08 2011 Paul Whalen 0.7.0-2 +- correct package following pecl packaging guidelines + +* Fri Mar 11 2011 Paul Whalen 0.7.0-1 +- Initial Packaging + -- cgit