summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* rather use the supplied inttypes.h with vc14Anatol Belski2015-10-231-0/+9
|
* update libs_versions.txtAnatol Belski2015-10-131-1/+1
|
* pear 1.10 was released and the go-pear and install pear phars are now php7 ↵Ferenc Kovacs2015-10-071-1/+1
| | | | compatible
* 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
|\ | | | | | | | | * PHP-5.6: Fix #67604: The built windows documention refers to nonexistent dll
| * Fix #67604: The built windows documention refers to nonexistent dllChristoph M. Becker2015-08-181-11/+2
| | | | | | | | | | Since quite a while the Windows builds ship with php5apache2_4.dll, but not with other server modules. We fix some out-dated info in install.txt.
| * updated libs_versions.txtAnatol Belski2015-07-241-2/+2
| |
| * Fixed bug #61574 - No MSIChristoph M. Becker2015-06-111-136/+8
| | | | | | | | | | The information regarding the Windows installers (.msi) in install.txt are obsolete, so let's remove them.
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-311-2/+7
| |\ | | | | | | | | | | | | * PHP-5.5: fix phpize mode for manifest embedding
| | * 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
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: backport the basic code to properly recognize win 8.1 and 10 backport the manifest changes for makefile backport the manifest changes in js add default manifest add test
| | * 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
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: updated NEWS added missing GLOB_BRACE support check added SKIPIF section to test to make sure that GLOB_BRACE is supported fix #69628: complex GLOB_BRACE fails on Windows added PHPT to check for bug #69628
| | * 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
| | | | | | | | | | | | | | | Due to DIR.offset being declared as short we have an overflow. This patch changes the field to int.
* | | 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
| | | | | | | | | | | | thanks Kalle )
* | | fix ext/ldap buildAnatol Belski2015-07-061-0/+2
| | |
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
* | | 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
| | | | | | | | | | | | | | | The information regarding the Windows installers (.msi) in install.txt are obsolete, so let's remove them.
* | | add error messageAnatol Belski2015-06-081-0/+4
| | |
* | | introduced DllMain for the main php DLLAnatol Belski2015-06-024-5/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The particular need on this is because of the current situation with determining the background functionality for the gettimeofday. DllMain allows to initialize stuff before the DLL can be actually used. Thus, we use different time API on win7 and win8 and later, so the function pointer needs to be initialized before anything in the DLL could even demand it. The change also opens the door for the further optimizations, as now we're able to do the very basic initializations for the whole DLL before it could ever start to live. Fe on this way the TLS initialization could be done, when utilizing the DLL_THREAD_ATTACH/DETACH case. Whether it's really usable in portable way should be synced with other platforms. Be aware that it's dangerous as it possibly causes dead locks. So to use with care. One willing to add items to DllMain should better read the documentation twice and even then try to defer the necessary action.
* | | 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
| | | | | | | | | | | | yet to be reworked for the case some custom manifest were supplied
* | | 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
| | | |