summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* Added extension ii for Ingres II native support.Hénot David2000-07-171-0/+8
| | | | | | @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H)
* Add missing enable_dlZeev Suraski2000-06-261-0/+5
|
* max_execution_time is no longer UNIX only...Zeev Suraski2000-06-261-1/+1
|
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-0/+2
| | | | | @- Implemented max_execution_time under Win32 (Zeev)
* - Added disable_functions php.ini supportZeev Suraski2000-05-291-0/+8
| | | | | - Fixed Win32 build
* Fix register_argc_argv entry.Sascha Schumann2000-05-101-1/+1
| | | | | Submitted by: André Langhorst <A.Langhorst@itbnet.de>
* It helps to change the comment too.Andrei Zmievski2000-05-061-1/+1
|
* Enable assert by default,Andrei Zmievski2000-05-061-1/+1
|
* Support E_USER_* error typesZeev Suraski2000-04-191-0/+3
|
* As it turns out, there are some browsers that can't handle defaultRasmus Lerdorf2000-03-201-2/+2
| | | | | | | charsets. I think forcing this on is going to cause us a lot of headache, so turn it off by default. @ Don't default to iso-8859-1 since this confuses some browsers
* Leave sendmail_path commented out to pick up compiled-in defaultRasmus Lerdorf2000-03-191-1/+1
|
* Fix spellingZeev Suraski2000-03-031-1/+1
|
* @- The string None is now recognized as a keyword by the php.ini processor, andZeev Suraski2000-02-261-6/+13
| | | | | | | @ can be used to denote an empty string (Zeev) - Added None keyword support to the INI parser - Removed specialized "none" code
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-0/+9
| | | | | | Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP.
* Revert the y2k ini patches.Andrei Zmievski2000-02-241-1/+1
| | | | | # Adam's right, it shouldn't be here
* Set y2k_compliance to "On" by default, as we do have y2k now.Kristian Köhntopp2000-02-241-1/+1
|
* *** empty log message ***Zeev Suraski2000-02-051-3/+3
|
* Add default registration of server vars.Andrei Zmievski2000-02-051-1/+1
| | | | | # Zeev, what the hell is 'B'?
* Add the complement to the putenv() securityZeev Suraski2000-01-311-6/+20
|
* @- Added the ability to prevent the user from overriding certain environmentZeev Suraski2000-01-301-0/+6
| | | | | | @ variables in Safe Mode (Zeev) - Finished work, more or less
* - A few fixesZeev Suraski2000-01-281-0/+4
| | | | | - Added register_argv_argc directive to allow disabling of argv/argc
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-8/+12
| | | | | | | | | | | | - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev)
* @- Added implicit_flush INI directive (Zeev)Zeev Suraski2000-01-131-0/+6
|
* - Beef up the INI file reader - it now supports PHP constants, as well asZeev Suraski1999-12-241-12/+35
| | | | | | | bitwise operators on them (no more error_reporting = 7, from now on you can use error_reporting = E_ALL & ~E_NOTICE @- Improved the php.ini reader to support constants and bitwise operators (Zeev)
* - Implement ability to turn off support for call-time pass by referenceZeev Suraski1999-12-151-0/+12
|
* Reformat ini entries and add new options (cache_limiter, cache_expire).Sascha Schumann1999-12-121-13/+20
|
* added assert.quiet_eval plus a bit of cleaning (docs to follow!)Thies C. Arntzen1999-12-071-4/+5
|
* @- Added support for a C-like assert() function. (Thies)Thies C. Arntzen1999-12-071-0/+7
|
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-301-0/+1
| | | | | reuse in a persistent connection.
* Adding default mssql ini-setingsFrank M. Kromann1999-11-091-0/+9
|
* - set default path for cookie to the root directory ("/")Sascha Schumann1999-11-091-2/+2
| | | | | - complete session documentation in php.ini-dist
* Added new session configuration directives.Andrei Zmievski1999-11-011-1/+6
| | | | | # Sascha, please document them here.
* Add session.use_cookies optionSascha Schumann1999-10-221-0/+1
|
* Rename allow_builtin_links to expose_phpZeev Suraski1999-09-111-4/+4
|
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-111-3/+15
| | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested)
* Add output_buffering directiveZeev Suraski1999-08-241-0/+8
|
* - Add PHP Modules workspaceZeev Suraski1999-08-131-1/+1
| | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules
* Built-in phpinfo() links are now turned off by default. They can beZeev Suraski1999-08-071-0/+6
| | | | | turned on using the allow_builtin_links INI directive
* add session config to php.ini and adapt the naming scheme for itSascha Schumann1999-07-181-0/+19
|
* *** empty log message ***Andi Gutmans1999-07-151-0/+243