summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #61574 - No MSIChristoph M. Becker2015-06-111-136/+8
| | | | | The information regarding the Windows installers (.msi) in install.txt are obsolete, so let's remove them.
* fix phpize mode for manifest embeddingAnatol Belski2015-05-311-2/+7
|
* backport the manifest changes for makefileAnatol Belski2015-05-311-1/+3
|
* backport the manifest changes in jsAnatol Belski2015-05-311-4/+17
|
* add default manifestAnatol Belski2015-05-311-0/+17
|
* fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-211-2/+4
|
* updated libs versionsAnatol Belski2015-03-231-3/+3
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-171-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 Malyshev2015-03-171-1/+1
| | | | | | | | configuration options)
* | Fixed bug #65406 Enchant broker plugins are in the wrong place in windowsAnatol Belski2015-03-171-6/+17
| |
* | create the php prefix if doesn't existAnatol Belski2015-03-121-0/+1
| |
* | Bump yearXinchen Hui2015-01-1511-11/+11
| |
* | updated libs_versions.txtAnatol Belski2015-01-121-2/+2
| |
* | updated lib versionsAnatol Belski2014-11-261-2/+2
| |
* | avoid clash when stdint.h was included after win32/php_stdint.hAnatol Belski2014-08-211-0/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-172-2/+2
|\ \ | |/ | | | | | | * PHP-5.4: typofixes
| * typofixesVeres Lajos2014-08-172-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-08-071-0/+4
|\ \ | |/ | | | | | | * PHP-5.4: wrap int8_t and int16_t with #ifdef to avoid possible clashes
| * wrap int8_t and int16_t with #ifdef to avoid possible clashesAnatol Belski2014-08-071-0/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-211-2/+5
|\ \ | |/ | | | | | | * PHP-5.4: fix nmake snap when ext name is different in target dll
| * fix nmake snap when ext name is different in target dllAnatol Belski2014-07-211-2/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-182-3/+13
|\ \ | |/ | | | | | | * PHP-5.4: implemented copy libs of core exts in phpize mode
| * implemented copy libs of core exts in phpize modeAnatol Belski2014-07-182-3/+13
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-183-6/+13
|\ \ | |/ | | | | | | | | | | * PHP-5.4: fix copy the ext dll into the prefix path in phpize mode fix default prefix in phpize mode fix file with zero size usage in phpize mode
| * fix copy the ext dll into the prefix path in phpize modeAnatol Belski2014-07-181-4/+2
| |
| * fix default prefix in phpize modeAnatol Belski2014-07-181-0/+5
| |
| * fix file with zero size usage in phpize modeAnatol Belski2014-07-181-2/+6
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-173-3/+22
|\ \ | |/ | | | | | | * PHP-5.4: implemented usage of the non core ext deps in phpize mode
| * implemented usage of the non core ext deps in phpize modeAnatol Belski2014-07-173-3/+22
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-172-0/+6
|\ \ | |/ | | | | | | * PHP-5.4: implemented force usage of generated .h and .js deps in phpize mode
| * implemented force usage of generated .h and .js deps in phpize modeAnatol Belski2014-07-172-0/+6
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-161-0/+137
|\ \ | |/ | | | | | | * PHP-5.4: basic routines for phpize mode to
| * basic routines for phpize mode toAnatol Belski2014-07-161-0/+137
| | | | | | | | | | - generate headers for non core ext defines - generate js deps for non core exts
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-141-0/+3
|\ \ | |/ | | | | | | * PHP-5.4: added headers install to phpize mode
| * added headers install to phpize modeAnatol Belski2014-07-141-0/+3
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-111-4/+1
|\ \ | |/ | | | | | | * PHP-5.4: fix makefile in phpize mode
| * fix makefile in phpize modeAnatol Belski2014-07-111-4/+1
| | | | | | | | | | - extend LDFLAGS with dynamically generated ones - prevend dynamically generated CFLAGS to be overridden by hardcoded ones
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-111-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: fixe output_as_table() when no ext was enabled
| * fixe output_as_table() when no ext was enabledAnatol Belski2014-07-111-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-101-1/+3
|\ \ | |/ | | | | | | * PHP-5.4: fix end of stream exception when generating makefile
| * fix end of stream exception when generating makefileAnatol Belski2014-07-101-1/+3
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-102-5/+2
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.4: force ext_dep.js prepend to configure.js in phpize mode cleanup file headers. Do not kill children process in pre-fork mode when parent process quit. update to LSAPI 6.6 Update LiteSpeed SAPI code to V6.4
| * force ext_dep.js prepend to configure.js in phpize modeAnatol Belski2014-07-102-5/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-101-0/+5
|\ \ | |/ | | | | | | | | * PHP-5.4: turn off PGO in phpize mode Fixed typo in Makefile.frag
| * turn off PGO in phpize modeAnatol Belski2014-07-101-0/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-021-1/+2
|\ \ | |/
| * bundle deplister.exe with releasesAnatol Belski2014-07-021-1/+2
| |
| * updated libs_version.txtAnatol Belski2014-07-011-1/+1
| |
* | backported the VC12 fix for ARG_MAXAnatol Belski2014-07-021-3/+10
| |
* | updated libs_version.txtAnatol Belski2014-07-011-1/+1
| |