Patch corrected-version for gearman Bug #60438
Patch version 2011-12-04 01:06 UTC
Return to Bug #60438 |
Download this patch
Patch Revisions:
Developer: omega13a@yahoo.com
diff -crNEBb /home/omega13a/rpmbuild/BUILD/php-pecl-gearman-1.0.0/gearman-1.0.0/php_gearman.h /home/omega13a/rpmbuild/BUILD/php-pecl-gearman-1.0.0/gearman-1.0.0-fixed/php_gearman.h
*** /home/omega13a/rpmbuild/BUILD/php-pecl-gearman-1.0.0/gearman-1.0.0/php_gearman.h 2011-12-02 08:53:57.000000000 -0800
--- /home/omega13a/rpmbuild/BUILD/php-pecl-gearman-1.0.0/gearman-1.0.0-fixed/php_gearman.h 2011-12-03 17:02:39.000000000 -0800
***************
*** 13,19 ****
#define __PHP_GEARMAN_H
/* module version */
! #define PHP_GEARMAN_VERSION "0.8.0"
#ifdef ZTS
#include "TSRM.h"
--- 13,19 ----
#define __PHP_GEARMAN_H
/* module version */
! #define PHP_GEARMAN_VERSION "1.0.0"
#ifdef ZTS
#include "TSRM.h"
|