summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - PHP 5.3.8php-5.3.8Johannes Schlüter2011-08-2313-106/+30
|\
| * PHP 5.3.8 (based on 5.3.7 + selected backports)Johannes Schlüter2011-08-232-4/+4
| * Make more verboseJohannes Schlüter2011-08-231-2/+3
| * - Update NEWSJohannes Schlüter2011-08-231-0/+9
| * Mere r315310 (Revert r313515)Johannes Schlüter2011-08-231-37/+0
| * Merge r315218 - Unbreak crypt() (fix bug #55439) (stas)Johannes Schlüter2011-08-231-1/+1
| * - Release branch for re-tagging 5.3.8Johannes Schlüter2011-08-230-0/+0
| * 5.3.7php-5.3.7Ilia Alshanetsky2011-08-170-0/+0
* | PHP 5.3.8Johannes Schlüter2011-08-220-0/+0
* | - PHP 5.3.8Johannes Schlüter2011-08-223-4/+4
* | - Update NEWSJohannes Schlüter2011-08-221-2/+8
* | - Revert r313616 (When we have a blocking SSL socket, respect the timeoutJohannes Schlüter2011-08-221-37/+0
* | Fix spring tests for dst/st transition second.Daniel Convissor2011-08-228-20/+20
* | Revert commit 315259 as requestedPierrick Charron2011-08-221-6/+0
* | Don't run the test on windows, Unix specificAndrey Hristov2011-08-221-0/+3
* | Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnectAndrey Hristov2011-08-221-0/+68
* | - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Pierrick Charron2011-08-221-0/+6
* | Debian/Ubuntu don't have any special CFLAGS listed here forRasmus Lerdorf2011-08-211-1/+1
* | - merge two mysqli sectionPierre Joye2011-08-211-4/+2
* | Unbreak crypt() (fix bug #55439)Stanislav Malyshev2011-08-191-1/+1
* | - Fixed bug #52461 (Incomplete doctype and missing xmlns)Pierre Joye2011-08-192-1/+5
* | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connectionUwe Schindler2011-08-182-1/+6
* | Back to devIlia Alshanetsky2011-08-173-6/+8
|/
* 5.3.7Ilia Alshanetsky2011-08-173-123/+87
* More test portability fixes mostly for gcov.php.netChristopher Jones2011-08-1311-3/+21
* prevent a crash if cs is NULL, which can happen with MS and lazy connectionsAndrey Hristov2011-08-121-1/+5
* MySQL 5.6 fractional seconds and PSUlf Wendel2011-08-122-0/+5
* Andrey, please have a look. Not sure if the test is correct, e.g. MySQL 5.5.3...Ulf Wendel2011-08-121-0/+125
* Andrey, please have a look. This should not cause errors.Ulf Wendel2011-08-121-0/+75
* Fix bug number thereRasmus Lerdorf2011-08-111-1/+1
* Back to devIlia Alshanetsky2011-08-113-3/+5
* 5.3.7RC5Ilia Alshanetsky2011-08-113-4/+8
* Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)Ilia Alshanetsky2011-08-112-0/+14
* - fix build (introduce by r314641)Pierre Joye2011-08-111-0/+1
* Fixed possible memory leakDmitry Stogov2011-08-111-1/+4
* Use HOST_NAME_MAX constant here instead for the gethostname() funcRasmus Lerdorf2011-08-101-1/+7
* Fix win32 buildIlia Alshanetsky2011-08-101-0/+4
* Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
* relax constraintAndrey Hristov2011-08-102-2/+2
* Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-104-2/+139
* terminate timeouting processes with SIGKILL (9)Nuno Lopes2011-08-091-1/+1
* Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
* Make static analyzers happyIlia Alshanetsky2011-08-091-2/+21
* Minimize stack usage and added missing dtorsIlia Alshanetsky2011-08-091-2/+4
* Fixed built (missing 2nd arg for strncpy)Xinchen Hui2011-08-091-1/+1
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-099-18/+20
* Avoiding strcpy usage, Make static analyzer happyXinchen Hui2011-08-091-1/+1
* Update SQLite3 to the latest versionScott MacVicar2011-08-093-2600/+5317
* Eliminated compiler's warnings and make static analyzer silentXinchen Hui2011-08-093-5/+5
* Remove unused variablePierrick Charron2011-08-091-2/+1