diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-10 08:35:39 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-10 08:35:39 +0100 |
commit | 0a9b035bee3515e9e395e0df9b624503781068e6 (patch) | |
tree | 83a2549f3a27b7418802fdcbda3b7feda3dd7d90 /package.xml | |
parent | ba8ff7f35e870a10bb0bd68b3ba0ec9ab43b8576 (diff) |
new function: rpmgetsymlink(string $path, string $name): ?string
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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 <email>remi@php.net</email> <active>yes</active> </lead> - <date>2023-10-13</date> + <date>2023-11-10</date> <version> - <release>1.0.2dev</release> + <release>1.1.0dev</release> <api>1.0.0</api> </version> <stability> @@ -24,7 +24,8 @@ Documentation: https://www.php.net/rpminfo </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- +- check open_basedir restriction +- new function: rpmgetsymlink(string $path, string $name): ?string </notes> <contents> <dir name="/"> |