summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixes bug #74708 reflection signatures for random_bytes+random_intTyson Andre2017-06-132-2/+21
* | | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-282-0/+27
|\ \ \ | |/ /
| * | Bugfix #74556 stream_socket_get_name() returns empty stringSara Golemon2017-05-282-0/+27
* | | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-271-4/+4
|\ \ \ | |/ /
| * | Bugfix #74598 ftp:// ignores contextSara Golemon2017-05-271-4/+4
* | | fix testAnatol Belski2017-05-161-2/+2
* | | add test for bug #74589Anatol Belski2017-05-161-0/+49
* | | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-101-1/+1
|\ \ \ | |/ /
| * | Remove typo from test headerSara Golemon2017-05-101-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-011-0/+32
|\ \ \ | |/ /
| * | Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-011-0/+32
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-271-37/+0
|\ \ \ | |/ /
| * | Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-37/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Sebastian Bergmann2017-04-111-0/+1
|\ \ \ | |/ /
| * | Fix bug #74409Sebastian Bergmann2017-04-111-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-108-10/+10
|\ \ \ | |/ /
| * | Fixed condition checkXinchen Hui2017-04-108-10/+10
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-093-2/+22
|\ \ \ | |/ /
| * | Fixed bug #72071: Prevent Max-Age from being negativeCraig Duncan2017-04-093-2/+22
* | | Fixed bug #74361Nikita Popov2017-04-023-10/+52
* | | Don't retain mt_rand() seeds across requestsx-xiang2017-03-271-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-03-216-9/+9
|\ \ \ | |/ /
| * | explicitly ignore php.ini for proc open testsAnatol Belski2017-03-216-9/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-171-4/+4
|\ \ \ | |/ /
| * | Fix bug #74265Nikita Popov2017-03-171-4/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-161-1/+5
|\ \ \ | |/ /
| * | Return FALSE if error_log fails to write all bytesAdam Saponara2017-03-161-1/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-071-0/+37
|\ \ \ | |/ /
| * | Detect invalid port in xp_socket parse ip addressSara Golemon2017-03-071-0/+37
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-231-0/+1
|\ \ \ | |/ /
| * | Fixed bug #74148 (ReflectionFunction incorrectly reports the number of argume...Xinchen Hui2017-02-231-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-171-41/+45
|\ \ \ | |/ /
| * | Fixed bug #74105Benjamin Robin2017-02-171-41/+45
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-194/+127
|\ \ \ | |/ /
| * | Fix memory errors in url rewriterNikita Popov2017-02-162-234/+179
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-0/+4
|\ \ \ | |/ /
| * | Add json dep to testNikita Popov2017-02-161-0/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-151-0/+22
|\ \ \ | |/ /
| * | Fixed bug #74090 stream_get_contents maxlength>-1 returns empty stringAnatol Belski2017-02-151-0/+22
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-123-46/+62
|\ \ \ | |/ /
| * | Fixed bug #73118Adam Saponara2017-02-123-46/+62
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-082-7/+36
|\ \ \ | |/ /
| * | Fix detection of isnan and isinfChristian Schmidt2017-02-082-7/+36
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-062-34/+6
|\ \ \ | |/ /
| * | Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-062-34/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-052-6/+34
|\ \ \ | |/ /
| * | Fix detection of isnan and isinfChristian Schmidt2017-02-052-6/+34
* | | Fixed bug #74041Nikita Popov2017-02-032-2/+14
* | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-011-2/+2
|\ \ \ | |/ /
| * | fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2