[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-system-sync] master: Update package to 1.1.2.
From:       cubiclesoft <noreply () php ! net>
Date:       2021-04-09 15:45:30
Message-ID: ZIy9fZCECqukJm2PhauDxjcZkvRyO39VgZLkMc6w () main ! php ! net
[Download RAW message or body]

Author: cubiclesoft (cubiclesoft)
Date: 2021-04-09T08:45:16-07:00

Commit: https://github.com/php/pecl-system-sync/commit/1c8b2e5306af6982a91fcf07c8ffda0358da0aa2
Raw diff: https://github.com/php/pecl-system-sync/commit/1c8b2e5306af6982a91fcf07c8ffda0358da0aa2.diff

Update package to 1.1.2.

Changed paths:
  M  package.xml
  M  php_sync.h


Diff:

diff --git a/package.xml b/package.xml
index 65ea733..4b46444 100644
--- a/package.xml
+++ b/package.xml
@@ -10,10 +10,10 @@
   <email>cubic@php.net</email>
   <active>yes</active>
  </lead>
- <date>2017-02-20</date>
+ <date>2021-04-09</date>
  <time>05:00:00</time>
  <version>
-  <release>1.1.1</release>
+  <release>1.1.2</release>
   <api>1.1.0</api>
  </version>
  <stability>
@@ -22,7 +22,7 @@
  </stability>
  <license uri="http://opensource.org/licenses/MIT">MIT License</license>
  <notes>
-- Fixed *NIX event object sync_WaitForUnixEvent() issues.
+- Fixed missing macros for PHP 8 (thanks Remi).
  </notes>
  <contents>
   <dir name="/">
diff --git a/php_sync.h b/php_sync.h
index eac81ba..7abf8e8 100644
--- a/php_sync.h
+++ b/php_sync.h
@@ -12,7 +12,7 @@
 extern zend_module_entry sync_module_entry;
 #define phpext_sync_ptr &sync_module_entry
 
-#define PHP_SYNC_VERSION   "1.1.1"
+#define PHP_SYNC_VERSION   "1.1.2"
 
 #ifdef PHP_WIN32
 #	define PHP_SYNC_API __declspec(dllexport)

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic