summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - fix bug #47358, glob returns error, should be empty array()Pierre Joye2014-08-142-4/+3
* backport the fix for bug #67739Anatol Belski2014-08-041-0/+8
* Fixed bug #67693 - incorrect push to the empty arrayTjerk Meesters2014-07-302-1/+26
* Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-124-8/+37
* Backported the patch from bug #67407 into 5.4Anatol Belski2014-07-081-1/+33
* Add test for bug #67151Nikita Popov2014-07-021-0/+8
* Fix bug #67151: strtr with empty array crashesNikita Popov2014-07-021-0/+4
* fix integer overflow in {stream,file}_{get,put}_contents()Michael Wallner2014-07-022-5/+17
* Merge branch 'PHP-5.4.30' into PHP-5.4Stanislav Malyshev2014-06-242-4/+19
|\
| * Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-233-34/+120
| * Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-232-4/+19
| * Fix potential segfault in dns_get_record()Sara Golemon2014-06-151-0/+4
* | Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-213-34/+120
* | Update copyright year for re2c generated filesLior Kaplan2014-06-161-1/+1
* | Update copyright year for re2c files as wellLior Kaplan2014-06-162-2/+2
* | 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