summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-242-1/+22
* Fix pointer sign warning showing up in EVERY buildMichael Wallner2013-08-211-1/+1
* fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-204-58/+153
* added new glob() testAnatol Belski2013-08-191-0/+19
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-144-11/+10
* Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
* non living code related typo fixesVeres Lajos2013-08-0413-7/+7
* Fixed bug #65304 (Use of max int in array_sum)Xinchen Hui2013-07-212-11/+11
* Fixed bug #50308 - session id not appended properly for empty anchor tagsArpad Ray2013-07-172-95/+68
* added sapi check for dl() testAnatol Belski2013-07-161-0/+7
* revert false fixVeres Lajos2013-07-151-1/+1
* typo fixesVeres Lajos2013-07-1532-50/+50
* less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
* fix uninitialized memory usageAnatol Belski2013-07-141-2/+2
* Fixed bug #65226 chroot() does not get enabledAnatol Belski2013-07-111-1/+23
* - Fixed testFelipe Pena2013-06-261-2/+2
* add new testAndrey Hristov2013-06-261-0/+251
* - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch b...Felipe Pena2013-06-251-1/+5
* 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