[PHP-CVS] cvs: php-src /win32/build config.w32

2009-04-24 Thread Pierre-Alain Joye
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/

[PHP-CVS] cvs: php-src /win32/build config.w32

2009-04-24 Thread Pierre-Alain Joye
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/

[PHP-CVS] cvs: php-src /win32/build config.w32

2009-04-23 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2009-04-06 Thread Kalle Sommer Nielsen
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2009-02-02 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2009-01-18 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2009-01-06 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2009-01-06 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2008-12-31 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-12-26 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2008-12-24 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-12-18 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-12-13 Thread Pierre-Alain Joye
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&

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2008-11-22 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2008-11-22 Thread Scott MacVicar
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2008-08-23 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-08-23 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-08-23 Thread Pierre-Alain Joye
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&

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-08-01 Thread Pierre-Alain Joye
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.

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-31 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-28 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-13 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-12 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-09 Thread Scott MacVicar
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

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-06 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2008-07-05 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-07-02 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2008-01-24 Thread Dmitry Stogov
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2007-05-29 Thread Stanislav Malyshev
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

[PHP-CVS] cvs: php-src /win32/build config.w32 config.w32.h.in

2007-04-09 Thread Dmitry Stogov
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2006-11-14 Thread Dmitry Stogov
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.

[PHP-CVS] cvs: php-src /win32/build config.w32

2006-11-14 Thread Dmitry Stogov
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-

[PHP-CVS] cvs: php-src /win32/build config.w32

2006-04-29 Thread Frank M. Kromann
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2006-04-28 Thread Frank M. Kromann
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.

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in ZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Dmitry Stogov
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:

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2006-01-11 Thread Marcus Boerger
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-11-21 Thread Frank M. Kromann
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-11-20 Thread Sebastian Bergmann
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/

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-11-17 Thread Rob Richards
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

Re: [PHP-CVS] cvs: php-src /win32/build config.w32

2005-09-22 Thread Derick Rethans
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-09-22 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-09-21 Thread Derick Rethans
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-12 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-12 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-12 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-11 Thread Jani Taskinen
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-10 Thread Frank M. Kromann
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-08-10 Thread Frank M. Kromann
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

Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-09 Thread Steph
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

Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-09 Thread Wez Furlong
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

Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-09 Thread Steph
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

Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-09 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32 config.w32.h.in confutils.js

2005-06-09 Thread Wez Furlong
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:

Re: [PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-09 Thread Derick Rethans
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2005-06-08 Thread Frank M. Kromann
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.

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-06-04 Thread Wez Furlong
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:

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-06-04 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-02-15 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-02-13 Thread Rui Hirokawa
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-11-15 Thread Frank M. Kromann
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-11-03 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-08-02 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-07-31 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-05-13 Thread Wez Furlong
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/

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in confutils.js

2004-04-28 Thread Wez Furlong
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)

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2004-03-29 Thread Marcus Boerger
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

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in

2004-03-26 Thread Marcus Boerger
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-02-12 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2004-02-12 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2003-12-23 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-23 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-23 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js template.rc

2003-12-03 Thread Wez Furlong
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

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-02 Thread Wez Furlong
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/

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-02 Thread Wez Furlong
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