History log of /php-src/win32/build/config.w32 (Results 51 – 75 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.8, php-7.2.0beta2, php-7.0.22
# a8b6d50d 22-Jul-2017 Kalle Sommer Nielsen

--with-mp is only available for VS anyway, so don't make the argument available if it doesn't have any effect

Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18
# 731cb8a8 03-Apr-2017 Anatol Belski

basic ASAN suport for clang on Windows

fix makefile generation for non clang

rename option

# 6d1fc6cd 02-Apr-2017 Anatol Belski

hide clang warnings about unimplemented cli options

Revision tags: php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17
# c20ae623 07-Mar-2017 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
sync with the incremental and inter-file analysis option


# b8f75e75 07-Mar-2017 Anatol Belski

sync with the incremental and inter-file analysis option

available as of cppcheck 1.77

Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8
# 2fe9208e 11-Nov-2015 Brian Evans

Use modern autotools name of configure.ac instead of configure.in

configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50
to replace the file named configure.in.
Aut

Use modern autotools name of configure.ac instead of configure.in

configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50
to replace the file named configure.in.
Autotools is preparing to remove configure.in in Automake 2.0.
All new software should be using configure.ac.
This also fixes Bug #69770 where extensions are creating configure.in

Signed-off-by: Brian Evans <grknight@gentoo.org>

show more ...

# e59089c6 20-Nov-2016 Kalle Sommer Nielsen

Revert "Added --enable-asm on Windows"

This reverts commit d711798813d6a1297716174de4382f42695a9e92.

I need a better approach for this and general customized CFLAGS

# d7117988 20-Nov-2016 Kalle Sommer Nielsen

Added --enable-asm on Windows

This argument is disabled by default, but if enabled it will create a sub directory in the output directory called 'asm' and dump each compiled .c file's asm th

Added --enable-asm on Windows

This argument is disabled by default, but if enabled it will create a sub directory in the output directory called 'asm' and dump each compiled .c file's asm there

show more ...

# 9112e298 29-Oct-2016 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
generate test ini file, so shared exts are loaded for nmake test
additional env is generated for phpize, too


# 3f350788 29-Oct-2016 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
generate test ini file, so shared exts are loaded for nmake test
additional env is generated for phpize, too


# 5b04a218 29-Oct-2016 Anatol Belski

generate test ini file, so shared exts are loaded for nmake test

# 33301d5b 29-Aug-2016 Michele Locati

Add VT100 support for Windows

Fix function names prefix

Use Unicode version of GetFinalPathNameByHandle

Use EG(windows_version_info) instead of RtlGetVersion

Use t

Add VT100 support for Windows

Fix function names prefix

Use Unicode version of GetFinalPathNameByHandle

Use EG(windows_version_info) instead of RtlGetVersion

Use the specified handle_id instead of STD_OUTPUT_HANDLE

Switch from stream name to stream resource

Allow running tests capturing only stdout and/or stderr

Add tests for stream_vt100_support function

Export Win32 console functions

Fix x64 build

Use zend_long instead of long long, use GetConsole instead of GetFinalPathNameByHandleW to check if a handle is a valid console stream

Always use zend_long on any platform

Use _get_osfhandle to determine the standard handle

Accept stream names

Raise warnings in case of invalid stream parameter

Return true if disabling VT100 support on a not-console/redirected stream or on old Windows versions

Remove php_win32_console_os_supports_vt100

Differentiate stdin vs stdout/stderr

Simplify setting flag

Allow avoid piping STDIN

Let stream_vt100_support accept only resources

Fix run-tests

Revert console flags in case of failure

Simplify logic of stream_vt100_support when setting the flag

Return true if succeeded, false otherwise

Drop support for STDIN

More comprehensive tests for stream_vt100_support

Remove old tests

Fix name of included file and use absolute paths

Enable ENABLE_VIRTUAL_TERMINAL_PROCESSING on Windows by default

Remove tests for stream_vt100_support

Split stream_vt100_support into stream_isatty+sapi_windows_vt100_support

Add tests for stream_isatty

Add tests for sapi_windows_vt100_support

Return null from stream_isatty is neither Windows nor Posix

Fallback to S_ISCHR if neither Windows nor Posix

Avoid defining argc since it's only used once

Better comment about php_win32_console_fileno_is_console

Use events instead of cNumberOfEvents

Do not restore previous console mode

We need to restore previous console mode on failing SetConsole calls only for STDIN

Don't configure STDOUT/STDERR on Windows with PHP_CLI_WIN32_NO_CONSOLE

show more ...

# 60d847a0 19-Oct-2016 Kalle Sommer Nielsen

Fix typo

# 63869d94 19-Oct-2016 Kalle Sommer Nielsen

Move these files to the same compilation batch instead of two

# 0ffd0a02 18-Oct-2016 Kalle Sommer Nielsen

Improve the config.simple.bat for Windows a little;

This adds --with-config-profile=foobar, this generates a config.foobar.bat file in the root of php-src directory with the relevant configu

Improve the config.simple.bat for Windows a little;

This adds --with-config-profile=foobar, this generates a config.foobar.bat file in the root of php-src directory with the relevant configuration arguments.

show more ...

# 64945e93 16-Oct-2016 Kalle Sommer Nielsen

Implemented proc_nice() for Windows (FR #49806)

The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply w

Implemented proc_nice() for Windows (FR #49806)

The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply with those of wmic, Anatol, thoughts?

The test supplied uses wmic for testing the functionality, it could potentially fail on systems where either wmic is not available or the system language is not english (as Microsoft tends to translate even CLI programs).

show more ...

# 5101bd02 29-Aug-2016 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
extend help message


# 78401a7f 29-Aug-2016 Anatol Belski

extend help message

# 90c38299 29-Aug-2016 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
fix search path
support also cppcheck for static analyze


# faccbeb5 29-Aug-2016 Anatol Belski

fix search path

# 3ab2a587 29-Aug-2016 Anatol Belski

support also cppcheck for static analyze

# d2ac2cd4 28-Aug-2016 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
extend help msg
fix leak
extend clang vs compat options
fix leak
integrate clang analyzer


# be0958d2 28-Aug-2016 Anatol Belski

extend help msg

# 10c2ac8c 28-Aug-2016 Anatol Belski

integrate clang analyzer

# a402d0bd 06-Aug-2016 Kalle Sommer Nielsen

Added a warning in case --with-mp is combined with --enable-debug

This causes a D9030 since we specify a minimal build using /Gm in case we make a debug build

12345678910>>...13