summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #67252: convert_uudecode out-of-bounds readStanislav Malyshev2014-05-111-0/+13
* add a test case previously broken by a bad fixStanislav Malyshev2014-04-2410-0/+16
* Revert "Fixed bug #64604"Stanislav Malyshev2014-04-241-40/+0
* Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-201-0/+30
* Improved the fix for bug #67072, thanks NikitaAnatol Belski2014-04-182-9/+9
* Fixed bug #67072 Echoing unserialized "SplFileObject" crashAnatol Belski2014-04-172-0/+14
* Fixed bug #64604Ingo Walz2014-04-131-0/+40
* Fixed bug #67024 - getimagesize should recognize BMP files with negative heightGabor Buella2014-04-133-2/+19
* Reverted to 5a0da281e5a9fa02db18b4822d8b103c65849fa9Bob Weinand2014-04-131-17/+0
* Forgot title in phpt for bug #67064Bob Weinand2014-04-131-1/+1
* Fix bug #67064 in a BC safe wayBob Weinand2014-04-131-0/+17
* abstract namespace for unix sockets is a linux only featureFerenc Kovacs2014-04-091-0/+1
* Fixed bug #61019 (Out of memory on command stream_get_contents)Michael Wallner2014-04-021-0/+78
* Fix bug #64330Michael Wallner2014-04-021-0/+20
* Fix HTML entity table generationDmitry Panin2014-03-062-5/+7
* proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-031-0/+57
* Fixed test case titleTjerk Meesters2014-02-281-1/+1
* [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are givenTjerk Meesters2014-02-281-0/+43
* drop precision since trigonometric functions are non-portableStanislav Malyshev2014-01-261-17/+20
* Fix bug #66509: copy() arginfo incorrect since 5.4Will Fitch2014-01-181-0/+15
* one more extension for the basename testAnatol Belski2014-01-051-0/+2
* improved the fix for bug #66395Anatol Belski2014-01-051-0/+36
* Fixed bug #66395 basename function doesn't remove drive letterAnatol Belski2014-01-031-0/+18
* Fixed testsDmitry Stogov2013-12-022-10/+0
* fixed testAnatol Belski2013-11-211-1/+1
* Fix WS in serialization_error_002.phptYasuo Ohgaki2013-11-201-4/+4
* added a test to cover distinction between boolean return value of unserialize...Aaron Hamid2013-11-201-0/+52
* Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-203-2/+4
* Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-171-0/+12
* Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-081-0/+17
* Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
* fix missing change from 'tcp_socket' to the more common 'server'ptarjan2013-11-061-3/+3
* fix many parallel test issuesptarjan2013-11-0650-70/+146
* Fixed Bug 64760 var_export() does not use full precision for floating-point n...Yasuo Ohgaki2013-10-293-27/+27
* Just SKIP that test on travisMichael Wallner2013-10-211-0/+4
* fix bug #64146 (serialize incorrectly saving objects when they areMichael Wallner2013-10-041-0/+60
* such a weird hack probably helps in finding regressions in the futureMichael Wallner2013-10-041-0/+83
* Fixed bug #61548Michael Wallner2013-10-011-0/+118
* Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-241-0/+19
* fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-201-0/+40
* added new glob() testAnatol Belski2013-08-191-0/+19
* Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
* non living code related typo fixesVeres Lajos2013-08-0412-6/+6
* Fixed bug #65304 (Use of max int in array_sum)Xinchen Hui2013-07-211-0/+10
* added sapi check for dl() testAnatol Belski2013-07-161-0/+7
* revert false fixVeres Lajos2013-07-151-1/+1
* typo fixesVeres Lajos2013-07-1527-45/+45
* - Fixed testFelipe Pena2013-06-261-2/+2
* add new testAndrey Hristov2013-06-261-0/+251
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-178-50/+50