From 18ecce5dd8b1f39fbcdc8da17bac13a05caca6b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2023 10:54:13 +0100 Subject: back to dev --- package.xml | 20 ++++++++++++++++++-- php_rpminfo.h | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index a9fb372..ff6a59e 100644 --- a/package.xml +++ b/package.xml @@ -15,8 +15,8 @@ Documentation: https://www.php.net/rpminfo 2023-11-10 - 1.1.0 - 1.0.0 + 1.1.1dev + 1.1.0 stable @@ -76,6 +76,22 @@ Documentation: https://www.php.net/rpminfo rpminfo + + 2023-11-10 + + 1.1.0 + 1.1.0 + + + stable + stable + + PHP-3.01 + +- check open_basedir restriction +- new function: rpmgetsymlink(string $path, string $name): ?string + + 2023-10-13 diff --git a/php_rpminfo.h b/php_rpminfo.h index 49a25fc..6520118 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -22,7 +22,7 @@ extern zend_module_entry rpminfo_module_entry; #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "1.1.0" +#define PHP_RPMINFO_VERSION "1.1.1-dev" #ifdef ZTS #include "TSRM.h" -- cgit