summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.4.20php-5.4.20PHP-5.4.20Stanislav Malyshev2013-09-173-4/+4
* 5.4.20 rc1php-5.4.20RC1Stanislav Malyshev2013-09-033-4/+4
* Typo....Xinchen Hui2013-09-021-1/+1
* Add a XFAIL test for #64896Xinchen Hui2013-09-021-0/+47
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-304-5/+44
|\
| * Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by Addres...Remi Collet2013-08-302-5/+7
| * Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)Xinchen Hui2013-08-303-0/+37
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-294-17/+49
|\ \ | |/
| * Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-292-9/+7
| * Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-291-0/+2
| * Avoid compiler warningXinchen Hui2013-08-291-1/+1
| * Fix bug #65579 (Using traits with get_class_methods causes segfault).Adam Harvey2013-08-283-8/+40
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-281-1/+1
|\ \ | |/
| * updated lib versionsAnatol Belski2013-08-281-1/+1
|/
* Fix bug #65554 in DateTime, when use it with D/l in format and textual day ha...gron19872013-08-254-102/+137
* Fix DateInterval->days value when object was created not from DateTime::diff()Alexander Moskalev2013-08-242-1/+15
* Test extension xmlrpc encode type double and string decode type string and introot2013-08-243-0/+105
* Stricter libc-client symlink checkOle Markus With2013-08-241-2/+2
* Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-243-1/+24
* Update NEWSChristopher Jones2013-08-231-0/+2
* Remove duplicate calls to set filename & lineno for the DTRACE_FUNCTION_ENTRY...Christopher Jones2013-08-231-2/+0
* Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-221-1/+1
* Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efre...Christopher Jones2013-08-221-1/+1
* Fixed other compiler warningsMatteo Beccati2013-08-223-3/+6
* Suppress compiler warning "warning: variable ‘length’ set but not used [-...Christopher Jones2013-08-211-2/+0
* Suppress compiler warning "warning: variable ‘retcount’ set but not used ...Christopher Jones2013-08-211-0/+4
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-211-1/+1
|\
| * Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-211-1/+1
|/
* Fix pointer sign warning showing up in EVERY buildMichael Wallner2013-08-211-1/+1
* Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
* Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
* Fixed compiler warningMatteo Beccati2013-08-211-4/+4
* Quash compile warning "warning: 'flags' may be used uninitialized in this fun...Christopher Jones2013-08-201-1/+1
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-204-31/+111
|\
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-204-31/+111
* | Eliminate compiler warnings: "warning: pointer targets in initialization diff...Christopher Jones2013-08-201-4/+4
* | Eliminate compiler warnings "warning: pointer targets in initialization diffe...Christopher Jones2013-08-201-103/+103
* | Remove some compilation warnings:Christopher Jones2013-08-204-3/+15
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-203-6/+15
|\ \ | |/
| * bump versionStanislav Malyshev2013-08-193-6/+15
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-199-70/+200
|\ \ | |/
| * Update NEWSChristopher Jones2013-08-191-1/+1
| * fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-205-58/+154
| * Track created curl_slist structs by option so they can be updated in situ.Adam Harvey2013-08-194-6/+38
| * Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-08-191-5/+7
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-1912-45/+315
|\ \ | |/
| * added new glob() testAnatol Belski2013-08-191-0/+19
| * Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-08-191-0/+1
| |\
| | * fix using wrong buffer pointerStanislav Malyshev2013-08-191-0/+1
| * | Fix bug #65470 Segmentation fault in zend_error() with --enable-dtraceStanislav Malyshev2013-08-182-2/+6