summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-178-50/+50
* add more tests for bug #64166Stanislav Malyshev2013-06-162-0/+98
* Move unsigned char declaration to top of blockMichael M Slusarz2013-06-161-1/+2
* trailing wsMichael M Slusarz2013-06-161-5/+5
* Fix #64166: quoted-printable-encode stream filter incorrectly discarding whit...Michael M Slusarz2013-06-162-36/+74
* Fix #64166: quoted-printable-encode stream filter incorrectly discarding whit...Michael M Slusarz2013-06-162-0/+44
* fix testAnatol Belski2013-06-171-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-121-0/+2
|\
| * ensure the error_reporting level to get expected noticeAnatol Belski2013-06-121-0/+2
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-10140-163/+163
* | typo fixes (argument)Veres Lajos2013-06-1019-21/+21
* | typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-061-4/+17
|\ \ | |/
| * Fixed bug #64934 Apache2 TS crash with get_browser()Anatol Belski2013-06-061-4/+17
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-06-042-2/+14
|\ \ | |/
| * fix CVE-2013-2110 - use correct formula to calculate string sizeStanislav Malyshev2013-06-042-1/+13
| * better fix for bug #64770Anatol Belski2013-05-042-5/+19
* | better fix for bug #64770Anatol Belski2013-05-042-5/+19
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-032-2/+53
|\ \ | |/
| * Fixed bug #64770 stream_select() fails with pipesAnatol Belski2013-05-032-2/+53
* | Merge branch 'PHP-5.3' into PHP-5.4Matt Ficken2013-04-251-0/+5
|\ \ | |/
| * Fix Test Bug #64714Matt Ficken2013-04-251-0/+5
* | update creditsStanislav Malyshev2013-04-231-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-04-231-1/+1
|\ \ | |/
| * Fix bug #64458 (dns_get_record result with string of length -1)Stanislav Malyshev2013-04-231-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-221-1/+1
|\ \ | |/
| * Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-221-1/+1
* | s ,CURL_WRAPPERS_ENABLE,CURL_WRAPPERS_ENABLED,Xinchen Hui2013-04-041-1/+1
* | Fix #64572: Clean up after the testptarjan2013-04-031-1/+1
* | Use new constant replace ugly trickXinchen Hui2013-04-031-4/+1
* | Skip test when --with-curlwrappers enabled.Xinchen Hui2013-03-311-2/+10
* | Fix bug #64433: does not follow redirects for non-3xx response codesSergey Akbarov2013-03-303-3/+101
* | Typo fix (greater then => greater than)Veres Lajos2013-03-281-1/+1
* | Fixed bug #64432 (more empty delimiter warning in strX methods)Xinchen Hui2013-03-213-4/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-152-0/+49
|\ \ | |/
| * Backported patch for #64370Anatol Belski2013-03-152-0/+49
* | Fixed bug #64354 (Unserialize array of objects whose class can't be autoloade...Xinchen Hui2013-03-096-35/+183
* | Merge branch 'PHP-5.3' into PHP-5.4Sara Golemon2013-02-211-0/+1
|\ \ | |/
| * http-stream test requires network connectivitySara Golemon2013-02-211-0/+1
* | Fix bug #62524, only follow redirects in file streams for 3xx HTTP statusesStanislav Malyshev2013-01-291-2/+4
* | Merge fix of #62836 to ?.re, and regenerate ?.cXinchen Hui2013-01-212-31/+37
* | Fix bug #64011 (get_html_translation_table())Gustavo Lopes2013-01-182-2/+123
* | fixed buildAnatoliy Belsky2013-01-151-1/+5
* | Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_54' into PHP-5.4Gustavo Lopes2013-01-151-87/+360
|\ \
| * | Fixed inconsequential bug in strtr()Gustavo Lopes2013-01-151-2/+2
| * | Remove _GNU_SOURCE, add local heap sortGustavo Lopes2013-01-141-7/+62
| * | The compiler can figure this outGustavo Lopes2013-01-141-1/+1
| * | Remove unused blockGustavo Lopes2013-01-141-5/+0
| * | strtr() with 2nd param array - optimizationGustavo Lopes2013-01-141-6/+5
| * | Refactoring, bugs & leaksGustavo Lopes2013-01-141-52/+97