summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-28/+22
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Remove proto comments from C filesMax Semenik2020-07-061-16/+8
* Add macro to get ini target addressNikita Popov2020-04-271-8/+2
* Merge branch 'PHP-7.4'Nikita Popov2019-12-301-2/+2
|\
| * Make url_stats in resolve_path quietNikita Popov2019-12-301-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-0/+6
|\ \ | |/
| * Properly propagate url_stat exceptions during includeNikita Popov2019-12-301-0/+6
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-16/+16
* remove some castsAnatol Belski2017-07-091-5/+5
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\
| * Fixed condition checkXinchen Hui2017-04-101-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-9/+7
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-8/+6
|/
* Fix bug #73189 - Memcpy negative size parameter php_resolve_pathStanislav Malyshev2016-10-121-3/+4
* Use size_t for path lengthStanislav Malyshev2016-08-101-3/+3
* simplify expressionJoe Watkins2016-04-281-1/+1
* Fixed bug #72035 php-cgi.exe fails to run scripts relative to drive rootAnatol Belski2016-04-231-0/+7
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | further cleanups with S_IF* macros generalized declarationsAnatol Belski2015-05-251-4/+0
* | This check here is not needed anymore for Windows (Unsupported Windows versio...Kalle Sommer Nielsen2015-03-301-16/+10
* | fix conditionAnatol Belski2015-03-191-2/+2
* | Avoid repeatable strlen() callsDmitry Stogov2015-03-051-12/+13
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-12/+17
* | fix warningsMichael Wallner2015-01-301-0/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-40/+40
* | fix datatype mismatch warningsAnatol Belski2014-10-271-12/+12
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reverted too muchAnatol Belski2014-09-191-2/+6
* | reverted some previous IS_ABSOLUTE_PATH related changesAnatol Belski2014-09-191-6/+2
* | optimize path length retrievalKalle Sommer Nielsen2014-09-151-2/+6
* | avoid multiple strlen() usageAnatol Belski2014-09-131-4/+5
* | avoid multiple strlen() calls for the sameAnatol Belski2014-09-131-2/+3
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+5
* | cleanupDmitry Stogov2014-08-131-12/+17
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+10
|/
* Bump yearXinchen Hui2014-01-031-1/+1