summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix the lchwon error test for Travis CI.Mitch Hagstrand2016-11-111-1/+1
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-011-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-011-0/+2
| |\ \
| | * | Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-011-0/+2
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-311-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-2/+2
| |\ \ \ | | |/ /
| | * | Fix #71882 amendment 2: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-2/+2
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-316-0/+198
|\ \ \ \ | |/ / /
* | | | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-301-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+11
| |\ \ \ | | |/ /
| | * | Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-301-0/+11
* | | | extend readdir utf-8 name testAnatol Belski2016-08-211-0/+4
* | | | Require strict base64 in data URILauri Kenttä2016-07-221-1/+3
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-211-0/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-0/+26
| |\ \ \ | | |/ /
| | * | Fix #72330: CSV fields incorrectly split if escape char followed by UTF charsChristoph M. Becker2016-07-211-0/+26
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-06-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-221-1/+1
| |\ \ \ | | |/ /
| | * | fix test cleanupAnatol Belski2016-06-221-1/+1
| | * | Skip test which is 64bits onlyRemi Collet2016-05-251-0/+2
| | * | fix test portabilityAnatol Belski2016-05-251-1/+1
| | * | Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-0/+12
| | |\ \
| | | * | Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-091-0/+12
* | | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-20133-5/+15459
* | | | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-164-7/+4
* | | | | fix test outAnatol Belski2016-06-092-384/+384
* | | | | fix testAnatol Belski2016-06-091-0/+2
* | | | | sync with deleted fileAnatol Belski2016-06-091-1092/+0
* | | | | fix testsAnatol Belski2016-06-098-2/+1322
* | | | | added test for bug #47517Anatol Belski2016-06-021-0/+17
* | | | | fix testAnatol Belski2016-04-301-3/+3
* | | | | Merge branch 'PHP-7.0'Anatol Belski2016-04-231-0/+40
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #72035 php-cgi.exe fails to run scripts relative to drive rootAnatol Belski2016-04-231-0/+40
* | | | | Merge branch 'PHP-7.0'Bob Weinand2016-04-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix non-/Zend tests tooBob Weinand2016-04-161-1/+1
* | | | | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-3/+3
* | | | | file_get_contents(): Add support for negative offsetFrancois Laupretre2016-03-093-7/+254
|/ / / /
* | | | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-28/+28
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-011-28/+28
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * fix testsStanislav Malyshev2016-02-011-28/+28
* | | Fixed bug #71287 (Error message contains hexadecimal instead of decimal number)Xinchen Hui2016-01-061-0/+19
* | | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2015-10-191-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-10-191-3/+3
| |\ \ | | |/
| | * fixup, both catched by nikicFerenc Kovacs2015-08-241-1/+1
| | * use another character device in this test as /dev/console seems that it is di...Ferenc Kovacs2015-08-241-2/+2
| * | silence mkdir to fix fails after unclean test runAnatol Belski2015-09-231-1/+1
| * | fix testAnatol Belski2015-08-231-1/+4
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-212-0/+52
| |\ \ | | |/
| | * added missing GLOB_BRACE support checkChristoph M. Becker2015-05-211-0/+3