Skip to main content

All Questions

Tagged with or
0 votes
0 answers
35 views

I have created an ini file with loads of strings set into an array ini-file: _GO = Go _CANCEL = Cancel _LEFT = Left _RIGTH = Right _NEXT = Next _PREVIOUS = Previous _DIRECTION = Direction _ASCENDING = ...
osomanden's user avatar
  • 743
0 votes
0 answers
139 views

I'm trying to run composer install but it's not finding my extensions. It suggests I run php --ini as a debug step, and it reports "(none)" additional .ini files parsed: - Running `php --...
Schneems's user avatar
  • 16.1k
-1 votes
0 answers
42 views

I wanted to try out PHP v8.4 and installed the Windows version from PHP.net, but there's an issue: there's no PHP.ini configuration file and I need to enable some things. There's just php.ini-...
Kerim's user avatar
  • 1
0 votes
1 answer
80 views

I'm trying to install the moodle cms on debian12 and php8.2. I have followed the official guide. I'm trying to set the variable max_input_vars to the value of 5000 editing the system php.ini file at ...
Marco Nappi's user avatar
0 votes
1 answer
72 views

I have an ini file that sets some environment-specific properties. cmds.ini [DEV] spark_submit=spark3-submit [PROD] spark_submit=spark3-submit I am parsing this file in shell script and creating ...
PySparkAce's user avatar
0 votes
1 answer
52 views

I'm trying to make a program the saves value to ini file. Already imported Salaros.configparser, declare path with string and try to save some value after some dropdowm value with yes and no. I follow ...
Pavaris Pobhirun's user avatar
0 votes
1 answer
370 views

I’m a bit confused about the different configuration file formats: dotenv, YAML, INI, CFG(inc: .conf, .cfg, .config), and TOML. They all seem to serve the same purpose of storing configurations, keys ...
LegsNotHand's user avatar
0 votes
1 answer
78 views

I'm trying to edit /etc/krb5.conf with the git config command according to this example. I tried this : $ git config --file=/etc/krb5.conf libdefaults.renew_lifetime 7d error: invalid key: libdefaults....
SebMa's user avatar
  • 4,995
0 votes
1 answer
235 views

`I'm trying to update pytest.ini file during runtime (Wanted the log folder to pick up current date and time as a file name) but the settings are not picked up for the same test execution. For example,...
Kaayenat's user avatar
0 votes
1 answer
68 views

I have searched stackoverflow but can't seem to find an answer similar to mine. Most people want to parse duplicate keys, however I want to write them. (I'd prefer to do this using async file writes ...
David White's user avatar
1 vote
0 answers
560 views

"laravel/framework": "^10.10", "filament/filament": "3.2", "php": "^8.1", I am facing one error in this laravel jetstream filament ...
Ali Ahmad's user avatar
0 votes
1 answer
108 views

I have a problem with the behavior of checkboxes when working with the configparser for Python. The checkbox should be either checked or unchecked depending on a Boolean variable stored in config.ini. ...
Jacob's user avatar
  • 28
2 votes
1 answer
94 views

There are two tools commonly used to identify the configuration file path of php.ini. But in my environment, Ubuntu running Apache and PHP 8.2.21, the two tools disagree. From my browser, running a ...
snixdad's user avatar
  • 59
0 votes
0 answers
99 views

Since the .user.ini per directory php ini files can be used to set the auto_append_file setting, thus prepending each and every php script in the folder with another script, I wanted to know if and ...
Shores's user avatar
  • 95
-1 votes
1 answer
71 views

I would like to parse a generated .ini file containing some config parameters, but I am a little uncertain of the format used. I am not able to change the format of the generated .ini file. This is a ...
a_floating_point's user avatar

15 30 50 per page
1
2 3 4 5
112