Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Complete the move to the new INI parser. (Side effect: at last, people | Zeev Suraski | 2000-10-30 | 1 | -0/+218 | |
| | | | | | 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 | -6/+6 | |
| | | | | | - 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 | -468/+17 | |
| | ||||||
* | More security-related (control) patches: | Zeev Suraski | 2000-09-09 | 1 | -1/+25 | |
| | | | | | | | - 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). | |||||
* | - Fix leak | Zeev Suraski | 2000-09-05 | 1 | -4/+0 | |
| | | | | | - Remove redundant php_ini code | |||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -1/+1 | |
| | ||||||
* | Disable the hash_apply() protection on hashes that persist across requests - ↵ | Zeev Suraski | 2000-07-11 | 1 | -1/+1 | |
| | | | | | | | | it's unsafe because we may be aborted at any point @- Fixed a possible data corruption in case of a huge amount of aborted requests (Zeev) | |||||
* | - Make the INI entries sorted in phpinfo() | Zeev Suraski | 2000-06-03 | 1 | -0/+26 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Prettying up the output of phpinfo(). Someone has to tell me how | Colin Viebrock | 2000-04-05 | 1 | -6/+7 | |
| | | | | | | | | | to get a new .gif logo in there, and why the ZEND_DEBUG output is causing seg faults. I also need to go through all the modules and fix up the output they create. | |||||
* | Allow the INI callbacks to know at what stage PHP is | Zeev Suraski | 2000-02-26 | 1 | -14/+14 | |
| | ||||||
* | started implementing directives for default mimetype/charset | Stig Bakken | 2000-02-24 | 1 | -0/+7 | |
| | ||||||
* | 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/+22 | |
| | ||||||
* | 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). | |||||
* | - Should fix short_tags and co. problem. | Andi Gutmans | 1999-09-05 | 1 | -0/+18 | |
| | ||||||
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 1 | -0/+15 | |
| | | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -1/+1 | |
| | | | | | php3_compat.h) | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 | |
| | ||||||
* | - Add a bitwise flag to phpinfo() | Andi Gutmans | 1999-07-14 | 1 | -2/+2 | |
| | | | | | - Import a draft of the new PHP license | |||||
* | Implement new get_ini_entry() for Zend | Zeev Suraski | 1999-06-19 | 1 | -11/+22 | |
| | ||||||
* | * 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. | |||||
* | kill some warnings | Sascha Schumann | 1999-05-30 | 1 | -1/+1 | |
| | ||||||
* | More fixes. Should hopefully work well now. | Zeev Suraski | 1999-05-22 | 1 | -15/+18 | |
| | ||||||
* | php_ini fixes | Zeev Suraski | 1999-05-22 | 1 | -3/+4 | |
| | ||||||
* | Fix a memory leak | Zeev Suraski | 1999-05-21 | 1 | -0/+1 | |
| | ||||||
* | * Move unclean_shutdown from PHP to Zend. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 | |
| | | | | | | * The Master/Local headers in the phpinfo() table were reversed. * Fix a gpc bug | |||||
* | beatify Apache's info func | Zeev Suraski | 1999-05-11 | 1 | -6/+3 | |
| | ||||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -8/+120 | |
| | | | | | | | | | | | | | 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 | -12/+8 | |
| | | | | | message handlers in 99% of the cases. | |||||
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -8/+8 | |
| | ||||||
* | Thread safety patch. It works now with just-in-time resource initialization! | Zeev Suraski | 1999-04-21 | 1 | -0/+3 | |
| | ||||||
* | NULL's should remain NULLs (at least in strings) | Zeev Suraski | 1999-04-12 | 1 | -1/+1 | |
| | ||||||
* | tolerate uninitialized ini settings in php_ini_{long,double,string}() | Stig Bakken | 1999-04-12 | 1 | -5/+5 | |
| | ||||||
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -0/+23 | |
| | ||||||
* | * php_ini fixes | Zeev Suraski | 1999-04-10 | 1 | -2/+7 | |
| | | | | | * convert the MySQL module to use the new php_ini mechanism | |||||
* | Apache php_ini support | Zeev Suraski | 1999-04-09 | 1 | -0/+6 | |
| | ||||||
* | Testing 123 | Zeev Suraski | 1999-04-09 | 1 | -0/+30 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-04-09 | 1 | -13/+6 | |
| | ||||||
* | * A lot of work on php_ini stuff | Zeev Suraski | 1999-04-09 | 1 | -12/+118 | |
| | | | | | * A lot of work on getting rid from php3_ini | |||||
* | Type library support in COM module | Zeev Suraski | 1999-04-08 | 1 | -2/+5 | |
| | ||||||
* | * Add arguments to shutdown function | Zeev Suraski | 1999-04-08 | 1 | -21/+21 | |
| | | | | | * Bring php_ini uptodate | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+148 | |