summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #70145 From field incorrectly parsed from headersAnatol Belski2015-08-191-17/+38
* added /guard:cf to release buildsAnatol Belski2015-08-191-0/+10
* Merge branch 'PHP-5.6'Christoph M. Becker2015-08-181-11/+2
|\
| * Fix #67604: The built windows documention refers to nonexistent dllChristoph M. Becker2015-08-181-11/+2
| * updated libs_versions.txtAnatol Belski2015-07-241-2/+2
| * Fixed bug #61574 - No MSIChristoph M. Becker2015-06-111-136/+8
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-311-2/+7
| |\
| | * fix phpize mode for manifest embeddingAnatol Belski2015-05-311-2/+7
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-313-5/+37
| |\ \ | | |/
| | * backport the manifest changes for makefileAnatol Belski2015-05-311-1/+3
| | * backport the manifest changes in jsAnatol Belski2015-05-311-4/+17
| | * add default manifestAnatol Belski2015-05-311-0/+17
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-211-2/+4
| |\ \ | | |/
| | * fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-211-2/+4
| | * updated libs versionsAnatol Belski2015-03-231-3/+3
| * | add config vars for phpizeAnatol Belski2015-05-041-0/+8
* | | pear 1.10.0dev2Ferenc Kovacs2015-07-311-1/+1
* | | fix thread safetyAnatol Belski2015-07-291-1/+1
* | | Fix #36365: scandir duplicates file name at every 65535th fileChristoph M. Becker2015-07-281-1/+1
* | | Add support for regenerating phpdbg lexers and scanners on WindowsChristoph M. Becker2015-07-281-0/+8
* | | update libs_version.txtAnatol Belski2015-07-241-7/+7
* | | move the define to the right placeAnatol Belski2015-07-061-2/+0
* | | fix ext/ldap buildAnatol Belski2015-07-061-0/+2
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | | Merge branch 'master' of https://git.php.net/push/php-srcKalle Sommer Nielsen2015-06-251-1/+1
|\ \ \
| * | | Fix paths issue when fetching .phpdbginit under WindowsBob Weinand2015-06-251-1/+1
* | | | Also silence copy hereKalle Sommer Nielsen2015-06-221-2/+2
|/ / /
* | | Silence the "1 file(s) copied" notice (from copying the manifest file)Kalle Sommer Nielsen2015-06-221-1/+1
* | | Fixed bug #61574 - No MSIChristoph M. Becker2015-06-111-136/+8
* | | add error messageAnatol Belski2015-06-081-0/+4
* | | introduced DllMain for the main php DLLAnatol Belski2015-06-024-5/+87
* | | fix phpize mode for manifest embeddingAnatol Belski2015-05-311-2/+7
* | | manifest for the main php dll needs to be copied manuallyAnatol Belski2015-05-291-0/+1
* | | pack the default manifest for develAnatol Belski2015-05-281-0/+1
* | | add *.manifest to cleanupAnatol Belski2015-05-281-1/+1
* | | correct manifestAnatol Belski2015-05-281-6/+2
* | | take the default manifestAnatol Belski2015-05-281-4/+18
* | | add default manifestAnatol Belski2015-05-281-0/+21
* | | fixup default versions, just for the caseAnatol Belski2015-05-281-2/+2
* | | Fix deplister with VC14, noticed by Jan EhrhardtKalle Sommer Nielsen2015-05-281-0/+1
* | | update lib versions infoAnatol Belski2015-05-271-3/+3
* | | remove fastcgi.c from the dll targetAnatol Belski2015-05-261-1/+1
* | | reverted 0512b38 and 1411ca5Anatol Belski2015-05-261-2/+1
* | | Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-262-6/+16
|\ \ \
| * | | cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-6/+0
| * | | pick up sasl auth plugins if there was any in the depsAnatol Belski2015-05-241-0/+16
* | | | implement necessary symbol exportsAnatol Belski2015-05-231-1/+2
* | | | Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-2319-104/+384
|\ \ \ \ | |/ / /
| * | | Merge branch 'pull-request/1278'Anatol Belski2015-05-211-2/+4
| |\ \ \
| | * | | fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-131-2/+4