#
dbb152b9 |
| 06-Dec-2003 |
Wez Furlong |
Detect and enable IPv6 support under win32. The ws2tcpip.h header links to IPv6 functions dynamically and the generated binary will run on win98 and later.
|
#
6201a560 |
| 05-Dec-2003 |
Wez Furlong |
use /Ox flag for release build (all optimizations on). If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to sear
use /Ox flag for release build (all optimizations on). If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to search for the "same" library using a ; separated list of alternatives. Tweak nsapi config and remove redundant or unused flags. Add ZTS checks for both isapi and nsapi configs.
show more ...
|
#
7e73ae1b |
| 04-Dec-2003 |
Wez Furlong |
fix a couple of buglets and set version number on DLLs to whatever the PHP major version is.
|
#
4ffdb425 |
| 03-Dec-2003 |
Wez Furlong |
This should solve a few problems with static vs. shared builds for extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage.
This should solve a few problems with static vs. shared builds for extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage. Also fix the iconv file; MSVC doesn't seem to like the #include SYMBOL syntax.
show more ...
|
#
883815a9 |
| 03-Dec-2003 |
Wez Furlong |
VC stores lib path in LIB not LIBS. Add --with-extra-includes and --with-extra-libs to be able to specify general additions to those paths from the environment.
|
#
ad84dfa9 |
| 03-Dec-2003 |
Wez Furlong |
Build adjustments.
|
#
34df2ae2 |
| 03-Dec-2003 |
Wez Furlong |
some tweaks for Frank
|
#
86c8a872 |
| 03-Dec-2003 |
Wez Furlong |
avoid vs.net specific option for now
|
#
5b7e8bb4 |
| 03-Dec-2003 |
Wez Furlong |
make help more useful
|
#
2d0eaa39 |
| 03-Dec-2003 |
Wez Furlong |
Clarify a little.
|
#
05b9b20e |
| 02-Dec-2003 |
Wez Furlong |
Add new (optional!) win32 build infrastructure. Will follow up to internals@ shortly.
|