summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Add spectre switch for suitable vc14 versionsAnatol Belski2018-09-181-0/+5
|
* Sync version for vc++ 15.9Anatol Belski2018-09-131-0/+2
|
* mkdist.php: recursively check dll dependenciesDylan K. Taylor2018-08-231-5/+5
| | | | Fix duplication of recursively checked deps
* Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-121-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 macroAnatol Belski2018-07-121-1/+1
|
* Fix conditionAnatol Belski2018-07-111-1/+1
| | | | It looks like the real length limit is 247 bytes, not 248 as documented.
* Fix event log handling in startup phaseAnatol Belski2018-07-061-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.txtAnatol Belski2018-07-021-4/+4
|
* Sync versions for VC++ 15.8Anatol Belski2018-06-281-0/+2
|
* Translate correct C++ version with suitable compilerAnatol Belski2018-05-281-0/+4
|
* Update libs_versions.txtAnatol Belski2018-03-271-6/+6
|
* Fix phpize build when DEFINE() is involvedAnatol Belski2018-03-261-1/+5
|
* Sync version for VC++ 15.7Anatol Belski2018-03-251-0/+2
|
* Provide core includes for the resource compiler by defaultAnatol Belski2018-03-121-3/+3
|
* Exclude /Qspectre for clang analyzerAnatol Belski2018-03-071-1/+2
|
* dos2unixAnatol Belski2018-02-202-391/+391
|
* Use more jobs with cppcheckAnatol Belski2018-02-191-1/+1
|
* Finer conditions, so /Qspectre is already usable with latest vc15Anatol Belski2018-02-051-4/+4
|
* Add switches for Spectre variant 1 mitigationAnatol Belski2018-01-171-0/+13
|
* Sync for upcoming vc++ 15.6 version raiseAnatol Belski2018-01-141-0/+2
|
* Happy new year (Update copyright to 2018)Lior Kaplan2018-01-023-3/+3
|
* year++Xinchen Hui2018-01-0226-26/+26
|
* Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-1/+1
|
* Sync known vc++ versions in 7.1Anatol Belski2017-12-111-0/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-011-1/+1
|\ | | | | | | | | * PHP-7.0: Consider Xdebug for tmi ini generation, too
| * Consider Xdebug for tmi ini generation, tooAnatol Belski2017-12-011-1/+1
| |
* | Fix normalized path length calculation and error handlingAnatol Belski2017-11-272-6/+12
| |
* | Regenerate cp mapAnatol Belski2017-11-152-4/+3
| | | | | | | | Add missing encoding name and don't put nameless cp
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-021-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Update libs_version.txt
| * Update libs_version.txtAnatol Belski2017-11-021-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-021-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Yet one /nologo
| * Yet one /nologoAnatol Belski2017-11-021-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-313-5/+5
|\ \ | |/ | | | | | | | | * PHP-7.0: Fix year Add /nologo
| * Fix yearAnatol Belski2017-10-311-1/+1
| |
| * Add /nologoAnatol Belski2017-10-312-4/+4
| |
* | Don't create plist files when using clang analyzerAnatol Belski2017-10-251-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-101-6/+6
|\ \ | |/ | | | | | | * PHP-7.0: Fix re2c version detection
| * Fix re2c version detectionAnatol Belski2017-10-101-6/+6
| |
* | Fix ftok() multibyte path supportAnatol Belski2017-10-091-3/+13
| |
* | Fix mkdir() special case for path length < 260 and > 248Anatol Belski2017-09-281-1/+28
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-181-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Update lib_versions.txt
| * Update lib_versions.txtAnatol Belski2017-09-181-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-021-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fix command
| * Fix commandAnatol Belski2017-09-021-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-0/+14
|\ \ | |/ | | | | | | * PHP-7.0: Make for exclusion per regex
| * Make for exclusion per regexAnatol Belski2017-08-311-0/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-2/+5
|\ \ | |/ | | | | | | * PHP-7.0: Extend ignore list for DLLs to not to look after
| * Extend ignore list for DLLs to not to look afterAnatol Belski2017-08-311-2/+5
| | | | | | | | fix typo
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-3/+3
|\ \ | |/ | | | | | | * PHP-7.0: Fix `nmake install` fails when there are no shared extensions
| * Fix `nmake install` fails when there are no shared extensionsDylan K. Taylor2017-08-311-3/+3
| | | | | | | | | | | | check for existence instead of muting everything check for exe existence before trying to copy