Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix thread unsafe version | Zeev Suraski | 1999-08-14 | 1 | -1/+1 | |
| | ||||||
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 1 | -0/+5 | |
| | | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -0/+18 | |
| | ||||||
* | Implement new get_ini_entry() for Zend | Zeev Suraski | 1999-06-19 | 1 | -0/+1 | |
| | ||||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -4/+4 | |
| | | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32. | |||||
* | A few other minor fixes | Zeev Suraski | 1999-05-09 | 1 | -1/+1 | |
| | ||||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -12/+44 | |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | |||||
* | Additional generalization of the INI mechanism. Avoid needing specialized | Zeev Suraski | 1999-04-28 | 1 | -4/+9 | |
| | | | | | message handlers in 99% of the cases. | |||||
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -4/+15 | |
| | ||||||
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -0/+1 | |
| | ||||||
* | * A lot of work on php_ini stuff | Zeev Suraski | 1999-04-09 | 1 | -10/+25 | |
| | | | | | * A lot of work on getting rid from php3_ini | |||||
* | Type library support in COM module | Zeev Suraski | 1999-04-08 | 1 | -1/+1 | |
| | ||||||
* | * Add arguments to shutdown function | Zeev Suraski | 1999-04-08 | 1 | -24/+35 | |
| | | | | | * Bring php_ini uptodate | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+48 | |