Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add error message | Anatol Belski | 2015-06-08 | 1 | -0/+4 |
| | |||||
* | introduced DllMain for the main php DLL | Anatol Belski | 2015-06-02 | 4 | -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 embedding | Anatol Belski | 2015-05-31 | 1 | -2/+7 |
| | |||||
* | manifest for the main php dll needs to be copied manually | Anatol Belski | 2015-05-29 | 1 | -0/+1 |
| | |||||
* | pack the default manifest for devel | Anatol Belski | 2015-05-28 | 1 | -0/+1 |
| | |||||
* | add *.manifest to cleanup | Anatol Belski | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | correct manifest | Anatol Belski | 2015-05-28 | 1 | -6/+2 |
| | |||||
* | take the default manifest | Anatol Belski | 2015-05-28 | 1 | -4/+18 |
| | | | | yet to be reworked for the case some custom manifest were supplied | ||||
* | add default manifest | Anatol Belski | 2015-05-28 | 1 | -0/+21 |
| | |||||
* | fixup default versions, just for the case | Anatol Belski | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Fix deplister with VC14, noticed by Jan Ehrhardt | Kalle Sommer Nielsen | 2015-05-28 | 1 | -0/+1 |
| | |||||
* | update lib versions info | Anatol Belski | 2015-05-27 | 1 | -3/+3 |
| | |||||
* | remove fastcgi.c from the dll target | Anatol Belski | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | reverted 0512b38 and 1411ca5 | Anatol Belski | 2015-05-26 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into merge-fastcgi | Xinchen Hui | 2015-05-26 | 2 | -6/+16 |
|\ | |||||
| * | cleanup more redundant S_IS* declarations | Anatol Belski | 2015-05-25 | 1 | -6/+0 |
| | | |||||
| * | pick up sasl auth plugins if there was any in the deps | Anatol Belski | 2015-05-24 | 1 | -0/+16 |
| | | |||||
* | | implement necessary symbol exports | Anatol Belski | 2015-05-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into merge-fastcgi | Xinchen Hui | 2015-05-23 | 19 | -104/+384 |
|\ \ | |/ | |||||
| * | Merge branch 'pull-request/1278' | Anatol Belski | 2015-05-21 | 1 | -2/+4 |
| |\ | |||||
| | * | fix #69628: complex GLOB_BRACE fails on Windows | Christoph M. Becker | 2015-05-13 | 1 | -2/+4 |
| | | | |||||
| * | | add license header | Anatol Belski | 2015-05-20 | 2 | -0/+36 |
| | | | |||||
| * | | add license header | Anatol Belski | 2015-05-20 | 2 | -0/+37 |
| | | | |||||
| * | | remove dead code | Anatol Belski | 2015-05-20 | 1 | -84/+0 |
| | | | |||||
| * | | add vim modelines | Anatol Belski | 2015-05-20 | 11 | -0/+96 |
| | | | |||||
| * | | add vim modeline | Anatol Belski | 2015-05-20 | 1 | -0/+8 |
| | | | |||||
| * | | disable unused members in struct rusage | Anatol Belski | 2015-05-20 | 2 | -5/+8 |
| | | | |||||
| * | | long > zend_long (Thanks Anatol) | Kalle Sommer Nielsen | 2015-05-20 | 1 | -16/+17 |
| | | | |||||
| * | | Windows support for getrusage() | Kalle Sommer Nielsen | 2015-05-20 | 5 | -2/+193 |
| | | | | | | | | | | | | | | | | | | * See getrusage.c/h for implementation details and limitations * Tests passes and have had their SKIPIF updated * psapi.lib is now linked to by default | ||||
| * | | remove version check | Anatol Belski | 2015-05-15 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | the cause of the recursive inclusion is fixed, it's not compiler version dependent | ||||
| * | | added the inclusion guard | Anatol Belski | 2015-05-15 | 1 | -0/+5 |
| |/ | | | | | | | the vc check can be likely removed, to be checked | ||||
* | | Move fastcgi.c to main | Xinchen Hui | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | add config vars for phpize where conf opts aren't enabled | Anatol Belski | 2015-05-04 | 1 | -0/+8 |
| | |||||
* | fix compiler check for phpize | Anatol Belski | 2015-05-04 | 1 | -3/+0 |
| | |||||
* | fix include with vc14 | Anatol Belski | 2015-04-22 | 1 | -0/+4 |
| | |||||
* | Fixed Windows build after Dmitry's smart_str change | Kalle Sommer Nielsen | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | catch up with INF handling under VS | Anatol Belski | 2015-04-06 | 1 | -0/+2 |
| | |||||
* | This should be the last of the old VC stuff in the Windows build system, ↵ | Kalle Sommer Nielsen | 2015-03-29 | 3 | -52/+26 |
| | | | | also up the check to require VC11 now | ||||
* | Drop the VC6 portable version of strtoi64, as it is no longer needed | Kalle Sommer Nielsen | 2015-03-29 | 3 | -133/+0 |
| | |||||
* | Enable all compiler warnings and linker warnings for debug builds on ↵ | Kalle Sommer Nielsen | 2015-03-29 | 1 | -0/+5 |
| | | | | Windows. This is a slightly modified version of the patch in #55709 | ||||
* | Drop zend_indent() as it was never used, complete or working | Kalle Sommer Nielsen | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | indicate if an ext was forced shared globally | Anatol Belski | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | implemented --with-all-shared option | Anatol Belski | 2015-03-23 | 2 | -2/+14 |
| | |||||
* | Merge branch 'PHP-5.6' | Anatol Belski | 2015-03-23 | 1 | -4/+4 |
|\ | | | | | | | | | | | * PHP-5.6: updated libs versions updated libs versions | ||||
| * | updated libs versions | Anatol Belski | 2015-03-23 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | * PHP-5.5: update news Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options) | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options) | ||||
| | | * | Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM ↵ | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | configuration options) | ||||
* | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-03-17 | 1 | -6/+17 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | * PHP-5.6: updated NEWS Fixed bug #65406 Enchant broker plugins are in the wrong place in windows | ||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-03-17 | 1 | -6/+17 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.5: Fixed bug #65406 Enchant broker plugins are in the wrong place in windows |