From 0a9b035bee3515e9e395e0df9b624503781068e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2023 08:35:39 +0100 Subject: new function: rpmgetsymlink(string $path, string $name): ?string --- package.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index 1208c2e..515cb66 100644 --- a/package.xml +++ b/package.xml @@ -13,9 +13,9 @@ Documentation: https://www.php.net/rpminfo remi@php.net yes - 2023-10-13 + 2023-11-10 - 1.0.2dev + 1.1.0dev 1.0.0 @@ -24,7 +24,8 @@ Documentation: https://www.php.net/rpminfo PHP-3.01 -- +- check open_basedir restriction +- new function: rpmgetsymlink(string $path, string $name): ?string -- cgit