summaryrefslogtreecommitdiff
path: root/win32/build/config.w32
Commit message (Expand)AuthorAgeFilesLines
* explicitly PHP_ANALYZER=no when no known keyword was passedAnatol Belski2014-07-101-0/+2
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-03-251-2/+0
|\
| * fix disabling PGO for extensions, rel bug #65715Anatol Belski2014-03-251-2/+0
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-03-241-4/+4
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-03-241-4/+4
| |\
| | * more fixes related to bug #65715Anatol Belski2014-03-241-4/+4
* | | support for static analyzers other than visual studioAnatol Belski2014-03-011-2/+31
* | | Merge branch 'PHP-5.5' into PHP-5.6krakjoe2013-12-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-221-1/+1
| |\ \ | | |/
| | * Included new .c file in build tooBob Weinand2013-12-221-1/+1
* | | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-061-1/+1
|\ \ \
| * | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-1/+3
| |/ /
* | | initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
|/ /
* | removed the /Wp64 switch as we use true 64 bit compiler nowAnatol Belski2013-08-281-1/+1
* | Merge branch 'PHP-5.4'unknown2012-09-081-2/+7
|\ \
| * \ Merge branch 'PHP-5.3' into PHP-5.4unknown2012-09-081-2/+7
| |\ \ | | |/ | |/|
| | * -enable VC11 (vc2012)unknown2012-09-081-2/+7
| | * - re enable static analyzer, crash fixed with snapshot buildsPierre Joye2011-03-281-1/+1
| | * - Merge from trunk.Moriyoshi Koizumi2011-03-021-1/+1
| | * - disable realloc warning about not checking its return value, 100% valid but...Pierre Joye2011-02-071-0/+1
| | * -disable the analyzer for the snapshot in 5.3 tooPierre Joye2011-01-131-1/+1
| | * - new sec flags should not be on by default for 5.3, yetPierre Joye2011-01-091-1/+1
| | * - add configure option to enable the builtin static analyzer (will be enabled...Pierre Joye2011-01-091-0/+10
| | * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-1/+6
| | * - Fix #29085, bad default include_path on WindowsPierre Joye2010-12-021-1/+1
| | * - remove dummy wrapper for readfilePierre Joye2010-09-111-1/+1
| | * - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-151-1/+1
| | * - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-151-4/+4
| * | - add new build type, optional. has been used for the last 2 RCsPierre Joye2012-01-111-0/+26
| * | - not a good idea after all and did not do what I thought it should doPierre Joye2011-07-181-1/+0
| * | - fix declPierre Joye2011-07-141-1/+1
| * | - bind to the available crt versionPierre Joye2011-07-131-0/+1
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-1/+1
|\ \ \
| * | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-1/+1
* | | | Add empty Generator classNikita Popov2012-05-201-1/+1
|/ / /
* | | - add new build type, optional. has been used for the last 2 RCsPierre Joye2012-01-111-0/+26
* | | - not a good idea after all and did not do what I thought it should doPierre Joye2011-07-181-1/+0
* | | - fix declPierre Joye2011-07-141-1/+1
* | | - bind to the available crt versionPierre Joye2011-07-131-0/+1
|/ /
* | - re enable static analyzer, crash fixed with snapshot buildsPierre Joye2011-03-281-1/+1
* | - Enable windows build system to accept paths containing spaces.Moriyoshi Koizumi2011-03-021-1/+1
* | - disable realloc warning about not checking its return value, 100% valid but...Pierre Joye2011-02-071-0/+1
* | - do not enable analyzer for snapshotPierre Joye2011-01-101-2/+3
* | - add configure option to enable the builtin static analyzer (will be enabled...Pierre Joye2011-01-091-0/+5
* | - enable ASLR and NXCOMPAT by defaultPierre Joye2011-01-071-0/+5
* | - phpize support merge from 5.3Pierre Joye2010-12-131-1/+4
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-1/+1
* | - add initial PHP_INSTALL_HEADERS, one step closer to phpizePierre Joye2010-12-101-1/+3
* | - Fix #29085, bad default include_path on WindowsPierre Joye2010-12-021-1/+1
* | Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-6/+0