History log of /PHP-7.4/main/php_ini.c (Results 176 – 200 of 284)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b51b6f0f 19-Jan-2003 Harald Radi

ini patch to allow 'entry[] = value' entries


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


# d454becd 30-Dec-2002 Derick Rethans

- Whitespace


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# cecb9dfc 12-Nov-2002 Marcus Boerger

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switc

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.

show more ...


Revision tags: php-4.3.0pre2
# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 989a61ed 04-Oct-2002 Rasmus Lerdorf

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much e

As discussed, add --with-config-file-scan-dir compile-time switch defining
a directory which will be scanned for *.ini files after the main php.ini
file has been parsed. This makes it much easier to automatically deploy
a modular PHP since adding extensions which have their own ini switches can
now be done by simply dropping a foo.ini file in the right directory and
restarting. A list of parsed ini files is maintained and shown on the
phpinfo page.

show more ...


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# c7c275b7 26-Sep-2002 Colin Viebrock

fix phpinfo() output for better browser BC


# 2f4ed252 23-Sep-2002 Zeev Suraski

Compat fix


# 14a6cc88 19-Sep-2002 Colin Viebrock

Change phpinfo() to use CSS styling instead of HTML code.

It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using yo

Change phpinfo() to use CSS styling instead of HTML code.

It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.

There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.

show more ...


Revision tags: RELEASE_0_91
# 37985287 09-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications


Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# d6497fc9 29-Aug-2002 Jan Lehnardt

- reenable "no value" output. thanks to sebastian for pointing that out.


# 66766176 28-Aug-2002 Jan Lehnardt

- add phpinfo() support for CLI.
@phpinfo() support for CLI (jan)


Revision tags: php-4.2.3RC1
# e1658ed6 12-Aug-2002 Preston L. Bannister

Minor cleanups to path building and php*.ini search logic.
Made path_seperator string static (which solves the lookup problems Sebastian saw).


Revision tags: dev
# 8f94a8a7 29-Jul-2002 Edin Kadribasic

First try to open php-SAPI.ini and if it fails fall back to regular
php.ini file. For example cli version of PHP will first try to open
php-cli.ini in the usual ini file search path and only

First try to open php-SAPI.ini and if it fails fall back to regular
php.ini file. For example cli version of PHP will first try to open
php-cli.ini in the usual ini file search path and only if it fails
will it try to open php.ini using the same path.

show more ...


Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4
# 751cd67c 19-May-2002 Sander Roobol

get_cfg_var("get_file_path") didn't work correctly when an alternative
php.ini _file_ was specified using -c


Revision tags: php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# a769454d 12-May-2002 Sascha Schumann

reenable php_html_puts


# b9fd1078 11-May-2002 Zeev Suraski

Use portable #define


# bf971489 11-May-2002 Zeev Suraski

Centralize html_puts() logic - php_html_puts() remains as an API wrapper


# 5af649ef 11-May-2002 Zeev Suraski

Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)


# c241dc5c 09-May-2002 foobar

ws fix


# 0c7cfcda 09-May-2002 Preston L. Bannister

Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required.

(NO extraneous whitespace changes this time (sigh)).


# 6de4f3a4 09-May-2002 Preston L. Bannister

Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when

Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible.

Note that checking for in CWD php.ini may be a security risk(?), and can now be made compile-time configurable by removing a single #define.

(This time with tabs for leading indent).

show more ...


# 42c82bb4 09-May-2002 foobar

Revert the last patches.


# fb0c5065 09-May-2002 Preston L. Bannister

Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looks in the Windows directory.
This allows distinct php.ini files when

Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looks in the Windows directory.
This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible.

Note that checking for php.ini in CWD may be a security risk(?), and can now be made compile-time configurable by removing a single #define.

show more ...


Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0
# e1716144 19-Apr-2002 Yasuo Ohgaki

Avoid defining/using S_ISDIR macro.


12345678910>>...12