Skip to content

Commit

Permalink
IS_TYPE_COPYABLE has apparently been removed, too
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 16, 2018
1 parent 9ef871b commit fa1cfdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
<active>yes</active>
</lead>
<date>2018-12-16</date>
<time>18:51:11</time>
<time>18:51:12</time>
<version>
<release>2.0.18</release>
<api>2.0.18</api>
<release>2.0.19</release>
<api>2.0.19</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause License</license>
<notes>
- Restore compatibility with PHP before 7.3
- Restore compatibility with 7.3
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_libsodium.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extern zend_module_entry sodium_module_entry;
#define phpext_sodium_ptr &sodium_module_entry

#define PHP_SODIUM_VERSION "2.0.18"
#define PHP_SODIUM_VERSION "2.0.19"

#ifdef PHP_WIN32
# define PHP_SODIUM_API __declspec(dllexport)
Expand Down

0 comments on commit fa1cfdb

Please sign in to comment.