Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -6/+6 |
| | |||||
* | Optimized request startup sequence for php.ini without per dir and per host ↵ | Dmitry Stogov | 2008-04-15 | 1 | -0/+2 |
| | | | | configurations | ||||
* | - MFH Typo | Marcus Boerger | 2008-02-03 | 1 | -1/+1 |
| | |||||
* | - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump | Marcus Boerger | 2008-02-03 | 1 | -3/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH:- Added support for [HOST=www.example.com] special sections | Jani Taskinen | 2007-11-09 | 1 | -0/+1 |
| | | | | | MFH:- Allowed using full path to load modules using "extension" directive | ||||
* | MFH: Fixed win32 build. | Jani Taskinen | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | MFH: | Jani Taskinen | 2007-09-28 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters) | ||||
* | MFH: Moved php.ini related protos where they belong | Jani Taskinen | 2007-08-31 | 1 | -1/+4 |
| | |||||
* | add stage for .htaccess | Stanislav Malyshev | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Revert | foobar | 2005-09-02 | 1 | -1/+0 |
| | |||||
* | MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty) | foobar | 2005-09-01 | 1 | -1/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+1 |
| | | | | dependencies and conflicts | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 1 | -2/+2 |
| | |||||
* | linkage for C++ | Wez Furlong | 2003-08-18 | 1 | -0/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -1/+1 |
| | | | | | Should now also work under UNIX (CLI/CGI) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) | Zeev Suraski | 2001-03-17 | 1 | -1/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | # make sebastian and compiler happy .) | Hartmut Holzgraefe | 2001-02-21 | 1 | -0/+1 |
| | |||||
* | Fix CGI build | Zeev Suraski | 2001-01-07 | 1 | -0/+1 |
| | |||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -1/+1 |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
* | - Complete the move to the new INI parser. (Side effect: at last, people | Zeev Suraski | 2000-10-30 | 1 | -0/+3 |
| | | | | | can finally have spaces and tabs in their extension statements...) | ||||
* | Use the new INI parser for parse_ini_str() | Zeev Suraski | 2000-10-29 | 1 | -1/+1 |
| | | | | | - parse_ini_str() is now thread-safe, and supported under Windows (Zeev) | ||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -124/+34 |
| | |||||
* | More security-related (control) patches: | Zeev Suraski | 2000-09-09 | 1 | -0/+1 |
| | | | | | | | - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on). | ||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -1/+1 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | - Make the INI entries sorted in phpinfo() | Zeev Suraski | 2000-06-03 | 1 | -0/+2 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Allow the INI callbacks to know at what stage PHP is | Zeev Suraski | 2000-02-26 | 1 | -4/+10 |
| | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -0/+1 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 1 | -4/+4 |
| | | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack! | ||||
* | - Win32 fixes | Zeev Suraski | 1999-11-06 | 1 | -1/+2 |
| | | | | | - COM module improvements from Boris Wedl | ||||
* | - Should fix short_tags and co. problem. | Andi Gutmans | 1999-09-05 | 1 | -0/+1 |
| |