Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_2_0'.php-5.2.0 | SVN Migration | 2006-11-01 | 2 | -428/+475 |
| | |||||
* | Fixed year | Ilia Alshanetsky | 2006-10-30 | 1 | -1/+1 |
| | |||||
* | 5.2.0 | Ilia Alshanetsky | 2006-10-30 | 2 | -3/+3 |
| | |||||
* | Prep news file for 5.2 | Ilia Alshanetsky | 2006-10-30 | 1 | -328/+316 |
| | |||||
* | Pierre requested an update to this. I don't think it makes sense to | Rasmus Lerdorf | 2006-10-30 | 1 | -1/+4 |
| | | | | | | remove what little API docs we have here, and the simple example in this doc is a lot easier to follow than ext/filter. | ||||
* | Fixed bug #39304 (Segmentation fault with list unpacking of string offset) | Dmitry Stogov | 2006-10-30 | 4 | -9/+39 |
| | |||||
* | update news | Uwe Schindler | 2006-10-27 | 1 | -0/+3 |
| | |||||
* | MFH: update readme | Uwe Schindler | 2006-10-27 | 1 | -6/+6 |
| | |||||
* | Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does ↵ | Uwe Schindler | 2006-10-27 | 1 | -11/+11 |
| | | | | not break mainstream sapis!!!) | ||||
* | More curl constants | Hannes Magnusson | 2006-10-25 | 1 | -0/+7 |
| | |||||
* | Add a note reffering to the "new feature" section (lukas) | Hannes Magnusson | 2006-10-25 | 1 | -1/+1 |
| | |||||
* | New extensions | Hannes Magnusson | 2006-10-25 | 1 | -0/+237 |
| | | | | | | | | | | | | | | | | | - json - filter - zip New classes - DateTime - DateTimeZone New functions - image_type_to_extension - gmp_nextprime - xmlwriter_full_end_element - xmlwriter_write_raw - timezone_identifiers_list Added error message (objects without casting handler) caught by rasmus | ||||
* | Silly me. those PDO constants are class constants | Hannes Magnusson | 2006-10-24 | 1 | -4/+3 |
| | | | | | #thanks ilia \o/ | ||||
* | New constants | Hannes Magnusson | 2006-10-24 | 1 | -0/+40 |
| | |||||
* | New INI entrys | Hannes Magnusson | 2006-10-24 | 1 | -0/+7 |
| | | | | | php-cli searching php.ini "bc break" | ||||
* | session_set_cookie_params new param | Hannes Magnusson | 2006-10-24 | 1 | -1/+1 |
| | |||||
* | mention php_errormsg bc break.. | Hannes Magnusson | 2006-10-24 | 1 | -0/+7 |
| | |||||
* | Add sections: backwards incompatible error messages & new ↵ | Hannes Magnusson | 2006-10-24 | 1 | -1/+377 |
| | | | | functions/methods/classes/constants/optional parameters | ||||
* | Revert patch because we are at last RC stage. | Dmitry Stogov | 2006-10-24 | 1 | -34/+25 |
| | |||||
* | Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121) | Dmitry Stogov | 2006-10-23 | 1 | -25/+34 |
| | |||||
* | fix ZTS build without SPL enabled | Antony Dovgal | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | Fix test | Hannes Magnusson | 2006-10-20 | 1 | -1/+2 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-10-20 | 2 | -3/+3 |
| | |||||
* | Make use of abstract methods be E_STRICT rather then E_ERROR | Ilia Alshanetsky | 2006-10-20 | 2 | -2/+4 |
| | |||||
* | MFH(r-1.114) Can't use real arrays held by ArrayObjects in write context | Sara Golemon | 2006-10-20 | 2 | -2/+27 |
| | |||||
* | 5.2.0RC6 | Ilia Alshanetsky | 2006-10-20 | 3 | -4/+4 |
| | |||||
* | add new test by Pierre | Antony Dovgal | 2006-10-19 | 1 | -0/+26 |
| | |||||
* | Fixed mkdir("/tmp/foo//bar/log", 0777, true) | Dmitry Stogov | 2006-10-19 | 2 | -4/+28 |
| | |||||
* | Fixed bug #38400 (Use of com.typelib_file may cause a crash). | Ilia Alshanetsky | 2006-10-18 | 2 | -2/+3 |
| | |||||
* | MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of ↵ | Antony Dovgal | 2006-10-18 | 2 | -1/+3 |
| | | | | OpenLDAP) | ||||
* | - Here, too | Johannes Schlüter | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | - MFH: added missing return... | Johannes Schlüter | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 7 | -10/+90 |
| | | | | to self:: | ||||
* | MFH: fix arginfo | Hannes Magnusson | 2006-10-18 | 1 | -3/+2 |
| | |||||
* | MFH: fix PECL bug #9061 (oci8 might reuse wrong persistent connection) | Antony Dovgal | 2006-10-18 | 2 | -2/+7 |
| | |||||
* | fix test | Antony Dovgal | 2006-10-17 | 1 | -1/+1 |
| | |||||
* | - Updated timezone database. | Derick Rethans | 2006-10-17 | 1 | -509/+576 |
| | |||||
* | Unify handling of return values on validation failure and var not found | Ilia Alshanetsky | 2006-10-17 | 17 | -148/+164 |
| | |||||
* | MFH: initialize optional vars | Antony Dovgal | 2006-10-16 | 1 | -2/+2 |
| | |||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2006-10-16 | 1 | -3/+3 |
| | |||||
* | Fixed bug #39140 (Uncaught exception may cause crash) | Dmitry Stogov | 2006-10-16 | 2 | -0/+3 |
| | |||||
* | Fixed bug #39020 (PHP in FastCGI server mode crashes) | Dmitry Stogov | 2006-10-16 | 2 | -3/+21 |
| | |||||
* | fix compile warning | Antony Dovgal | 2006-10-15 | 1 | -1/+1 |
| | |||||
* | Fix test (bug#39097) | Hannes Magnusson | 2006-10-15 | 1 | -19/+19 |
| | |||||
* | Remove bogus ini entry | Hannes Magnusson | 2006-10-14 | 3 | -18/+0 |
| | |||||
* | fix win32 build | Antony Dovgal | 2006-10-13 | 1 | -1/+0 |
| | |||||
* | fix test | Hannes Magnusson | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | Added missing API function declaration. | Hannes Magnusson | 2006-10-13 | 1 | -0/+1 |
| | |||||
* | Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of | Ilia Alshanetsky | 2006-10-13 | 3 | -4/+10 |
| | | | | | open_basedir). | ||||
* | Improve open_basedir checks | Ilia Alshanetsky | 2006-10-13 | 1 | -2/+5 |
| |