Anatol Belski
90c38299fd
Merge branch 'PHP-7.1'
...
* PHP-7.1:
fix search path
support also cppcheck for static analyze
2016-08-29 17:47:21 +02:00
Anatol Belski
3ab2a58753
support also cppcheck for static analyze
2016-08-29 17:44:37 +02:00
Anatol Belski
d2ac2cd40d
Merge branch 'PHP-7.1'
...
* PHP-7.1:
extend help msg
fix leak
extend clang vs compat options
fix leak
integrate clang analyzer
2016-08-28 21:20:31 +02:00
Anatol Belski
48b1cb2f12
extend clang vs compat options
2016-08-28 19:42:41 +02:00
Anatol Belski
10c2ac8c81
integrate clang analyzer
2016-08-28 19:42:41 +02:00
Anatol Belski
845f66ba64
increase versions for 7.2
2016-08-02 11:01:57 +02:00
Anatol Belski
661f17663a
Merge branch 'PHP-7.0'
...
* PHP-7.0:
update NEWS
Make phpize set a proper build type (windows)
2016-07-12 13:03:30 +02:00
y-uti
acc58f1845
Make phpize set a proper build type (windows)
2016-07-12 12:59:11 +02:00
Anatol Belski
d789c4ceb0
Merge branch 'PHP-7.0'
...
* PHP-7.0:
extend check for add_flag
2016-03-01 09:36:36 +01:00
Anatol Belski
0df2575e9f
extend check for add_flag
2016-03-01 09:36:07 +01:00
Xinchen Hui
dd47b3b963
Merge branch 'PHP-7.0'
...
* PHP-7.0:
Fixed another segfault with file_cache_only now
Fixed bugs #71317 and #71504
add test for bug #68957
update NEWS
update NEWS
Fixed #54648 PDO::MSSQL forces format of datetime fields
remove unneeded free parts
fix leaks and add one more NULL check
add NULL check
fix C89 compat
fix arg type
fix nmake clean in phpize mode
2016-03-01 10:51:36 +08:00
Anatol Belski
9ccf3a0292
fix nmake clean in phpize mode
2016-02-29 11:00:09 +01:00
Anatol Belski
e644c9457e
Merge branch 'PHP-7.0'
...
* PHP-7.0:
cleanup duplicated var
fix file lists with subdirs passed to EXTENSION()
2016-02-14 17:28:38 +01:00
Anatol Belski
9bef2212aa
cleanup duplicated var
2016-02-14 17:20:37 +01:00
Anatol Belski
8289f11390
fix file lists with subdirs passed to EXTENSION()
...
The underlying place responsible is the ADD_SOURCES() function. With
this, the calls like
EXTENSION("hello", "sub0/file0.c sub1/file1.c", ...)
are working correctly. Same for
ADD_SOURCES("some/dir", "sub0/file0.c sub1/file1.c", ...)
2016-02-14 17:15:20 +01:00
Anatol Belski
6f19ca8553
Merge branch 'PHP-7.0'
...
* PHP-7.0:
fix extensions path for nmake install
fix extensions path for nmake install
use correct pointer in the math
2016-02-01 15:43:49 +01:00
Anatol Belski
2764586c6d
fix extensions path for nmake install
2016-02-01 15:42:32 +01:00
Anatol Belski
5e73db9cb7
integrate the /Gw compiler switch
2016-01-18 18:32:19 +01:00
Anatol Belski
cce370d4c9
fix compiler version check
2016-01-18 18:32:17 +01:00
Anatol Belski
b94ed769f4
integrate /Zc:inline switch
2016-01-18 18:32:15 +01:00
Anatol Belski
e4c190ef6d
adjust versions in confutils
2015-09-17 13:31:27 +02:00
Anatol Belski
7f4ae19c80
added /guard:cf to release builds
2015-08-19 10:56:43 +02:00
Kalle Sommer Nielsen
41404bfafd
Also silence copy here
2015-06-22 15:26:21 +02:00
Anatol Belski
6fea2f1dd7
fix phpize mode for manifest embedding
2015-05-31 23:03:47 +02:00
Anatol Belski
4bbfa2469e
take the default manifest
...
yet to be reworked for the case some custom manifest were supplied
2015-05-28 23:23:23 +02:00
Anatol Belski
2802fdaf0c
fixup default versions, just for the case
2015-05-28 23:23:17 +02:00
Anatol Belski
cf0397ef06
reverted 0512b38
and 1411ca5
2015-05-26 09:02:19 +02:00
Anatol Belski
1411ca58b1
implement necessary symbol exports
2015-05-23 20:55:20 +02:00
Kalle Sommer Nielsen
22fc3baa7a
Windows support for getrusage()
...
* See getrusage.c/h for implementation details and limitations
* Tests passes and have had their SKIPIF updated
* psapi.lib is now linked to by default
2015-05-20 15:45:37 +02:00
Anatol Belski
8f2b0e64d7
add config vars for phpize where conf opts aren't enabled
2015-05-04 16:07:27 +02:00
Kalle Sommer Nielsen
a7b4f32519
This should be the last of the old VC stuff in the Windows build system, also up the check to require VC11 now
2015-03-29 08:05:42 +02:00
Anatol Belski
5539cb5972
indicate if an ext was forced shared globally
2015-03-23 15:09:04 +01:00
Anatol Belski
f195870a9e
implemented --with-all-shared option
2015-03-23 15:09:01 +01:00
Anatol Belski
206481cd01
create php prefix before copying dlls
2015-03-12 15:25:43 +01:00
Nikhil Vimal
27defce2bc
More docs for /win32/build/confutils.js
...
Just adding a few more docs
2015-02-16 23:19:47 -06:00
Nikhil Vimal
616bf6601c
Adding some inline docs/docs cleanup
2015-02-09 05:41:49 -06:00
Anatol Belski
1463115e7e
Merge branch 'PHP-5.6'
...
* PHP-5.6:
fix timelib build configuration
Conflicts:
ext/date/config.w32
ext/date/config0.m4
win32/build/config.w32
win32/build/config.w32.phpize.in
2015-01-21 16:26:36 +01:00
Anatol Belski
35bfa022f9
Merge branch 'PHP-5.6'
...
* PHP-5.6:
make timelib_config.h inclusion configurable
Conflicts:
win32/build/config.w32
win32/build/config.w32.phpize.in
2015-01-21 13:55:07 +01:00
Anatol Belski
00ac1ae53c
add config option to target codegen architectures
2014-12-03 19:20:36 +01:00
Anatol Belski
f15463bf39
silence the lib.exe
2014-12-02 09:15:07 +01:00
Anatol Belski
1ae7743a07
less spaces in the makefile generated commands
2014-11-14 17:39:43 +01:00
Anatol Belski
034a88135f
separate LDFLAGS and ARFLAGS to fix the unknown opts warns
2014-11-14 17:39:42 +01:00
Anatol Belski
b6c8349be0
pass vc++ version to clang, that will be forwarded to _MSC_VER
2014-11-13 11:20:09 +01:00
Anatol Belski
8644f4624c
set the vc++ next name
2014-11-13 08:18:40 +01:00
Anatol Belski
4d7a21d0f2
pre create the build dir
...
otherwise response file generation might fail
2014-11-12 19:06:09 +01:00
Anatol Belski
15f419a635
trim when adding flags, avoid multiple spaces
2014-11-12 17:57:18 +01:00
Anatol Belski
988112a2e1
use response files for exts and sapi linking
2014-11-12 17:57:17 +01:00
Anatol Belski
1acbcdeb27
generate response files for use by linker
...
Object dir path can under circumstances cause that the expanded
command line exceeds the length allowed by the OS. Linker can read
the object lists from a file which eliminates this issue.
2014-11-12 17:57:17 +01:00
Anatol Belski
79c61c71c2
generalize arch setup
2014-11-12 17:57:16 +01:00
Anatol Belski
524f854193
eliminate duplicated identical function definitions
2014-11-11 18:24:21 +01:00