Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 71 | -26563/+0 |
| | |||||
* | Improve open_basedir checks | Ilia Alshanetsky | 2006-10-13 | 1 | -2/+5 |
| | |||||
* | MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigade | Sara Golemon | 2006-10-11 | 1 | -2/+2 |
| | |||||
* | MFH: fix crash when parsing invalid hostnames/IPs | Antony Dovgal | 2006-10-11 | 1 | -3/+6 |
| | |||||
* | back to dev | Ilia Alshanetsky | 2006-10-06 | 1 | -2/+2 |
| | |||||
* | 5.2.0RC5 | Ilia Alshanetsky | 2006-10-05 | 1 | -2/+2 |
| | |||||
* | Last set of zend_hash_init() optimizations | Ilia Alshanetsky | 2006-10-03 | 2 | -2/+2 |
| | |||||
* | If one name is disallowed don't drop all files | Stefan Esser | 2006-09-29 | 1 | -2/+4 |
| | |||||
* | MFH | Antony Dovgal | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | Fixed wrong pipe detection code | Dmitry Stogov | 2006-09-28 | 1 | -2/+1 |
| | |||||
* | Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). | Ilia Alshanetsky | 2006-09-27 | 1 | -1/+10 |
| | |||||
* | Fixed bug #38904 (apache2filter changes cwd to /). | Ilia Alshanetsky | 2006-09-25 | 1 | -2/+1 |
| | |||||
* | MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵ | Dmitry Stogov | 2006-09-19 | 3 | -0/+8 |
| | | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests). | ||||
* | Delete empty temporary files if file upload hook forbids the upload | Stefan Esser | 2006-09-19 | 1 | -0/+8 |
| | |||||
* | Avoid generating php_errormsg twice in some instances. | Ilia Alshanetsky | 2006-09-18 | 1 | -7/+6 |
| | |||||
* | Fixed memory leak on require() error | Ilia Alshanetsky | 2006-09-18 | 1 | -2/+3 |
| | |||||
* | MFH: fix double free(), add test | Antony Dovgal | 2006-09-15 | 1 | -1/+0 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | PHP 5.2.0RC4 | Ilia Alshanetsky | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | Removed unused macro USE_ZEND_ALLOC | Dmitry Stogov | 2006-09-14 | 1 | -7/+2 |
| | |||||
* | Fixed bug #37779 (empty include_path leads to search for files inside /). | Ilia Alshanetsky | 2006-09-12 | 1 | -4/+6 |
| | |||||
* | MFH: Bug #38687 - sockaddr local storage insufficient for all sock families | Sara Golemon | 2006-09-11 | 1 | -10/+19 |
| | |||||
* | fix coverity issue #197 | Antony Dovgal | 2006-09-10 | 1 | -4/+0 |
| | | | | | "I can't think of a reason to pass a NULL buf" (c) Wez | ||||
* | Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event | Rasmus Lerdorf | 2006-09-09 | 1 | -0/+10 |
| | | | | | | | | was only triggering when an input filter was applied. This simple change makes the event also trigger when no filter is applied. The newlength pointer is set to NULL to let a downstream module differentiate between the two cases. | ||||
* | Search for php.ini in CWD in all sapi's *but* CLI. | Edin Kadribasic | 2006-09-05 | 1 | -2/+2 |
| | | | | | | | | | This patch reverses wrong behavaiour introduced before the release of 5.1.0. # We should probably consider killing adding CWD php.ini lookup # altogether. | ||||
* | Fixed VIRTUAL_DIR inconsistency | Dmitry Stogov | 2006-09-04 | 1 | -4/+0 |
| | |||||
* | Fixed bug #38661 (mixed-case URL breaks url-wrappers). | Ilia Alshanetsky | 2006-09-03 | 1 | -10/+16 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-09-01 | 1 | -2/+2 |
| | |||||
* | 5.2.0RC3 | Ilia Alshanetsky | 2006-09-01 | 1 | -2/+2 |
| | |||||
* | MFH: fix #38199 (fclose() unable to close STDOUT and STDERR) | Antony Dovgal | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | Namespace more PCRE functions. | Andrei Zmievski | 2006-08-23 | 1 | -0/+14 |
| | |||||
* | Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32) | Dmitry Stogov | 2006-08-22 | 1 | -2/+1 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-08-17 | 1 | -2/+2 |
| | |||||
* | 5.2.0RC2 | Ilia Alshanetsky | 2006-08-17 | 1 | -2/+2 |
| | |||||
* | Increased default memory limit to 16 megabytes to accommodate for a more | Ilia Alshanetsky | 2006-08-17 | 1 | -1/+1 |
| | | | | | accurate memory utilization measurement. | ||||
* | MFH: fix #38450 (constructor is not called for classes used in userspace ↵ | Antony Dovgal | 2006-08-14 | 1 | -0/+34 |
| | | | | stream wrappers) | ||||
* | const/static keywording | Nuno Lopes | 2006-08-12 | 5 | -6/+6 |
| | |||||
* | In addtion to path to php.ini, PHPRC now may specify full file name | Dmitry Stogov | 2006-08-03 | 1 | -4/+9 |
| | |||||
* | Binary safe multipart request handling | Ilia Alshanetsky | 2006-07-27 | 1 | -16/+17 |
| | |||||
* | Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST). | Ilia Alshanetsky | 2006-07-27 | 1 | -10/+16 |
| | |||||
* | MFH: - Added PHP_VERSION_ID == PHP_VERSION as integer. | foobar | 2006-07-27 | 1 | -0/+1 |
| | |||||
* | eliminate compilation warnings on AIX | Antony Dovgal | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | back to dev | Ilia Alshanetsky | 2006-07-24 | 1 | -2/+2 |
| | |||||
* | 5.2.0RC1 | Ilia Alshanetsky | 2006-07-24 | 1 | -2/+2 |
| | |||||
* | Added RFC1867 fileupload processing hook. | Stefan Esser | 2006-07-22 | 2 | -5/+130 |
| | |||||
* | MFH: added error_get_last() function | Michael Wallner | 2006-07-19 | 2 | -0/+2 |
| | |||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -4/+5 |
| | |||||
* | Fixed memory leaks in ZTS mode. | Dmitry Stogov | 2006-07-17 | 1 | -13/+22 |
| | |||||
* | fix build | Antony Dovgal | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2006-07-13 | 1 | -2/+2 |
| |