summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* updated lib versionsAnatol Belski2014-11-261-1/+1
|
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-11-261-2/+2
|\ | | | | | | | | * PHP-5.5: updated lib versions
| * updated lib versionsAnatol Belski2014-11-261-2/+2
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-08-211-0/+4
|\ \ | |/ | | | | | | * PHP-5.5: avoid clash when stdint.h was included after win32/php_stdint.h
| * avoid clash when stdint.h was included after win32/php_stdint.hAnatol Belski2014-08-211-0/+4
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-172-2/+2
|\ \ | |/ | | | | | | * PHP-5.5: typofixes
| * 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.5' into PHP-5.6Anatol Belski2014-08-071-0/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: wrap int8_t and int16_t with #ifdef to avoid possible clashes
| * | 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.5' into PHP-5.6Xinchen Hui2014-07-251-2/+5
|\ \ \ | |/ /
| * | 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.5' into PHP-5.6Xinchen Hui2014-07-194-8/+25
|\ \ \ | |/ /
| * | 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.5' into PHP-5.6Anatol Belski2014-07-173-3/+22
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: implemented usage of the non core ext deps in phpize mode
| * | 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.5' into PHP-5.6Anatol Belski2014-07-172-0/+6
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: implemented force usage of generated .h and .js deps in phpize mode
| * | 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.5' into PHP-5.6Anatol Belski2014-07-161-0/+137
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: basic routines for phpize mode to This test depends on expose_php being on Test output relies on expose_php being on 1.2 is a problematic float to print out Lower the default display precision for this test The test output is dependent on expose_php ini
| * | 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.5' into PHP-5.6Anatol Belski2014-07-141-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: added headers install to phpize mode
| * | 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.5' into PHP-5.6Anatol Belski2014-07-111-4/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fix makefile in phpize mode
| * | 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.5' into PHP-5.6Anatol Belski2014-07-111-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fixe output_as_table() when no ext was enabled
| * | 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.5' into PHP-5.6Anatol Belski2014-07-101-1/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fix end of stream exception when generating makefile
| * | 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.5' into PHP-5.6Anatol Belski2014-07-102-5/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: 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 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 Conflicts: sapi/litespeed/lsapi_main.c sapi/litespeed/lsapilib.c
| * | 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.5' into PHP-5.6Anatol Belski2014-07-101-0/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: turn off PGO in phpize mode Fixed typo in Makefile.frag Fixed typo in Makefile.frag
| * | 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
| | |
* | | 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-07-021-1/+2
|\ \ \ | |/ /