jluedke 15 лет назад
Родитель
Сommit
71e83591c2
3 измененных файлов с 9 добавлено и 3 удалено
  1. 2 0
      ChangeLog
  2. 6 2
      package.xml
  3. 1 1
      php_gearman.h

+ 2 - 0
ChangeLog

@@ -2,6 +2,8 @@ Version 0.5.0
 -------------
 - Fixed a bug in the task callbacks, the addtional data arg will now work as expected.
 - Added gearman_client_add_servers. This was adde in a recent version of libgearman.
+- Updates to zts for php 5.3
+- Replaced errno with getErrno
 
 Version 0.4.0
 -------------

+ 6 - 2
package.xml

@@ -15,7 +15,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>contact@jamesluedke.com</email>
   <active>yes</active>
  </lead>
- <date>2009-07-18</date>
+ <date>2009-07-22</date>
  <version>
   <release>0.5.0</release>
   <api>0.5.0</api>
@@ -28,6 +28,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <notes>
 - Fixed a bug in the task callbacks, the addtional data arg will now work as expected.
 - Added gearman_client_add_servers. This was adde in a recent version of libgearman.
+- Updates to zts for php 5.3
+- Replaced errno with getErrno
  </notes>
  <contents>
   <dir name="/">
@@ -73,10 +75,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <release>
    <stability><release>beta</release><api>beta</api></stability>
    <version><release>0.5.0</release><api>0.5.0</api></version>
-   <date>2009-07-18</date>
+   <date>2009-07-22</date>
    <notes>
 - Fixed a bug in the task callbacks, the addtional data arg will now work as expected.
 - Added gearman_client_add_servers. This was adde in a recent version of libgearman.
+- Updates to zts for php 5.3
+- Replaced errno with getErrno
    </notes>
   </release>
   <release>

+ 1 - 1
php_gearman.h

@@ -13,7 +13,7 @@
 #define __PHP_GEARMAN_H
 
 /* module version */
-#define PHP_GEARMAN_VERSION "0.4.0"
+#define PHP_GEARMAN_VERSION "0.5.0"
 
 #ifdef ZTS
 #include "TSRM.h"