Skip to content

Commit

Permalink
Deprecate some legacy methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nntoan authored Apr 16, 2024
1 parent 69bbac4 commit b2f1177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/ValetProMax/PeclCustom.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand All @@ -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
Expand Down

0 comments on commit b2f1177

Please sign in to comment.