Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
2dc0ce2f |
| 22-Sep-2015 |
Anatol Belski |
enable ftok implementation
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42 |
|
#
06332e67 |
| 01-Jun-2015 |
Anatol Belski |
introduced DllMain for the main php DLL The particular need on this is because of the current situation with determining the background functionality for the gettimeofday. DllMain al
introduced DllMain for the main php DLL 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.
show more ...
|
Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1 |
|
#
fd256be6 |
| 26-May-2015 |
Anatol Belski |
remove fastcgi.c from the dll target
|
#
22fc3baa |
| 20-May-2015 |
Kalle Sommer Nielsen |
Windows support for getrusage() * 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
|
#
e383cb44 |
| 19-May-2015 |
Xinchen Hui |
Move fastcgi.c to main
|
Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1 |
|
#
4e41decd |
| 16-Apr-2015 |
Kalle Sommer Nielsen |
Fixed Windows build after Dmitry's smart_str change
|
Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1 |
|
#
a7b4f325 |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
This should be the last of the old VC stuff in the Windows build system, also up the check to require VC11 now
|
#
60cbef19 |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
Drop the VC6 portable version of strtoi64, as it is no longer needed
|
#
be2111e0 |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
Enable all compiler warnings and linker warnings for debug builds on Windows. This is a slightly modified version of the patch in #55709
|
#
8153286e |
| 27-Mar-2015 |
Kalle Sommer Nielsen |
Drop zend_indent() as it was never used, complete or working
|
#
f195870a |
| 23-Mar-2015 |
Anatol Belski |
implemented --with-all-shared option
|
Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1 |
|
#
24157f39 |
| 21-Jan-2015 |
Anatol Belski |
fix timelib build configuration
|
#
bd52f4a8 |
| 21-Jan-2015 |
Anatol Belski |
make timelib_config.h inclusion configurable
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fecbb0e7 |
| 20-Jan-2015 |
Anatol Belski |
don't error x86 compiler
|
#
2193de0d |
| 14-Jan-2015 |
Xinchen Hui |
Faster sorting algo
|
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
c0b56232 |
| 28-Dec-2014 |
Kalle Sommer Nielsen |
Be verbose if --with-mp is enabled
|
#
60d491c9 |
| 23-Dec-2014 |
Anatol Belski |
throw error in configure.js when no 64-bit compiler detected
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
00ac1ae5 |
| 02-Dec-2014 |
Anatol Belski |
add config option to target codegen architectures
|
#
ad1967de |
| 02-Dec-2014 |
Anatol Belski |
add /nologo to ARFLAGS
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
034a8813 |
| 14-Nov-2014 |
Anatol Belski |
separate LDFLAGS and ARFLAGS to fix the unknown opts warns
|
#
50825aa8 |
| 13-Nov-2014 |
Anatol Belski |
extend warn list to exclude
|
#
9b19f516 |
| 13-Nov-2014 |
Anatol Belski |
add a configure option to suppress uncritical warns with clang
|
#
191fe09e |
| 13-Nov-2014 |
Anatol Belski |
HAVE_STRNLEN should be in all toolsets
|
Revision tags: php-5.6.3 |
|
#
79c61c71 |
| 12-Nov-2014 |
Anatol Belski |
generalize arch setup
|
Revision tags: php-5.5.19, php-5.4.35 |
|
#
524f8541 |
| 11-Nov-2014 |
Anatol Belski |
eliminate duplicated identical function definitions
|