Hey guys,
I've detected one little issue, may it's wanted like that may not.
Your goal is to edit all nessesary PHP settings in the WAMP manager which is nice.
In the moment the settings are saved to the file (phpForApache) the original PHP.ini file
is not getting those updates.
One example:
PHP extensions -> php_ftp -> activate
The webserver (apache) reads the symbolic link in it's folder which is phpForApache.ini
Running the PHP.exe now or PHP in cgi-mode will read the original PHP.ini file in the folder
/bin/php/phpx.x.x/php.ini
This PHP.exe is now missing my edited PHP settings.
The original PHP.ini doesn't get an update when I update the settings in the WAMP manager
which means the extension "php_ftp" is still deactivated in the original php.ini.
Maybe it's a bug or it's wanted.
But usualy the edits in the WAMP manager should also hit the original PHP.ini
to make sure PHP in console mode also supports all my personal settings.
I've detected one little issue, may it's wanted like that may not.
Your goal is to edit all nessesary PHP settings in the WAMP manager which is nice.
In the moment the settings are saved to the file (phpForApache) the original PHP.ini file
is not getting those updates.
One example:
PHP extensions -> php_ftp -> activate
The webserver (apache) reads the symbolic link in it's folder which is phpForApache.ini
Running the PHP.exe now or PHP in cgi-mode will read the original PHP.ini file in the folder
/bin/php/phpx.x.x/php.ini
This PHP.exe is now missing my edited PHP settings.
The original PHP.ini doesn't get an update when I update the settings in the WAMP manager
which means the extension "php_ftp" is still deactivated in the original php.ini.
Maybe it's a bug or it's wanted.
But usualy the edits in the WAMP manager should also hit the original PHP.ini
to make sure PHP in console mode also supports all my personal settings.