We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84ed00 commit 899f903Copy full SHA for 899f903
NEWS
@@ -1,3 +1,8 @@
1
+php-alpm 0.5:
2
+ * Made compatible with PHP 7.3.x (zend_string stuff)
3
+ * Removed PHP 5.x code (upgrade you fools!)
4
+ * Remove build warnings related to libalpm 11
5
+
6
php-alpm 0.4.3:
7
* Completed all callbacks
8
* Fix deltaratio to accept long values
src/php_alpm.h
@@ -20,7 +20,7 @@
20
#define PHP_ALPM_H
21
22
#define PHP_ALPM_EXTNAME "alpm"
23
-#define PHP_ALPM_VERSION "0.4.3"
+#define PHP_ALPM_VERSION "0.5"
24
25
#ifdef HAVE_CONFIG_H
26
#include "config.h"
0 commit comments