summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-60/+0
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-1/+1
|\
| * Fix #71882 amendment: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+5
|\ \ | |/
| * Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-301-0/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-0/+1
|\ \ | |/
| * Fix #72330: CSV fields incorrectly split if escape char followed by UTF charsChristoph M. Becker2016-07-211-0/+1
| * Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-0/+6
| |\
| | * Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-091-0/+6
* | | fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-0/+5
* | | Fixed bug #71287 (Error message contains hexadecimal instead of decimal number)Xinchen Hui2016-01-061-2/+2
* | | Fixed bug #71264 (file_put_contents() returns unexpected value when filesyste...Xinchen Hui2016-01-031-5/+4
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-26/+26
* | | fix warningAnatol Belski2015-09-241-1/+1
* | | Add FAST_ZPP to various important stream funcsBob Weinand2015-09-201-0/+57
* | | This can not be trueXinchen Hui2015-07-021-3/+0
* | | Cleanup (avoid reallocation)Dmitry Stogov2015-07-011-23/+20
* | | Cleanup (avoid reallocatios and side effects in php_strip_tags)Dmitry Stogov2015-07-011-18/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-19/+19
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | | cleanup redundant S_IFDIR declarationAnatol Belski2015-05-251-3/+0
* | | Fixes for x32 ABINikita Popov2015-05-231-1/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-2/+2
| | |\
| | | * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-101-5/+5
* | | | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-5/+3
* | | | Fixed bug #69325 (php_copy_file_ex does not pass the argument)Xinchen Hui2015-04-081-1/+1
* | | | Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-091-6/+0
* | | | Merge branch 'tls-alpn'Daniel Lowrey2015-03-041-0/+6
|\ \ \ \
| * | | | Add TLS ALPN extension support in crypto client/server streamsDaniel Lowrey2015-02-281-0/+1
| * | | | Add stream_socket_crypto_info() functionDaniel Lowrey2015-02-281-0/+5
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-4/+2
|/ / / /
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-02-211-4/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-02-211-4/+0
| |\ \ \ | | |/ /
| | * | revisit fix for bug #65272Anatol Belski2015-02-211-4/+0
* | | | Fixed initialization of global variables in ZTS (this caused valgrind reports...Dmitry Stogov2015-02-121-5/+2
* | | | Merge branch 'master' into resource-apiXinchen Hui2015-02-031-0/+4
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.6'Daniel Lowrey2015-02-021-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-02-021-0/+4
| | |\ \ \ | | | |/ /
| | | * | Fixed bug #65272: correctly set flock() out param in windowsDaniel Lowrey2015-02-021-0/+4
| | | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | | found type is unnecessaryXinchen Hui2015-02-021-2/+2
* | | | | Use resource directlyXinchen Hui2015-02-021-4/+2
* | | | | Cleanup resource handling APIsXinchen Hui2015-02-021-1/+1
|/ / / /
* | | | bump yearXinchen Hui2015-01-151-1/+1