pajoye Fri Apr 24 15:19:10 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- make MP survive --disable-all (=disable to disable it)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.102&r2=1.103&diff_format=u
Index: php-src/
pajoye Fri Apr 24 11:34:27 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- fix logic
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.101&r2=1.102&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/
pajoye Thu Apr 23 20:19:31 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: allow to set or disable the multithreaded build (n, auto or disable)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.100&r2=1.101&diff_forma
kalle Mon Apr 6 09:12:16 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
Fix redef warnings
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.25&r2=1.26&diff_format=u
Index: php-src/win32/build/config.w32.h.in
di
pajoye Mon Feb 2 09:49:57 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- define HAVE_SOCKLEN_T as it exists (vc6+)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.24&r2=1.25&diff_format=u
Index: php-src/win32
pajoye Mon Jan 19 02:30:18 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- add HAVE_NANOSLEEP
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.21&r2=1.22&diff_format=u
Index: php-src/win32/build/config.w32.h.in
pajoye Tue Jan 6 20:51:37 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: add multi threaded build support (automatic detection of the number of
cpus, add a custom number if you prefer to use only a few of your available
cores)
ht
pajoye Tue Jan 6 20:47:06 2009 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- add DNSApi for the DNS functions
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.93&r2=1.94&diff_format=u
Index: php-src/win32/build/config.w32
d
pajoye Wed Dec 31 19:49:06 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- MFB: enable gehostname on windows [DOC]
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.20&r2=1.21&diff_format=u
Index: php-src/win32/b
pajoye Fri Dec 26 14:10:26 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- usual suspects must be in the default include/lib path (thx Rob for the
notice!)
- fix the --wtih-php-build doc, remove dead url, update the name of the deps
dir
pajoye Thu Dec 25 00:03:39 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32 confutils.js
Log:
- the config summary is a must, do not allow to disable
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.91&r2=1.92&diff_format=u
Index
pajoye Thu Dec 18 23:20:44 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- no need to look for bindlib_w32, not used anymore
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.90&r2=1.91&diff_format=u
Index: php-src/win32/b
pajoye Sat Dec 13 11:59:03 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in
spprintf.c)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.89&r2=1.90&
pajoye Sat Nov 22 13:39:04 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- MFB: make va_copy safer using () around arguments
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.18&r2=1.19&diff_format=u
Index: php-s
scottmacSat Nov 22 12:39:13 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
Fix build on Windows
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.17&r2=1.18&diff_format=u
Index: php-src/win32/build/co
pajoye Sat Aug 23 20:03:29 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.16&r2=1.17&diff_format=u
Index: php-s
pajoye Sat Aug 23 19:50:36 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- we need it for vc < 9 (even if php6 will support officially only 9)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.84&r2=1.85&diff_format=u
Inde
pajoye Sat Aug 23 19:39:07 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- readd the usual suspects to lib/include (was droped with the resolv.h check
removal)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.83&r2=1.84&
pajoye Fri Aug 1 11:25:17 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- add new default dir (old still works)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.81&r2=1.82&diff_format=u
Index: php-src/win32/build/config.
pajoye Thu Jul 31 23:05:03 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- new usual suspects
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.80&r2=1.81&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src
pajoye Mon Jul 28 11:51:28 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- not here anymore (old crypt implementation)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.79&r2=1.80&diff_format=u
Index: php-src/win32/build/c
pajoye Sun Jul 13 09:34:46 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: wrong bracket position while merging
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.77&r2=1.78&diff_format=u
Index: php-src/win32/build/con
pajoye Sat Jul 12 23:42:09 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- support for new naming
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.76&r2=1.77&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php
scottmacWed Jul 9 10:39:11 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Fix windows build
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.75&r2=1.76&diff_format=u
Index: php-src/win32/build/config.w32
diff -u ph
pajoye Mon Jul 7 13:48:23 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32 confutils.js
Log:
- move common functions to confutil
- MFB: allow to disable the summary (and move test in the function)
http://cvs.php.net/viewvc.cgi/php-src/win32/bu
pajoye Sun Jul 6 09:56:01 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: correctly test the VCVERS (four digits now)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.73&r2=1.74&diff_format=u
Index: php-src/win32/bu
pajoye Sat Jul 5 19:52:45 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32 confutils.js
Log:
- improve detection of VC version and summary (2k2 and 2k3 are 1300 and resp.
1310) (Thx Marcus)
http://cvs.php.net/viewvc.cgi/php-src/win32/build/conf
pajoye Wed Jul 2 20:55:33 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
- MFB: compiler version and architecture detections
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.71&r2=1.72&diff_format=u
Index: php-src/win32/b
dmitry Thu Jan 24 18:08:23 2008 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Fixed win32 build
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.69&r2=1.70&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src
stasTue May 29 19:44:24 2007 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
fix build on msvc 8
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.66&r2=1.67&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-s
dmitry Tue Apr 10 06:22:45 2007 UTC
Modified files:
/php-src/win32/buildconfig.w32 config.w32.h.in
Log:
Initial WIN64 support
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.63&r2=1.64&diff_format=u
Index: php-src/win32/build/config
dmitry Tue Nov 14 14:11:05 2006 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Fixed problem with spaces in libpath
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.57&r2=1.58&diff_format=u
Index: php-src/win32/build/config.
dmitry Tue Nov 14 14:20:41 2006 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Fixed VC2005 support
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.58&r2=1.59&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-
fmk Sat Apr 29 14:33:35 2006 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Revert patch for pdb files. No need to have it twice!
http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32?r1=1.54&r2=1.55&diff_format=u
Index: php-src/win3
fmk Sat Apr 29 06:24:21 2006 UTC
Modified files:
/php-src/win32/buildconfig.w32
Log:
Add new configure option --enable-pdb-files
This will generate .pdb files for debugging
http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32?r1=1.53&r2=1.
dmitry Tue Mar 14 14:19:20 2006 UTC
Modified files:
/ZendEngine2zend.h zend_config.w32.h
/ZendEngine2/tests bug36568.phpt
/php-src/win32/buildconfig.w32.h.in
Log:
Fixed bug #36568 (memory_limit setting on win32 has no effect)
http:
helly Wed Jan 11 20:24:07 2006 UTC
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- Add short size info
http://cvs.php.net/viewcvs.cgi/php-src/win32/build/config.w32.h.in?r1=1.8&r2=1.9&diff_format=u
Index: php-src/win32/build/config.w32.h.in
fmk Mon Nov 21 19:29:34 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
/Gz and /RTC1 is for debug builds
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.50&r2=1.51&ty=u
Index: php-src/win32/build/config.w32
diff -u php-s
sebastian Sun Nov 20 12:03:59 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
MFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005.
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.49&r2=1.50&ty=u
Index: php-src/win32/
rrichards Thu Nov 17 21:50:49 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
fix configure - reflection is its own extension
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.48&r2=1.49&ty=u
Index: php-src/win32/build/co
On Thu, 22 Sep 2005, Edin Kadribasic wrote:
> edink Thu Sep 22 09:18:14 2005 EDT
>
> Modified files:
> /php-src/win32/build config.w32
> Log:
> MFB: Fix building of extensions that inlcude extname/header.h
Wouldn't it be better to fix the extensions to inclu
edink Thu Sep 22 09:18:14 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
MFB: Fix building of extensions that inlcude extname/header.h
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.47&r2=1.48&ty=u
Index: php-src/win32/bu
derick Wed Sep 21 04:40:56 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
- Fixed definition in correct file. (Patch by Nuno)
http://cvs.php.net/diff.php/php-src/win32/build/config.w32.h.in?r1=1.7&r2=1.8&ty=u
Index: php-src/win32/b
wez Fri Aug 12 22:47:25 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
make the icu library detection more friendly.
Also note that we can only probe for libraries after we've set up the
implicit php_build path.
http://cvs.php.ne
wez Fri Aug 12 16:05:24 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
/GB option is the default; remove it.
Add compiler version checks, as vs.net 2005 has dropped support for /YX and
/GB
options, and deprecated ANSI stdio (in favour
edink Fri Aug 12 07:37:45 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Added --enable-static-icu / --disable-static-icu windows configure
options that allow you to pick weather you want to link against static
or DLL version of the ICU
sniper Thu Aug 11 20:08:30 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Not used
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.43&r2=1.44&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32
fmk Wed Aug 10 23:21:51 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
avoid version changes for future versions
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.41&r2=1.42&ty=u
Index: php-src/win32/build/config.w32
diff
fmk Wed Aug 10 23:16:09 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
rename dll's to php6
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.40&r2=1.41&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/buil
t;;
Sent: Thursday, June 09, 2005 4:46 PM
Subject: Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in
Nope, it's already in the hardcoded config.h for win32.
No further changes should be required.
--Wez.
On 6/9/05, Steph <[EMAIL PROTECTED]> wrote:
> Doesn't this mean th
C = 1 in a few .dsp's fix it
> non-intrusively?)
>
>
> - Original Message -
> From: "Wez Furlong" <[EMAIL PROTECTED]>
> To: "Derick Rethans" <[EMAIL PROTECTED]>
> Cc: "Frank M. Kromann" <[EMAIL PROTECTED]>;
> Se
uot; <[EMAIL PROTECTED]>
Cc: "Frank M. Kromann" <[EMAIL PROTECTED]>;
Sent: Thursday, June 09, 2005 3:25 PM
Subject: Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in
I made this happen today (but only just saw this email).
--Wez.
On 6/9/05, Derick Rethans <[EMAIL PRO
I made this happen today (but only just saw this email).
--Wez.
On 6/9/05, Derick Rethans <[EMAIL PROTECTED]> wrote:
> On Wed, 8 Jun 2005, Frank M. Kromann wrote:
>
> > fmk Wed Jun 8 16:50:46 2005 EDT
> >
> > Modified files:
> > /php-src/win32/build config.w32.h.in
> > Lo
wez Thu Jun 9 09:09:05 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32 config.w32.h.in confutils.js
Log:
add --enable-memory-manager switch for win32 too
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.39&r2=1.40&ty=u
Index:
On Wed, 8 Jun 2005, Frank M. Kromann wrote:
> fmk Wed Jun 8 16:50:46 2005 EDT
>
> Modified files:
> /php-src/win32/build config.w32.h.in
> Log:
> USE_ZEND_ALLOC should be defined here too.
No :) It should be set by config.js...
Derick
--
Derick Rethans
fmk Wed Jun 8 16:50:46 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
USE_ZEND_ALLOC should be defined here too.
http://cvs.php.net/diff.php/php-src/win32/build/config.w32.h.in?r1=1.5&r2=1.6&ty=u
Index: php-src/win32/build/config.
wez Sat Jun 4 21:57:04 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
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.
http:
wez Sat Jun 4 21:39:08 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
tweaks for a recent addition to cygwin
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.37&r2=1.38&ty=u
Index: php-src/win32/build/config.w32
diff -u
edink Tue Feb 15 08:57:51 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Really disable zend multibyte by default. mbstring is using #ifdef all over
the place so defining to '0' doesn't help much
http://cvs.php.net/diff.php/php-src/win32
hirokawaSun Feb 13 08:03:03 2005 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
added --enable-zend-multibute for win32
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.34&r2=1.35&ty=u
Index: php-src/win32/build/config.w32
fmk Mon Nov 15 13:27:10 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Adding php_sprintf.c to Win32 build
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.33&r2=1.34&ty=u
Index: php-src/win32/build/config.w32
diff -u php
edink Wed Nov 3 21:06:04 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Added zend_strtod.c to the new build
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.32&r2=1.33&ty=u
Index: php-src/win32/build/config.w32
diff -u ph
wez Mon Aug 2 21:03:32 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
not GNU Midnight Commander.
http://cvs.php.net/diff.php/php-src/win32/build/conf
wez Sat Jul 31 20:29:51 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Enable usleep under win32
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.28&r2=1.29&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/w
wez Thu May 13 08:14:56 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Add --enable-memory-limit configure option (defaults to off)
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.25&r2=1.26&ty=u
Index: php-src/win32/
wez Wed Apr 28 20:17:10 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32.h.in confutils.js
Log:
Add "--disable-all" switch, which will force all arguments to "no" if
they are not specified explicitly. (like the snapshot build, but in
reverse)
helly Mon Mar 29 13:58:28 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
Windows part of NAN/INF
http://cvs.php.net/diff.php/php-src/win32/build/config.w32.h.in?r1=1.3&r2=1.4&ty=u
Index: php-src/win32/build/config.w32.h.in
diff -u ph
helly Fri Mar 26 20:00:52 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32.h.in
Log:
atof("NAN")/atof("INF") do not work there
http://cvs.php.net/diff.php/php-src/win32/build/config.w32.h.in?r1=1.2&r2=1.3&ty=u
Index: php-src/win32/build/confi
wez Thu Feb 12 06:55:16 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Fix build; line continuation character should be the very last character
on a line, otherwise things b0rk.
http://cvs.php.net/diff.php/php-src/win32/build/config.w
edink Thu Feb 12 05:53:09 2004 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Added zend_exceptions.c to the build
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.23&r2=1.24&ty=u
Index: php-src/win32/build/config.w32
diff -u ph
wez Tue Dec 23 12:20:51 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32 confutils.js
Log:
A more general check for dirs under Release or Debug.
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.21 php-src/win32/bu
wez Tue Dec 23 11:01:41 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Proper check for resolv.lib
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.20 php-src/win32/build/config.w32:1.21
--- php-src/win32/b
wez Tue Dec 23 07:40:41 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
Better implementation of the prefix thing
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.19 php-src/win32/build/config.w32:1.20
--- p
wez Wed Dec 3 21:12:36 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32 confutils.js template.rc
Log:
fix a couple of buglets and set version number on DLLs to whatever the PHP major
version is.
Index: php-src/win32/build/config.w32
diff -u
wez Tue Dec 2 20:10:05 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
avoid vs.net specific option for now
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.3 php-src/win32/build/config.w32:1.4
--- php-src/
wez Tue Dec 2 19:46:40 2003 EDT
Modified files:
/php-src/win32/buildconfig.w32
Log:
make help more useful
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.2 php-src/win32/build/config.w32:1.3
--- php-src/win32/build/con
76 matches
Mail list logo