| Commit message (Expand) | Author | Age | Files | Lines |
* | explicitly PHP_ANALYZER=no when no known keyword was passed | Anatol Belski | 2014-07-10 | 1 | -0/+2 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-03-25 | 1 | -2/+0 |
|\ |
|
| * | fix disabling PGO for extensions, rel bug #65715 | Anatol Belski | 2014-03-25 | 1 | -2/+0 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-03-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-03-24 | 1 | -4/+4 |
| |\ |
|
| | * | more fixes related to bug #65715 | Anatol Belski | 2014-03-24 | 1 | -4/+4 |
* | | | support for static analyzers other than visual studio | Anatol Belski | 2014-03-01 | 1 | -2/+31 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | krakjoe | 2013-12-22 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-22 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Included new .c file in build too | Bob Weinand | 2013-12-22 | 1 | -1/+1 |
* | | | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca... | Dmitry Stogov | 2013-11-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Working commit for constant scalar expressions (with constants). | Bob Weinand | 2013-10-31 | 1 | -1/+3 |
| |/ / |
|
* | | | initial move on renaming files and fixing includes | Anatol Belski | 2013-10-17 | 1 | -1/+1 |
|/ / |
|
* | | removed the /Wp64 switch as we use true 64 bit compiler now | Anatol Belski | 2013-08-28 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' | unknown | 2012-09-08 | 1 | -2/+7 |
|\ \ |
|
| * \ | Merge branch 'PHP-5.3' into PHP-5.4 | unknown | 2012-09-08 | 1 | -2/+7 |
| |\ \
| | |/
| |/| |
|
| | * | -enable VC11 (vc2012) | unknown | 2012-09-08 | 1 | -2/+7 |
| | * | - re enable static analyzer, crash fixed with snapshot builds | Pierre Joye | 2011-03-28 | 1 | -1/+1 |
| | * | - Merge from trunk. | Moriyoshi Koizumi | 2011-03-02 | 1 | -1/+1 |
| | * | - disable realloc warning about not checking its return value, 100% valid but... | Pierre Joye | 2011-02-07 | 1 | -0/+1 |
| | * | -disable the analyzer for the snapshot in 5.3 too | Pierre Joye | 2011-01-13 | 1 | -1/+1 |
| | * | - new sec flags should not be on by default for 5.3, yet | Pierre Joye | 2011-01-09 | 1 | -1/+1 |
| | * | - add configure option to enable the builtin static analyzer (will be enabled... | Pierre Joye | 2011-01-09 | 1 | -0/+10 |
| | * | - add phpize support for windows, need a nmake install for now (nmake devel-p... | Pierre Joye | 2010-12-13 | 1 | -1/+6 |
| | * | - Fix #29085, bad default include_path on Windows | Pierre Joye | 2010-12-02 | 1 | -1/+1 |
| | * | - remove dummy wrapper for readfile | Pierre Joye | 2010-09-11 | 1 | -1/+1 |
| | * | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
| | * | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -4/+4 |
| * | | - add new build type, optional. has been used for the last 2 RCs | Pierre Joye | 2012-01-11 | 1 | -0/+26 |
| * | | - not a good idea after all and did not do what I thought it should do | Pierre Joye | 2011-07-18 | 1 | -1/+0 |
| * | | - fix decl | Pierre Joye | 2011-07-14 | 1 | -1/+1 |
| * | | - bind to the available crt version | Pierre Joye | 2011-07-13 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport | Nikita Popov | 2012-08-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JS | Andrew Faulds | 2012-07-14 | 1 | -1/+1 |
* | | | | Add empty Generator class | Nikita Popov | 2012-05-20 | 1 | -1/+1 |
|/ / / |
|
* | | | - add new build type, optional. has been used for the last 2 RCs | Pierre Joye | 2012-01-11 | 1 | -0/+26 |
* | | | - not a good idea after all and did not do what I thought it should do | Pierre Joye | 2011-07-18 | 1 | -1/+0 |
* | | | - fix decl | Pierre Joye | 2011-07-14 | 1 | -1/+1 |
* | | | - bind to the available crt version | Pierre Joye | 2011-07-13 | 1 | -0/+1 |
|/ / |
|
* | | - re enable static analyzer, crash fixed with snapshot builds | Pierre Joye | 2011-03-28 | 1 | -1/+1 |
* | | - Enable windows build system to accept paths containing spaces. | Moriyoshi Koizumi | 2011-03-02 | 1 | -1/+1 |
* | | - disable realloc warning about not checking its return value, 100% valid but... | Pierre Joye | 2011-02-07 | 1 | -0/+1 |
* | | - do not enable analyzer for snapshot | Pierre Joye | 2011-01-10 | 1 | -2/+3 |
* | | - add configure option to enable the builtin static analyzer (will be enabled... | Pierre Joye | 2011-01-09 | 1 | -0/+5 |
* | | - enable ASLR and NXCOMPAT by default | Pierre Joye | 2011-01-07 | 1 | -0/+5 |
* | | - phpize support merge from 5.3 | Pierre Joye | 2010-12-13 | 1 | -1/+4 |
* | | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -1/+1 |
* | | - add initial PHP_INSTALL_HEADERS, one step closer to phpize | Pierre Joye | 2010-12-10 | 1 | -1/+3 |
* | | - Fix #29085, bad default include_path on Windows | Pierre Joye | 2010-12-02 | 1 | -1/+1 |
* | | Added multibyte suppport by default. Previosly php had to be compiled with --... | Dmitry Stogov | 2010-11-24 | 1 | -6/+0 |