History log of /PHP-5.3/win32/build/config.w32 (Results 101 – 124 of 124)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5979799d 12-Feb-2004 Edin Kadribasic

Added zend_exceptions.c to the build


Revision tags: php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# f4983c0d 17-Jan-2004 foobar

- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5


Revision tags: php-4.3.5RC1
# 9720a31b 23-Dec-2003 Wez Furlong

A more general check for dirs under Release or Debug.


# 5d5f2619 23-Dec-2003 Wez Furlong

Proper check for resolv.lib


# b8978cad 23-Dec-2003 Wez Furlong

Better implementation of the prefix thing


# 835f6bea 23-Dec-2003 Frank M. Kromann

Adding install target that follows the prefix


# 42ed91f9 22-Dec-2003 Wez Furlong

Fix bug #26692; Could not find GetLongPathNameA under NT4.
This fix relies on you having the Platform SDK headers.
Using the new build system, the NewAPIs.h header will be detected
automa

Fix bug #26692; Could not find GetLongPathNameA under NT4.
This fix relies on you having the Platform SDK headers.
Using the new build system, the NewAPIs.h header will be detected
automatically, however, for people building using .dsp files,
you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project
if you have those newer headers.

show more ...


# 113165bd 22-Dec-2003 Wez Furlong

Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" tar

Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" target to the makefile which will run a sub-process
to make each SAPI and EXT independently, so that the whole process
does not bail out if a particular extension is broken.

Add a way to specify dependencies between extensions in the
config.w32 files so that the makefile will include appropriate rules
and linkage.

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 331dc792 19-Dec-2003 Wez Furlong

More things for the new build system.
Pi3Web and aolserver build untested (no headers and libs for those here)


# a3075773 19-Dec-2003 Wez Furlong

Refinements for new build system:
- Add major + minor version to .dll and .exe headers during linking
- Handle pecl build dir correctly when pecl is a sibling of php-src
- try and guess w

Refinements for new build system:
- Add major + minor version to .dll and .exe headers during linking
- Handle pecl build dir correctly when pecl is a sibling of php-src
- try and guess where your cygwin utils are installed (if you have them)
so that we can detect bison, flex etc.
- other little refinements

show more ...


Revision tags: php-5.0.0b3RC1
# 72f73b77 07-Dec-2003 Wez Furlong

tweak build so that it mirrors the source filesystem layout under the build dir. This allows GD extension to build.


# 3be2b8d7 06-Dec-2003 Wez Furlong

Add dist target to makefile that will generate the file layout for
a win32 binary distro under build_dir/_dist_.
This isn't finalized yet, and you need Edin's distro template.


# 6b679cd6 06-Dec-2003 Wez Furlong

fix ipv6 stuff under vc6


# 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.


12345