Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fecbb0e7 |
| 20-Jan-2015 |
Anatol Belski |
don't error x86 compiler |
#
2193de0d |
| 14-Jan-2015 |
Xinchen Hui |
Faster sorting algo |
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
c0b56232 |
| 28-Dec-2014 |
Kalle Sommer Nielsen |
Be verbose if --with-mp is enabled |
#
60d491c9 |
| 23-Dec-2014 |
Anatol Belski |
throw error in configure.js when no 64-bit compiler detected |
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
88bb9fed |
| 05-Dec-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (111 commits) Fix zend_fcall_info_arg*() to use ZVAL_COPY Fixed #65213 - cannot cast SplFileInfo to
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (111 commits) Fix zend_fcall_info_arg*() to use ZVAL_COPY Fixed #65213 - cannot cast SplFileInfo to boolean add initial install switch to C travis project instead of PHP use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/) fix TS build add config option to target codegen architectures updated NEWS updated NEWS Fixed bug #55541 errors spawn MessageBox, which blocks test automation Get rid of duplicate handlers (ZEND_ADD_SPEC_TMP_TMP and ZEND_ADD_SPEC_VAR_VAR are absolutely the same). Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->class_name. For internal functions we still use char*. Fixed __debugInfo() support Update UPGRADING for the new variadic functions, and re-sort. Improved POST INC/DEC make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path Missed closed folder mark Revert "Unecessary assignment" Fixed improper memory release Unecessary assignment ...
show more ...
|
#
00ac1ae5 |
| 02-Dec-2014 |
Anatol Belski |
add config option to target codegen architectures |
#
ad1967de |
| 02-Dec-2014 |
Anatol Belski |
add /nologo to ARFLAGS |
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
c6bad96f |
| 18-Nov-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (398 commits) NEWS add test for bug #68381 Fixed bug #68381 Set FPM log level earlier during i
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: (398 commits) NEWS add test for bug #68381 Fixed bug #68381 Set FPM log level earlier during init proper dllexport move to size_t where zend_string is used internally fix some datatype mismatches return after the warning, to fix uninitialized salt usage fix datatype mismatches add missing type specifier fix datatype mismatches fix unsigned check "extern" shouldn't be used for definitions joined identical conditional blocks simplify fpm tests SEND_VAR_NO_REF optimization Add test for bug #68442 Add various tests for FPM - covering recent bugs (68420, 68421, 68423, 68428) - for UDS - for ping and status URI - for multi pool and multi mode Include small MIT FastCGI client library from https://github.com/adoy/PHP-FastCGI-Client Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments. Add new FPM test for IPv4/IPv6 ... Conflicts: win32/build/config.w32
show more ...
|
#
034a8813 |
| 14-Nov-2014 |
Anatol Belski |
separate LDFLAGS and ARFLAGS to fix the unknown opts warns |
#
50825aa8 |
| 13-Nov-2014 |
Anatol Belski |
extend warn list to exclude |
#
9b19f516 |
| 13-Nov-2014 |
Anatol Belski |
add a configure option to suppress uncritical warns with clang |
#
191fe09e |
| 13-Nov-2014 |
Anatol Belski |
HAVE_STRNLEN should be in all toolsets |
Revision tags: php-5.6.3 |
|
#
79c61c71 |
| 12-Nov-2014 |
Anatol Belski |
generalize arch setup |
Revision tags: php-5.5.19, php-5.4.35 |
|
#
524f8541 |
| 11-Nov-2014 |
Anatol Belski |
eliminate duplicated identical function definitions |
#
9757d9ad |
| 11-Nov-2014 |
Anatol Belski |
generalize --with-php-build option handling |
#
c0db5cd9 |
| 11-Nov-2014 |
Anatol Belski |
refactor zts related config |
#
d509e79d |
| 10-Nov-2014 |
Anatol Belski |
further fixes to win build - fixed pdb generation with vs - made object-out-dir to use an absolute path, that fixes path issues with x86/x64 and nmake snap |
#
64c081f3 |
| 10-Nov-2014 |
Anatol Belski |
moved libs and debug/release mode setup into functions |
#
744fb452 |
| 10-Nov-2014 |
Anatol Belski |
better description for the toolset config option |
#
12cf41ca |
| 07-Nov-2014 |
Anatol Belski |
move more common ldflags into function |
#
af7e3064 |
| 07-Nov-2014 |
Anatol Belski |
rename intel toolset to icc - shorter |
#
2e5cba25 |
| 07-Nov-2014 |
Anatol Belski |
either ms or intel linker is used, /libpath is supported |
#
fc734cf9 |
| 07-Nov-2014 |
Anatol Belski |
further catch up with phpize and improved clang arch setup |
#
c78c6adb |
| 07-Nov-2014 |
Anatol Belski |
parametrize WINVER and update its value |
#
b155ba21 |
| 07-Nov-2014 |
Anatol Belski |
further refactoring of toolset+phpize stuff |