Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added extension ii for Ingres II native support. | Hénot David | 2000-07-17 | 1 | -0/+8 |
| | | | | | | @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H) | ||||
* | Add missing enable_dl | Zeev Suraski | 2000-06-26 | 1 | -0/+5 |
| | |||||
* | max_execution_time is no longer UNIX only... | Zeev Suraski | 2000-06-26 | 1 | -1/+1 |
| | |||||
* | Move timeout code to Zend, allow Win32 timeouts | Zeev Suraski | 2000-06-16 | 1 | -0/+2 |
| | | | | | @- Implemented max_execution_time under Win32 (Zeev) | ||||
* | - Added disable_functions php.ini support | Zeev Suraski | 2000-05-29 | 1 | -0/+8 |
| | | | | | - Fixed Win32 build | ||||
* | Fix register_argc_argv entry. | Sascha Schumann | 2000-05-10 | 1 | -1/+1 |
| | | | | | Submitted by: André Langhorst <A.Langhorst@itbnet.de> | ||||
* | It helps to change the comment too. | Andrei Zmievski | 2000-05-06 | 1 | -1/+1 |
| | |||||
* | Enable assert by default, | Andrei Zmievski | 2000-05-06 | 1 | -1/+1 |
| | |||||
* | Support E_USER_* error types | Zeev Suraski | 2000-04-19 | 1 | -0/+3 |
| | |||||
* | As it turns out, there are some browsers that can't handle default | Rasmus Lerdorf | 2000-03-20 | 1 | -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 default | Rasmus Lerdorf | 2000-03-19 | 1 | -1/+1 |
| | |||||
* | Fix spelling | Zeev Suraski | 2000-03-03 | 1 | -1/+1 |
| | |||||
* | @- The string None is now recognized as a keyword by the php.ini processor, and | Zeev Suraski | 2000-02-26 | 1 | -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 Bakken | 2000-02-25 | 1 | -0/+9 |
| | | | | | | Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP. | ||||
* | Revert the y2k ini patches. | Andrei Zmievski | 2000-02-24 | 1 | -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öhntopp | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-02-05 | 1 | -3/+3 |
| | |||||
* | Add default registration of server vars. | Andrei Zmievski | 2000-02-05 | 1 | -1/+1 |
| | | | | | # Zeev, what the hell is 'B'? | ||||
* | Add the complement to the putenv() security | Zeev Suraski | 2000-01-31 | 1 | -6/+20 |
| | |||||
* | @- Added the ability to prevent the user from overriding certain environment | Zeev Suraski | 2000-01-30 | 1 | -0/+6 |
| | | | | | | @ variables in Safe Mode (Zeev) - Finished work, more or less | ||||
* | - A few fixes | Zeev Suraski | 2000-01-28 | 1 | -0/+4 |
| | | | | | - Added register_argv_argc directive to allow disabling of argv/argc | ||||
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -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 Suraski | 2000-01-13 | 1 | -0/+6 |
| | |||||
* | - Beef up the INI file reader - it now supports PHP constants, as well as | Zeev Suraski | 1999-12-24 | 1 | -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 reference | Zeev Suraski | 1999-12-15 | 1 | -0/+12 |
| | |||||
* | Reformat ini entries and add new options (cache_limiter, cache_expire). | Sascha Schumann | 1999-12-12 | 1 | -13/+20 |
| | |||||
* | added assert.quiet_eval plus a bit of cleaning (docs to follow!) | Thies C. Arntzen | 1999-12-07 | 1 | -4/+5 |
| | |||||
* | @- Added support for a C-like assert() function. (Thies) | Thies C. Arntzen | 1999-12-07 | 1 | -0/+7 |
| | |||||
* | Added check in the ODBC module that a connection is still valid before | Nick Gorham | 1999-11-30 | 1 | -0/+1 |
| | | | | | reuse in a persistent connection. | ||||
* | Adding default mssql ini-setings | Frank M. Kromann | 1999-11-09 | 1 | -0/+9 |
| | |||||
* | - set default path for cookie to the root directory ("/") | Sascha Schumann | 1999-11-09 | 1 | -2/+2 |
| | | | | | - complete session documentation in php.ini-dist | ||||
* | Added new session configuration directives. | Andrei Zmievski | 1999-11-01 | 1 | -1/+6 |
| | | | | | # Sascha, please document them here. | ||||
* | Add session.use_cookies option | Sascha Schumann | 1999-10-22 | 1 | -0/+1 |
| | |||||
* | Rename allow_builtin_links to expose_php | Zeev Suraski | 1999-09-11 | 1 | -4/+4 |
| | |||||
* | - Seriously optimize and clean php_parse_gpc_data() | Zeev Suraski | 1999-09-11 | 1 | -3/+15 |
| | | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) | ||||
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 1 | -0/+8 |
| | |||||
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 1 | -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 be | Zeev Suraski | 1999-08-07 | 1 | -0/+6 |
| | | | | | turned on using the allow_builtin_links INI directive | ||||
* | add session config to php.ini and adapt the naming scheme for it | Sascha Schumann | 1999-07-18 | 1 | -0/+19 |
| | |||||
* | *** empty log message *** | Andi Gutmans | 1999-07-15 | 1 | -0/+243 |