Anatol Belski
37cbda7cdf
Merge branch 'PHP-7.1'
...
* PHP-7.1:
[ci skip] update libs_versions.txt
[ci skip] update libs versions file
2017-05-08 13:13:18 +02:00
Anatol Belski
83033f0b32
[ci skip] update libs_versions.txt
2017-05-08 13:11:12 +02:00
Anatol Belski
bdd66e1492
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
[ci skip] update libs versions file
2017-05-08 13:10:48 +02:00
Anatol Belski
ca870dfee7
[ci skip] update libs versions file
2017-05-08 13:10:13 +02:00
Anatol Belski
e9d5214b85
no vista anymore
2017-04-28 13:41:58 +02:00
Anatol Belski
dca2a855c8
prefer OpenSSL 1.1 with 7.2 as that's what is default
2017-04-24 18:39:04 +02:00
Anatol Belski
8f20eb0ea1
Remove --enable-one-shot as it's dead already for long
...
The usable option is --with-mp, the implementation is available since 7.0.
2017-04-24 17:54:50 +02:00
Anatol Belski
632d68f5f9
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Support also no,shared configure arg vals by default
2017-04-24 16:22:57 +02:00
Anatol Belski
f504e9eb72
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Support also no,shared configure arg vals by default
2017-04-24 16:22:16 +02:00
Anatol Belski
f7b8322b14
Support also no,shared configure arg vals by default
...
This indirectly fixes bug #74398 where --with-extname is expected to be
configured shared with our default dependency package. With a non
default deps, it still can be enforced --with-extname=static
2017-04-24 15:46:22 +02:00
Anatol Belski
93f594831c
extend flag to reduce re-link time
2017-04-13 12:50:18 +02:00
Anatol Belski
8121cb5046
Pass explicit PHP version string to mkdist.php
2017-04-11 16:20:42 +02:00
Anatol Belski
f052e99df6
Enable whole program optimization for builds without PGO, too
2017-04-11 15:21:10 +02:00
Anatol Belski
a94fc577af
Fix command syntax, env var has to be nmake macro in makefile
2017-04-11 13:29:08 +02:00
Anatol Belski
c14eecb9ac
use php.exe from the SDK for packaging, not the one just compiled
2017-04-11 12:00:10 +02:00
Markus Staab
f160ee1251
remove no longer accurate comment
2017-04-11 11:53:43 +02:00
Anatol Belski
fa7bd5eabf
Fail hard if sed isn't found
...
now that the new SDK is required and supplies it.
2017-04-11 11:40:23 +02:00
Anatol Belski
be540347e2
Merge branch 'PHP-7.1'
...
* PHP-7.1:
fix re2c version comparison
2017-04-11 11:38:07 +02:00
Anatol Belski
3dc9279188
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
fix re2c version comparison
2017-04-11 11:37:03 +02:00
Anatol Belski
dd17659b86
fix re2c version comparison
2017-04-11 11:03:24 +02:00
Anatol Belski
6ab2c558f1
add existence check for clang lib dir and improve on x86
2017-04-03 15:29:56 +02:00
Anatol Belski
731cb8a827
basic ASAN suport for clang on Windows
...
fix makefile generation for non clang
rename option
2017-04-03 12:02:51 +02:00
Anatol Belski
6d1fc6cd6f
hide clang warnings about unimplemented cli options
2017-04-02 17:55:23 +02:00
Anatol Belski
0894c22b49
extend manifest with long path compat info
2017-04-02 16:40:36 +02:00
Anatol Belski
e0f68ae144
implement basic binary tools sdk version check
2017-03-31 01:46:57 +02:00
Anatol Belski
c20ae623c2
Merge branch 'PHP-7.1'
...
* PHP-7.1:
sync with the incremental and inter-file analysis option
2017-03-07 15:31:54 +01:00
Anatol Belski
b8f75e75f6
sync with the incremental and inter-file analysis option
...
available as of cppcheck 1.77
2017-03-07 15:27:57 +01:00
Anatol Belski
7aa0632cfb
extend ccppcheck defs
2017-03-07 01:29:45 +01:00
Anatol Belski
ffcdb2be16
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Support run or test target invoked within debugger
2017-02-24 19:43:26 +01:00
Anatol Belski
0ceedea2cc
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Support run or test target invoked within debugger
2017-02-24 19:41:30 +01:00
Anatol Belski
9450e23b32
Support run or test target invoked within debugger
...
Useful, as it gets all the environment produced by the makefile. For the
test target, it might make sense to have the child process debug plugin
for VS installed.
2017-02-24 19:37:16 +01:00
Anatol Belski
d53d0a5dc4
refactor php_win32_get_random_bytes(), take 2
...
As in previous variant, locking is removed and the initialization
is done only once at process start. The CNG API turns out to be
faster, also the initialization is less resources hungry. The
initialization part could need to be improved, if too much startup
failures are sighted in the real world usage. Though that would mean
having locking back.
The usage of CNG was already pointed out and requested in several
reports, with the further refactoring it appears to make sense and
simplify things a backward compatible way.
2017-02-12 17:47:14 +01:00
Brian Evans
2fe9208ee3
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>
2017-01-27 06:07:40 +00:00
Anatol Belski
97ac819c2b
Merge branch 'PHP-7.1'
...
* PHP-7.1:
move various places to the centralized OpenSSL setup routine
use the new API for opaque symbol in OpenSSL 1.1.x
implement basic config support for OpenSSL 1.1.x
2017-01-08 00:39:53 +01:00
Anatol Belski
df1e1fdcb9
implement basic config support for OpenSSL 1.1.x
2017-01-08 00:25:46 +01:00
Anatol Belski
3aece4629b
Merge branch 'PHP-7.1'
...
* PHP-7.1:
/guard is also a security flag
2017-01-07 02:49:44 +01:00
Anatol Belski
22ed374c9a
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
/guard is also a security flag
2017-01-07 02:48:14 +01:00
Anatol Belski
f98d8f6c15
/guard is also a security flag
2017-01-07 02:25:00 +01:00
Sammy Kaye Powers
dac6c639bb
Update copyright headers to 2017
2017-01-04 11:23:42 -06:00
Sammy Kaye Powers
478f119ab9
Update copyright headers to 2017
2017-01-04 11:14:55 -06:00
Anatol Belski
797e119682
fix open flags
2017-01-04 12:18:54 +01:00
Joe Watkins
c8aa6f3a9a
Merge branch 'pull-request/2268'
...
* pull-request/2268:
Update copyright headers to 2017
2017-01-04 10:00:53 +00:00
Anatol Belski
6e93c1849e
make possible to pass also an arbitrary fragment file
2017-01-03 22:10:24 +01:00
Anatol Belski
76654152ee
fix var name
2017-01-03 17:59:56 +01:00
Anatol Belski
defd45adc2
implement makefile fragment support for nmake
2017-01-03 17:48:44 +01:00
Sammy Kaye Powers
9e29f841ce
Update copyright headers to 2017
2017-01-02 09:30:12 -06:00
Anatol Belski
d5a3838c65
fix min supported versions
2016-12-22 12:40:58 +01:00
Kalle Sommer Nielsen
d4831e2d0a
Eliminate win95nt.h
...
- Most of this is builtin php.h now
- Removed some dead defines
- We now pass /D _USE_MATH_DEFINES for M_PI etc
2016-12-22 06:51:18 +01:00
Anatol Belski
5e2ed8c809
Raise the supported API to win7/server 2008r2
2016-12-21 15:59:45 +01:00
Leigh
ff8fbf41c1
Merge branch 'master' into remove-mcrypt
2016-12-12 12:23:50 +00:00