From b2f1177b92fc57962b2311633af01c5cf5a70241 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Tue, 16 Apr 2024 16:27:02 +0700 Subject: [PATCH] Deprecate some legacy methods --- cli/ValetProMax/PeclCustom.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/ValetProMax/PeclCustom.php b/cli/ValetProMax/PeclCustom.php index 12cd173..06ab84e 100644 --- a/cli/ValetProMax/PeclCustom.php +++ b/cli/ValetProMax/PeclCustom.php @@ -354,6 +354,7 @@ public function isInstalled($extension) /** * Replace all definitions of the .so file to the given extension within the php.ini file. * + * @deprecated * @param $extension * The extension key name. */ @@ -371,6 +372,7 @@ private function addIniDefinition($extension) /** * Replace all definitions of the .so file to the given extension within the php.ini file. * + * @deprecated * @param $extension * The extension key name. */ @@ -389,6 +391,7 @@ private function removeIniDefinition($extension) * should always use this method before saving the php.ini file. This method makes sure that .so definitions within * the php.ini file are always ordered correctly. * + * @deprecated * @param $phpIniPath * The path to the php.ini file. * @param $phpIniFile