summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.15php-5.3.15PHP-5.3.15Johannes Schlüter2012-07-133-7/+12
* PHP 5.3.15RC1php-5.3.15RC1johannes2012-07-053-4/+5
* Revert change 3f3ad30c50: There shouldn't be new features in 5.3, especiallyjohannes2012-07-055-45/+25
* fix (signed) integer overflow (part of bug #52550Nuno Lopes2012-07-021-1/+1
* Revert JSON changes to PHP 5.3Nikita Popov2012-07-0112-195/+46
* remove duplicates, fix orderStanislav Malyshev2012-06-301-14/+7
* - Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 fo...Felipe Pena2012-06-301-1/+3
* fix Bug #62273 Segmentation Fault in Mysqli/Mysqlndandrey2012-06-291-0/+7
* Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3andrey2012-06-2931-73/+95
|\
| * Fix some lengths in crypt()Nikita Popov2012-06-291-6/+6
| * Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt)Anthony Ferrara2012-06-283-2/+13
| * Add json_last_error_msg() functionNikita Popov2012-06-288-42/+51
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-2721-25/+27
* | new charsetsandrey2012-06-291-19/+56
|/
* Improve JSON error handlingNikita Popov2012-06-279-49/+95
* Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
* ws fixStanislav Malyshev2012-06-262-2/+2
* BFNMoriyoshi Koizumi2012-06-251-0/+2
* Fix bug #62373 (serialize() generates wrong reference to the object)Moriyoshi Koizumi2012-06-252-5/+27
* Fix memory allocation checks for base64 encodeNikita Popov2012-06-241-2/+2
* Improve json_encode error handlingNikita Popov2012-06-239-13/+110
* - BFNFelipe Pena2012-06-231-0/+2
* - Improved fix for #62384Felipe Pena2012-06-231-5/+3
* Remove unneeded and outdated ChangeLog fileJohannes Schlüter2012-06-222-22100/+0
* Remove extra ;Johannes Schlüter2012-06-225-5/+5
* - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-222-0/+31
* Improve check for :memory: pseudo-filename in SQliteJohannes Schlüter2012-06-222-3/+3
* Remove outdated and user-specific filesJohannes Schlüter2012-06-203-151/+0
* Add NEWS for bug #62262Nikita Popov2012-06-191-0/+4
* Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-192-3/+12
* sync zip ext version with peclAnatoliy Belsky2012-06-191-1/+1
* one more correction for COM upgrading notesAnatoliy Belsky2012-06-191-3/+4
* split gzgetc_basic.phpt for zlib 1.2.7Anatoliy Belsky2012-06-193-2/+66
* com ext upgrading correctionAnatoliy Belsky2012-06-181-1/+1
* com ext upgrading infoAnatoliy Belsky2012-06-181-0/+4
* Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-172-12/+3
* Merge PHP 5.3.14 NEWSJohannes Schlüter2012-06-131-2/+55
* re-add 61755 to NEWSStanislav Malyshev2012-06-121-0/+4
* Make travis silentDavid Soria Parra2012-06-101-0/+10
* Adding a test for ext/posix/tests/posix_getegid_basic.phptmichelangelo2012-06-101-0/+15
* typoStanislav Malyshev2012-06-081-1/+1
* improve overflow checksStanislav Malyshev2012-06-081-5/+5
* fix potential overflow in _php_stream_scandirStanislav Malyshev2012-06-072-3/+10
* set current versions for libzip and zip extAnatoliy Belsky2012-06-072-2/+2
* updated NEWSAnatoliy Belsky2012-06-071-0/+2
* zip windows fixesAnatoliy Belsky2012-06-073-8/+14
* fixed bc break related to #57905Anatoliy Belsky2012-06-071-2/+10
* fixed a bit overlooked from the last libzip portAnatoliy Belsky2012-06-071-2/+2
* brought the fix for #47667 backAnatoliy Belsky2012-06-071-2/+8
* fixed zip entry freeingAnatoliy Belsky2012-06-071-5/+10