summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Follow 308 Permanent Redirect responses.Adam Harvey2014-06-122-2/+52
* Keep 308-399 HTTP response codes when header('Location:') is called.Adam Harvey2014-06-1214-0/+165
* Fix potential segfault in dns_get_record()Sara Golemon2014-06-111-0/+4
* Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-082-56/+64
* Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-033-38/+44
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-272-2/+12
* Merge branch 'bug67252' into PHP-5.4Stanislav Malyshev2014-05-132-0/+16
|\
| * Fix bug #67252: convert_uudecode out-of-bounds readStanislav Malyshev2014-05-112-0/+16
* | Merge branch 'bug67250' into PHP-5.4Stanislav Malyshev2014-05-132-0/+11
|\ \ | |/ |/|
| * Fix bug #67250 (iptcparse out-of-bounds read)Stanislav Malyshev2014-05-112-0/+11
|/
* add a test case previously broken by a bad fixStanislav Malyshev2014-04-2410-0/+16
* Revert "Fixed bug #64604"Stanislav Malyshev2014-04-242-44/+4
* Fix a compiler warning in php_rand.hRouven Weßling2014-04-202-1/+1
* Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-202-1/+31
* Improved the fix for bug #67072, thanks NikitaAnatol Belski2014-04-184-44/+50
* Fixed bug #67072 Echoing unserialized "SplFileObject" crashAnatol Belski2014-04-174-34/+66
* Fixed bug #64604Ingo Walz2014-04-132-4/+44
* Fix windows buildStanislav Malyshev2014-04-131-0/+3
* Fixed bug #67024 - getimagesize should recognize BMP files with negative heightGabor Buella2014-04-134-2/+20
* Reverted to 5a0da281e5a9fa02db18b4822d8b103c65849fa9Bob Weinand2014-04-132-21/+1
* Forgot title in phpt for bug #67064Bob Weinand2014-04-131-1/+1
* Fix bug #67064 in a BC safe wayBob Weinand2014-04-132-1/+21
* abstract namespace for unix sockets is a linux only featureFerenc Kovacs2014-04-091-0/+1
* Fix bug #66182 exit in stream filter produces segfaultMichael Wallner2014-04-031-0/+5
* 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
* Merge branch 'PHP-5.3' into PHP-5.4Mateusz Kocielski2014-03-181-2/+2
|\
| * Fixed off-by-one in php_url_parse_exMateusz Kocielski2014-03-181-1/+1
* | Fix HTML entity table generationDmitry Panin2014-03-064-7/+10
* | proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-032-8/+86
* | 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-282-1/+44
* | a few typofixesVeres Lajos2014-02-141-1/+1
* | drop precision since trigonometric functions are non-portableStanislav Malyshev2014-01-261-17/+20
* | Fix bug #66509: copy() arginfo incorrect since 5.4Will Fitch2014-01-182-1/+16
* | one more extension for the basename testAnatol Belski2014-01-051-0/+2
* | improved the fix for bug #66395Anatol Belski2014-01-052-1/+50
* | Fixed bug #66395 basename function doesn't remove drive letterAnatol Belski2014-01-032-1/+19
* | Bump yearXinchen Hui2014-01-03119-119/+119
* | 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-172-1/+13
* | Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-082-1/+18
* | 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-294-28/+28