History log of /php-src/win32/build/config.w32 (Results 251 – 275 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9b5a57f5 14-Nov-2006 Dmitry Stogov

Fixed problem with spaces in libpath

# 9fd2b6de 10-Nov-2006 Dmitry Stogov

Simplify the code base as this getpwd() was used only once

Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager

Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3
# fa94d911 29-Apr-2006 Frank M. Kromann

Revert patch for pdb files. No need to have it twice!

# 6ba807db 29-Apr-2006 Frank M. Kromann

Add new configure option --enable-pdb-files
This will generate .pdb files for debugging

Revision tags: php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1
# b041abbb 14-Dec-2005 Wez Furlong

Fixes for building with vs.net 2005.

Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2
# 673dc5ee 01-Dec-2005 Rob Richards

fix build - zend_reflection_api.c is no more

Revision tags: php-5.1.1, php-5.1.0
# a6a9dc2e 22-Nov-2005 Frank M. Kromann

/Gz and /RTC1 is for debug builds

# abe36433 20-Nov-2005 Sebastian Bergmann

Use /RTC1 instead of /GZ for MS VisualStudio 2005.

Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# f0c27e68 22-Sep-2005 Edin Kadribasic

Fix building of extensions that inlcude extname/header.h

Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1
# 812c1e04 12-Aug-2005 Wez Furlong

MFH, compiler detection

Revision tags: BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# fc92678b 09-Jun-2005 Wez Furlong

add --enable-memory-manager switch for win32 too

# 664faf84 05-Jun-2005 Wez Furlong

Add option for placing the big binaries outside of the source tree.
I find that having Debug_TS sitting in the source tree makes cvs seem much slower.

# 2a8107ce 05-Jun-2005 Wez Furlong

tweaks for a recent addition to cygwin

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# dec1c86a 25-Feb-2005 Edin Kadribasic

Added --enable-debug-pack which will create a zip file with *.pdb debug
symbol files. Could be used to allow windows users to use free Microsoft
debugging tools to generate useful backtraces.

Added --enable-debug-pack which will create a zip file with *.pdb debug
symbol files. Could be used to allow windows users to use free Microsoft
debugging tools to generate useful backtraces.

Debug tools can be found at:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

CLAGS used described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;291585

Only tested on VC 6.0.

show more ...

Revision tags: RELEASE_0_2_4
# 8ff4a100 15-Feb-2005 Edin Kadribasic

Really disable zend multibyte by default. mbstring is using #ifdef all over the place so defining to '0' doesn't help much

# c7ebef66 13-Feb-2005 Rui Hirokawa

added --enable-zend-multibute for win32

Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# e1e29cef 15-Nov-2004 Frank M. Kromann

Adding php_sprintf.c to Win32 build

# 34e4dae9 04-Nov-2004 Edin Kadribasic

Added zend_strtod.c to the new build

Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9
# ff4e970f 17-Sep-2004 Wez Furlong

Make new poll stuff work on win32 (and still be safe on unix)

# 99e290f8 17-Sep-2004 Wez Furlong

Fix for Bug #24189: possibly unsafe select(2) usage.
We avoid the problem by using poll(2).

On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using se

Fix for Bug #24189: possibly unsafe select(2) usage.
We avoid the problem by using poll(2).

On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using select(2) and check for valid descriptors before attempting
to access them via the descriptor sets.

If an out-of-range descriptor is detected, an E_WARNING is raised suggesting
that PHP should be recompiled with a larger FD_SETSIZE (and also with a
suggested value).

Most uses of select(2) in the source are to poll a single descriptor, so
a couple of handy wrapper functions have been added to make this easier.

A configure option --enable-fd-setsize has been added to both the unix and
win32 builds; on unix we default to 16384 and on windows we default to 256.
Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that
can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the
highest numbered descriptor; 256 should be plenty for PHP scripts under windows
(the default OS setting is 64).

The win32 specific parts are untested; will do that now.

show more ...

Revision tags: php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# bfbd5790 03-Aug-2004 Wez Furlong

Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
not GNU Midnight Commander.

# 8085f485 01-Aug-2004 Wez Furlong

Enable usleep under win32

# 2c9d87c2 31-Jul-2004 Wez Furlong

Fix bug #8314: sane syslog output to the WinNT event log.

Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message c

Fix bug #8314: sane syslog output to the WinNT event log.

Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message catalog

To make use of this fix, you need to register the event source; running "nmake
install" will handle this for you (if you also build the win32std extension
from pecl).

I'll arrange with Phil to have the installer handle this registration too.

show more ...

# cde7423c 29-Jul-2004 Wez Furlong

Misc. win32 thread safety fixes.

1...<<111213