PHP 8.1.5 install adds mode=develop line in php.ini
Posted by: theking2 (---.dyn.cable.fcom.ch)
Date: April 23, 2022 11:06AM

After installing addon php 8.1.5 I observed an extra line

mode=develop

at the end of the php.ini file in the apache folder.

Is the line correct? or why was it added? there is also a xdebug.mode = develop line.

Options: ReplyQuote
Re: PHP 8.1.5 install adds mode=develop line in php.ini
Posted by: Otomatic (Moderator)
Date: April 23, 2022 11:36AM

Hi,

I've just looked at the source files and iss scripts of PHP 8.1.5 and I don't see where this can come from.

Line to delete.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: PHP 8.1.5 install adds mode=develop line in php.ini
Posted by: RiggsFolly (Moderator)
Date: April 23, 2022 09:34PM

Oto,

I think it may have happened in PHP8.1.3 and has been there through 8.1.4 and 8.1.5

It does not do any harm I dont think

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: PHP 8.1.5 install adds mode=develop line in php.ini
Posted by: Otomatic (Moderator)
Date: April 24, 2022 12:24PM

Hi,

You are right, it happened with PHP 8.1.3 and an error in the iss file (Inno Setup) with
Key: "mode";
instead of
Key: "xdebug.mode";

I corrected it afterwards.

You can either leave this line or delete it, it's of no consequence.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.