summaryrefslogtreecommitdiff
path: root/win32/build/config.w32
Commit message (Expand)AuthorAgeFilesLines
* introduced DllMain for the main php DLLAnatol Belski2015-06-021-1/+1
* remove fastcgi.c from the dll targetAnatol Belski2015-05-261-1/+1
* Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-231-1/+1
|\
| * Windows support for getrusage()Kalle Sommer Nielsen2015-05-201-1/+1
* | Move fastcgi.c to mainXinchen Hui2015-05-191-1/+1
|/
* Fixed Windows build after Dmitry's smart_str changeKalle Sommer Nielsen2015-04-161-1/+1
* This should be the last of the old VC stuff in the Windows build system, also...Kalle Sommer Nielsen2015-03-291-7/+3
* Drop the VC6 portable version of strtoi64, as it is no longer neededKalle Sommer Nielsen2015-03-291-4/+0
* Enable all compiler warnings and linker warnings for debug builds on Windows....Kalle Sommer Nielsen2015-03-291-0/+5
* Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+1
* implemented --with-all-shared optionAnatol Belski2015-03-231-0/+2
* don't error x86 compilerAnatol Belski2015-01-201-3/+0
* Faster sorting algoXinchen Hui2015-01-141-1/+1
* Be verbose if --with-mp is enabledKalle Sommer Nielsen2014-12-281-0/+4
* throw error in configure.js when no 64-bit compiler detectedAnatol Belski2014-12-231-0/+3
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-1/+4
|\
| * add config option to target codegen architecturesAnatol Belski2014-12-031-0/+3
| * add /nologo to ARFLAGSAnatol Belski2014-12-021-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-258/+31
|\ \ | |/
| * separate LDFLAGS and ARFLAGS to fix the unknown opts warnsAnatol Belski2014-11-141-0/+1
| * extend warn list to excludeAnatol Belski2014-11-131-1/+2
| * add a configure option to suppress uncritical warns with clangAnatol Belski2014-11-131-0/+7
| * HAVE_STRNLEN should be in all toolsetsAnatol Belski2014-11-131-1/+1
| * generalize arch setupAnatol Belski2014-11-121-7/+1
| * eliminate duplicated identical function definitionsAnatol Belski2014-11-111-40/+0
| * generalize --with-php-build option handlingAnatol Belski2014-11-111-26/+1
| * refactor zts related configAnatol Belski2014-11-111-27/+1
| * further fixes to win buildAnatol Belski2014-11-111-12/+1
| * moved libs and debug/release mode setup into functionsAnatol Belski2014-11-101-25/+2
| * better description for the toolset config optionAnatol Belski2014-11-101-1/+3
| * move more common ldflags into functionAnatol Belski2014-11-071-6/+0
| * rename intel toolset to icc - shorterAnatol Belski2014-11-071-2/+2
| * either ms or intel linker is used, /libpath is supportedAnatol Belski2014-11-071-6/+4
| * further catch up with phpize and improved clang arch setupAnatol Belski2014-11-071-7/+0
| * parametrize WINVER and update its valueAnatol Belski2014-11-071-1/+1
| * further refactoring of toolset+phpize stuffAnatol Belski2014-11-071-48/+2
| * catch up the toolset changes with phpizeAnatol Belski2014-11-071-107/+9
| * fix linking for clang, using linker directlyAnatol Belski2014-11-071-2/+2
| * using the determined linker instead of compilerAnatol Belski2014-11-071-1/+1
| * basic support for Intel ComposerAnatol Belski2014-11-071-4/+11
| * build system to support clangAnatol Belski2014-11-071-36/+81
* | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+4
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-081-1/+4
|\ \ | |/
| * fix /mp usage for VC++Anatol Belski2014-10-081-0/+3
| * fix wordingAnatol Belski2014-10-081-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-031-7/+0
|\ \ | |/
| * remove the remains of dsp files handlingAnatol Belski2014-10-031-7/+0
* | using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-0/+2
* | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-2/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-231-1/+1
|\ \ | |/