Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add spectre switch for suitable vc14 versions | Anatol Belski | 2018-09-18 | 1 | -0/+5 |
| | |||||
* | Sync version for vc++ 15.9 | Anatol Belski | 2018-09-13 | 1 | -0/+2 |
| | |||||
* | mkdist.php: recursively check dll dependencies | Dylan K. Taylor | 2018-08-23 | 1 | -5/+5 |
| | | | | Fix duplication of recursively checked deps | ||||
* | Fixed RecursiveDirectoryIterator with long path or with edge case length | Anatol Belski | 2018-07-12 | 1 | -9/+38 |
| | | | | | | | | | | | The search path needs to be appended with the wild card. Till now, an edge case existed, so then if a path is 259 bytes long, which is smaller _MAX_PATH, the suffix would cause the final search path to become longer than _MAX_PATH. It is an edge case, when the starting path happens to have a specific length. If the starting path was longer than _MAX_PATH or the addition of "\\*" would not exceed _MAX_PATH, the function was correct. Except for rewind, which was broken in the case of the long path. | ||||
* | Fix macro | Anatol Belski | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Fix condition | Anatol Belski | 2018-07-11 | 1 | -1/+1 |
| | | | | It looks like the real length limit is 247 bytes, not 248 as documented. | ||||
* | Fix event log handling in startup phase | Anatol Belski | 2018-07-06 | 1 | -3/+5 |
| | | | | | | | | | The log header can be saved in the globals on startup. At the same time, the log header can be changed per request. In case that happened, wrong pointer will be free'd on shutdown. It can happen at any point when zend_error() or similar is called at startup, like for example in the case of the ini deprecation warnings. Thus, ZMM cannot be used here. | ||||
* | Update libs_version.txt | Anatol Belski | 2018-07-02 | 1 | -4/+4 |
| | |||||
* | Sync versions for VC++ 15.8 | Anatol Belski | 2018-06-28 | 1 | -0/+2 |
| | |||||
* | Translate correct C++ version with suitable compiler | Anatol Belski | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | Update libs_versions.txt | Anatol Belski | 2018-03-27 | 1 | -6/+6 |
| | |||||
* | Fix phpize build when DEFINE() is involved | Anatol Belski | 2018-03-26 | 1 | -1/+5 |
| | |||||
* | Sync version for VC++ 15.7 | Anatol Belski | 2018-03-25 | 1 | -0/+2 |
| | |||||
* | Provide core includes for the resource compiler by default | Anatol Belski | 2018-03-12 | 1 | -3/+3 |
| | |||||
* | Exclude /Qspectre for clang analyzer | Anatol Belski | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | dos2unix | Anatol Belski | 2018-02-20 | 2 | -391/+391 |
| | |||||
* | Use more jobs with cppcheck | Anatol Belski | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Finer conditions, so /Qspectre is already usable with latest vc15 | Anatol Belski | 2018-02-05 | 1 | -4/+4 |
| | |||||
* | Add switches for Spectre variant 1 mitigation | Anatol Belski | 2018-01-17 | 1 | -0/+13 |
| | |||||
* | Sync for upcoming vc++ 15.6 version raise | Anatol Belski | 2018-01-14 | 1 | -0/+2 |
| | |||||
* | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 3 | -3/+3 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 26 | -26/+26 |
| | |||||
* | Fixed bug #75679 Path 260 character problem | Anatol Belski | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Sync known vc++ versions in 7.1 | Anatol Belski | 2017-12-11 | 1 | -0/+4 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-12-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-7.0: Consider Xdebug for tmi ini generation, too | ||||
| * | Consider Xdebug for tmi ini generation, too | Anatol Belski | 2017-12-01 | 1 | -1/+1 |
| | | |||||
* | | Fix normalized path length calculation and error handling | Anatol Belski | 2017-11-27 | 2 | -6/+12 |
| | | |||||
* | | Regenerate cp map | Anatol Belski | 2017-11-15 | 2 | -4/+3 |
| | | | | | | | | Add missing encoding name and don't put nameless cp | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-02 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-7.0: Update libs_version.txt | ||||
| * | Update libs_version.txt | Anatol Belski | 2017-11-02 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Yet one /nologo | ||||
| * | Yet one /nologo | Anatol Belski | 2017-11-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-10-31 | 3 | -5/+5 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: Fix year Add /nologo | ||||
| * | Fix year | Anatol Belski | 2017-10-31 | 1 | -1/+1 |
| | | |||||
| * | Add /nologo | Anatol Belski | 2017-10-31 | 2 | -4/+4 |
| | | |||||
* | | Don't create plist files when using clang analyzer | Anatol Belski | 2017-10-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-10-10 | 1 | -6/+6 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix re2c version detection | ||||
| * | Fix re2c version detection | Anatol Belski | 2017-10-10 | 1 | -6/+6 |
| | | |||||
* | | Fix ftok() multibyte path support | Anatol Belski | 2017-10-09 | 1 | -3/+13 |
| | | |||||
* | | Fix mkdir() special case for path length < 260 and > 248 | Anatol Belski | 2017-09-28 | 1 | -1/+28 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-18 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-7.0: Update lib_versions.txt | ||||
| * | Update lib_versions.txt | Anatol Belski | 2017-09-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix command | ||||
| * | Fix command | Anatol Belski | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-31 | 1 | -0/+14 |
|\ \ | |/ | | | | | | | * PHP-7.0: Make for exclusion per regex | ||||
| * | Make for exclusion per regex | Anatol Belski | 2017-08-31 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-31 | 1 | -2/+5 |
|\ \ | |/ | | | | | | | * PHP-7.0: Extend ignore list for DLLs to not to look after | ||||
| * | Extend ignore list for DLLs to not to look after | Anatol Belski | 2017-08-31 | 1 | -2/+5 |
| | | | | | | | | fix typo | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-31 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix `nmake install` fails when there are no shared extensions | ||||
| * | Fix `nmake install` fails when there are no shared extensions | Dylan K. Taylor | 2017-08-31 | 1 | -3/+3 |
| | | | | | | | | | | | | check for existence instead of muting everything check for exe existence before trying to copy |