Re: [PHP-CVS] cvs: php-src /win32/build Makefile

2004-02-12 Thread Wez Furlong
You're welcome to submit a patch ;-) --Wez. From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> > Wez Furlong wrote: > > + @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) > > @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul > > @copy $(BUILD_DIR)\*.dll

[PHP-CVS] cvs: php-src /win32/build Makefile

2004-02-12 Thread Wez Furlong
Makefile diff -u php-src/win32/build/Makefile:1.19 php-src/win32/build/Makefile:1.20 --- php-src/win32/build/Makefile:1.19 Thu Feb 12 07:30:41 2004 +++ php-src/win32/build/MakefileThu Feb 12 08:01:14 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAI

[PHP-CVS] cvs: php-src /win32/build Makefile buildconf.js confutils.js

2004-02-12 Thread Wez Furlong
file:1.19 --- php-src/win32/build/Makefile:1.18 Fri Jan 9 20:11:42 2004 +++ php-src/win32/build/MakefileThu Feb 12 07:30:41 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +---

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c

2004-02-12 Thread Wez Furlong
wez Thu Feb 12 07:11:22 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix copy-n-past error in constructor. Spotted by Eric Colinet. http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.16&r2=1.17&ty=u Index: ph

[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 /ext/soap config.w32

2004-02-06 Thread Wez Furlong
wez Fri Feb 6 04:18:55 2004 EDT Modified files: /php-src/ext/soap config.w32 Log: prefer != "no" over = "yes". (it doesn't really matter for ext/soap, but it's still the best practice). http://cvs.php.net/diff.php/php-src/ext/soap/config.w32?r1=1.3&r

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
It should be more like 4.2.x and return in a very short time; it returns immediately for me using php5 + my patch. Is your default_socket_timeout set to 30 seconds? --Wez. - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "Wez Furlong" &l

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
ot;,80); $fp = pfsockopen("localhost",80);' the patch needs MFH'ing if that takes ~60 seconds to complete with no error message; I'll merge it if it needs doing (it won't be simple since the guts have changed from 4.3 to 5). --Wez. - Original Message ----- From: "

[PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
wez Wed Feb 4 17:46:45 2004 EDT Modified files: /php-src/main/streams streams.c transports.c xp_socket.c Log: Fix a bug in the persistent socket liveness checks and feof(); they were using the default socket timeout of 60 seconds before returning the s

Re: [PHP-CVS] cvs: php-src /ext/standard var.c var_unserializer.c var_unserializer.re

2004-02-03 Thread Wez Furlong
You'll probably want to touch var_unserializer.c and commit it so that people without re2c don't get bitten :-) --Wez. - Original Message - From: "Stanislav Malyshev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 2:13 PM Subject: [PHP-CVS] cvs: php-src /ext

[PHP-CVS] cvs: php-src / CODING_STANDARDS

2004-01-30 Thread Wez Furlong
wez Fri Jan 30 05:15:30 2004 EDT Modified files: /php-srcCODING_STANDARDS Log: word fix http://cvs.php.net/diff.php/php-src/CODING_STANDARDS?r1=1.31&r2=1.32&ty=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.31 php-src/CODING_STANDAR

[PHP-CVS] cvs: php-src /main/streams transports.c

2004-01-27 Thread Wez Furlong
wez Tue Jan 27 17:40:45 2004 EDT Modified files: /php-src/main/streams transports.c Log: Fix segfault for scripts like this: Where the transport fails to connect (since args are bogus); the problem was that the persistent stream entry was not cor

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Wez Furlong
I thought that the 4.3 branch was off limits except for critical bug fixes. --Wez. - Original Message - From: "Moriyoshi Koizumi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 12:27 AM Subject: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilt

[PHP-CVS] cvs: php-src /ext/spl config.w32

2004-01-20 Thread Wez Furlong
wez Tue Jan 20 12:18:42 2004 EDT Modified files: /php-src/ext/splconfig.w32 Log: default to compiled in to match unix. http://cvs.php.net/diff.php/php-src/ext/spl/config.w32?r1=1.3&r2=1.4&ty=u Index: php-src/ext/spl/config.w32 diff -u php-src/ext/spl/con

[PHP-CVS] cvs: php-src /ext/com_dotnet README

2004-01-20 Thread Wez Furlong
wez Tue Jan 20 06:01:17 2004 EDT Modified files: /php-src/ext/com_dotnet README Log: update todo part of readme http://cvs.php.net/diff.php/php-src/ext/com_dotnet/README?r1=1.2&r2=1.3&ty=u Index: php-src/ext/com_dotnet/README diff -u php-src/ext/com_d

[PHP-CVS] cvs: php-src /ext/sqlite/libsqlite/src sqlite.w32.h

2004-01-16 Thread Wez Furlong
wez Fri Jan 16 18:48:40 2004 EDT Modified files: /php-src/ext/sqlite/libsqlite/src sqlite.w32.h Log: update file for win32 build Index: php-src/ext/sqlite/libsqlite/src/sqlite.w32.h diff -u php-src/ext/sqlite/libsqlite/src/sqlite.w32.h:1.4 php-src/ext/sql

[PHP-CVS] cvs: php-src(PHP_4_3) /main network.c

2004-01-14 Thread Wez Furlong
-src/main/network.c:1.83.2.23 --- php-src/main/network.c:1.83.2.22Sat Nov 29 07:02:40 2003 +++ php-src/main/network.c Wed Jan 14 09:54:14 2004 @@ -16,7 +16,7 @@ | Streams work by Wez Furlong <[EMAIL PROTEC

[PHP-CVS] cvs: php-src /ext/standard file.c

2004-01-14 Thread Wez Furlong
wez Wed Jan 14 09:37:39 2004 EDT Modified files: /php-src/ext/standard file.c Log: Remove stale code from flock(); spotted by Hartmut. Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.375 php-src/ext/standard/file.c:1.376 -

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard file.c

2004-01-14 Thread Wez Furlong
wez Wed Jan 14 09:31:28 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard file.c Log: Fixed bug #26772 (fgets returns NULL instead of FALSE). (Wez) Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.524 php-src/NEW

[PHP-CVS] cvs: php-src /ext/standard file.c

2004-01-14 Thread Wez Furlong
wez Wed Jan 14 09:25:02 2004 EDT Modified files: /php-src/ext/standard file.c Log: Fix #26772: fgets returns NULL instead of FALSE. Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.374 php-src/ext/standard/file.c:1.375 --- ph

[PHP-CVS] cvs: php-src /ext/sqlite/libsqlite/src parse.c

2004-01-14 Thread Wez Furlong
wez Wed Jan 14 07:47:05 2004 EDT Modified files: /php-src/ext/sqlite/libsqlite/src parse.c Log: touch Index: php-src/ext/sqlite/libsqlite/src/parse.c diff -u php-src/ext/sqlite/libsqlite/src/parse.c:1.8 php-src/ext/sqlite/libsqlite/src/parse.c:1.9 --- php

[PHP-CVS] cvs: php-src /ext/tidy tidy.c

2004-01-14 Thread Wez Furlong
wez Wed Jan 14 07:19:18 2004 EDT Modified files: /php-src/ext/tidy tidy.c Log: fix crash when throwing an exception Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.34 php-src/ext/tidy/tidy.c:1.35 --- php-src/ext/tidy/tidy.c:1.34Wed

[PHP-CVS] cvs: php-src /sapi/cli cli_win32.c config.w32 php_cli.c

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 22:14:18 2004 EDT Added files: /php-src/sapi/cli cli_win32.c Modified files: /php-src/sapi/cli config.w32 php_cli.c Log: Add optional php-win.exe variation of the CLI sapi. php-win.exe runs in the windows GUI subsys

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 11:05:39 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: reinstate this ifdef for people without .Net SDK Index: php-src/ext/com_dotnet/com_handlers.c diff -u php-src/ext/com_dotnet/com_handlers.c:1.12 php-src/ext/com

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 11:02:57 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: Fix refcount on these return values to avoid a leak and allow object dtor's to be called. This in turn prevents a massive slow-down in CoUninitialize which would

[PHP-CVS] cvs: php-src /ext/com_dotnet com_com.c com_extension.c com_handlers.c php_com_dotnet_internal.h

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 08:38:12 2004 EDT Modified files: /php-src/ext/com_dotnet com_com.c com_extension.c com_handlers.c php_com_dotnet_internal.h Log: Fix leaking constructors. Implement a cache for method signatures and DISPID'

[PHP-CVS] cvs: php-src /win32 time.c

2004-01-12 Thread Wez Furlong
wez Mon Jan 12 21:07:05 2004 EDT Modified files: /php-src/win32 time.c Log: make usleep actually work properly Index: php-src/win32/time.c diff -u php-src/win32/time.c:1.8 php-src/win32/time.c:1.9 --- php-src/win32/time.c:1.8Sat Nov 29 17:59:33 2003

[PHP-CVS] cvs: php-src /ext/com_dotnet com_com.c com_handlers.c php_com_dotnet_internal.h

2004-01-12 Thread Wez Furlong
wez Mon Jan 12 19:40:15 2004 EDT Modified files: /php-src/ext/com_dotnet com_com.c com_handlers.c php_com_dotnet_internal.h Log: Support automatic handling of byref parameters Index: php-src/ext/com_dotnet/com_com.c diff

[PHP-CVS] cvs: CVSROOT / avail loginfo

2004-01-10 Thread Wez Furlong
wez Sat Jan 10 16:53:25 2004 EDT Modified files: /CVSROOTavail loginfo Log: Imported livedocs (+revision history) into PHP CVS. Commit messages and karma as per phpdoc rules. Index: CVSROOT/avail diff -u CVSROOT/avail:1.811 CVSROOT/avail:1.812 --- CV

[PHP-CVS] cvs: php-src /win32/build Makefile

2004-01-09 Thread Wez Furlong
/win32/build/Makefile:1.17 Fri Jan 9 08:32:20 2004 +++ php-src/win32/build/MakefileFri Jan 9 20:11:42 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +--+ #

[PHP-CVS] cvs: php-src /ext/session php_session.h session.c

2004-01-09 Thread Wez Furlong
wez Fri Jan 9 10:30:10 2004 EDT Modified files: /php-src/ext/sessionphp_session.h session.c Log: export tsrm id for session globals. Index: php-src/ext/session/php_session.h diff -u php-src/ext/session/php_session.h:1.96 php-src/ext/session/php_sess

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

2004-01-09 Thread Wez Furlong
wez Fri Jan 9 10:11:32 2004 EDT Added files: /php-src/ext/informix config.w32 Modified files: /php-src/win32/buildconfutils.js Log: let informix build Index: php-src/win32/build/confutils.js diff -u php-src/win32/build

[PHP-CVS] cvs: php-src /ext/mhash config.w32

2004-01-09 Thread Wez Furlong
wez Fri Jan 9 08:42:15 2004 EDT Added files: /php-src/ext/mhash config.w32 Log: let mhash build Index: php-src/ext/mhash/config.w32 +++ php-src/ext/mhash/config.w32 // $Id: config.w32,v 1.1 2004/01/09 13:42:14 wez Exp $ // vim:ft=javascript ARG_WITH("

[PHP-CVS] cvs: php-src /win32/build Makefile

2004-01-09 Thread Wez Furlong
diff -u php-src/win32/build/Makefile:1.16 php-src/win32/build/Makefile:1.17 --- php-src/win32/build/Makefile:1.16 Fri Jan 9 08:17:58 2004 +++ php-src/win32/build/MakefileFri Jan 9 08:32:20 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTEC

[PHP-CVS] cvs: php-src /win32/build Makefile confutils.js mkdist.php

2004-01-09 Thread Wez Furlong
. Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.15 php-src/win32/build/Makefile:1.16 --- php-src/win32/build/Makefile:1.15 Thu Jan 8 12:33:29 2004 +++ php-src/win32/build/MakefileFri Jan 9 08:17:58 2004 @@ -14,13 +14,13 @@ # | Author: Wez Furlong <[EM

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

2004-01-09 Thread Wez Furlong
wez Fri Jan 9 06:19:41 2004 EDT Modified files: /php-src/win32/buildconfutils.js Log: fix PHP_SPL problem when you don't have a pecl checkout. Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.34 php-src/win32/build/

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

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 16:53:49 2004 EDT Modified files: /php-src/ext/simplexml config.w32 /php-src/win32/buildbuildconf.js confutils.js Log: add optional dep on spl for simplexml. Fix dep handling in buildconf Index: php-src/ext/simplexml/config

[PHP-CVS] cvs: php-src /ext/sqlite/tests blankdb.inc sqlite_oo_029.phpt

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 11:55:38 2004 EDT Modified files: /php-src/ext/sqlite/tests blankdb.inc sqlite_oo_029.phpt Log: fix tests for win32 Index: php-src/ext/sqlite/tests/blankdb.inc diff -u php-src/ext/sqlite/tests/blankdb.inc:1.3 php-src/ext/sqlite/tests/blankd

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.dsp

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 11:23:47 2004 EDT Modified files: /php-src/ext/sqlite sqlite.dsp Log: add new files to .dsp Index: php-src/ext/sqlite/sqlite.dsp diff -u php-src/ext/sqlite/sqlite.dsp:1.5 php-src/ext/sqlite/sqlite.dsp:1.6 --- php-src/ext/sqlite/sqlite.dsp:1.5

[PHP-CVS] cvs: php-src /ext/sqlite config.w32 /ext/sqlite/libsqlite/src sqlite.w32.h

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 11:18:39 2004 EDT Modified files: /php-src/ext/sqlite config.w32 /php-src/ext/sqlite/libsqlite/src sqlite.w32.h Log: Update win32 build for new version of libsqlite Index: php-src/ext/sqlite/config.w32 diff -u php-src/ext/sqlite/config.

[PHP-CVS] cvs: php-src /win32/build template.rc

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 05:58:27 2004 EDT Modified files: /php-src/win32/buildtemplate.rc Log: update copyright year in win32 resource template Index: php-src/win32/build/template.rc diff -u php-src/win32/build/template.rc:1.4 php-src/win32/build/template.rc:

[PHP-CVS] cvs: php-src /sapi/cgi config.w32

2004-01-08 Thread Wez Furlong
wez Thu Jan 8 05:56:40 2004 EDT Modified files: /php-src/sapi/cgi config.w32 Log: fix fastcgi build Index: php-src/sapi/cgi/config.w32 diff -u php-src/sapi/cgi/config.w32:1.1 php-src/sapi/cgi/config.w32:1.2 --- php-src/sapi/cgi/config.w32:1.1 Tue Dec

Re: [PHP-CVS] cvs: php-src /win32 php4dllts.dsp

2004-01-07 Thread Wez Furlong
Thanks :) - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 12:22 AM Subject: [PHP-CVS] cvs: php-src /win32 php4dllts.dsp > fmk Wed Jan 7 19:22:21 2004 EDT > > Modified files: > /php-src/win32 php4dllts.dsp

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

2004-01-07 Thread Wez Furlong
wez Wed Jan 7 19:25:49 2004 EDT Modified files: /php-src/win32/buildconfutils.js Log: Change ordering of CFLAGS for built sources, so that extension specific include dirs occur before more global include dirs. This avoids problems when building a b

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

2004-01-07 Thread Wez Furlong
;, PHP_GD) && Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.13 php-src/win32/build/Makefile:1.14 --- php-src/win32/build/Makefile:1.13 Wed Jan 7 18:11:54 2004 +++ php-src/win32/build

[PHP-CVS] cvs: php-src /win32/build Makefile mkdist.php

2004-01-07 Thread Wez Furlong
/Makefile:1.12 Tue Dec 23 10:33:13 2003 +++ php-src/win32/build/MakefileWed Jan 7 18:11:54 2004 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +--+ # -# $Id: Makefile,

[PHP-CVS] cvs: php-src /sapi/activescript config.w32 php4activescript.def scriptengine.cpp

2004-01-07 Thread Wez Furlong
PHP license, | | that is bundled with this package in the file LICENSE, and is| @@ -15,7 +15,7 @@ | Authors: Wez Furlong <[EMAIL PROTECTED]> | +--+ */ -/* $Id: scriptengine

[PHP-CVS] cvs: php-src /ext/oci8 config.w32 /ext/oracle config.w32 /ext/pspell config.w32 /ext/zlib config.w32 /sapi/nsapi config.w32 /win32/build confutils.js

2004-01-07 Thread Wez Furlong
wez Wed Jan 7 15:06:34 2004 EDT Modified files: /php-src/ext/oci8 config.w32 /php-src/ext/oracle config.w32 /php-src/ext/pspell config.w32 /php-src/ext/zlib config.w32 /php-src/sapi/nsapi config.w32 /php-src/win32/buildconfutils

[PHP-CVS] cvs: CVSROOT / avail

2003-12-24 Thread Wez Furlong
wez Wed Dec 24 09:05:23 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for Marcin (mg) Index: CVSROOT/avail diff -u CVSROOT/avail:1.804 CVSROOT/avail:1.805 --- CVSROOT/avail:1.804 Wed Dec 24 09:03:41 2003 +++ CVSROOT/avail Wed Dec 24 0

[PHP-CVS] cvs: CVSROOT / avail

2003-12-24 Thread Wez Furlong
wez Wed Dec 24 09:03:42 2003 EDT Modified files: /CVSROOTavail Log: xdiff karma for Marcin Index: CVSROOT/avail diff -u CVSROOT/avail:1.803 CVSROOT/avail:1.804 --- CVSROOT/avail:1.803 Sat Dec 20 18:54:25 2003 +++ CVSROOT/avail Wed Dec 24 09:03:4

[PHP-CVS] cvs: php-src /ext/tidy tidy.c

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 15:12:56 2003 EDT Modified files: /php-src/ext/tidy tidy.c Log: Fix segfault in ZTS mode Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.26 php-src/ext/tidy/tidy.c:1.27 --- php-src/ext/tidy/tidy.c:1.26Fri Dec 19 09:2

[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 Makefile deplister.c mkdist.php

2003-12-23 Thread Wez Furlong
. Index: php-src/win32/build/Makefile diff -u php-src/win32/build/Makefile:1.11 php-src/win32/build/Makefile:1.12 --- php-src/win32/build/Makefile:1.11 Tue Dec 23 00:43:19 2003 +++ php-src/win32/build/MakefileTue Dec 23 10:33:13 2003 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EM

[PHP-CVS] cvs: php-src /ext/dba config.w32

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 09:05:33 2003 EDT Modified files: /php-src/ext/dbaconfig.w32 Log: enable inifile handler under new win32 build too Index: php-src/ext/dba/config.w32 diff -u php-src/ext/dba/config.w32:1.1 php-src/ext/dba/config.w32:1.2 --- php-src/ext/dba/

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

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 08:11:05 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: Attempt to work around apparent problems with WshShell.CurrentDirectory. # Andi, please try this now Index: php-src/win32/build/confutils.js diff -u php-src/win3

[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 / README.WIN32-BUILD-SYSTEM

2003-12-22 Thread Wez Furlong
:02 2003 +++ php-src/README.WIN32-BUILD-SYSTEM Mon Dec 22 21:51:18 2003 @@ -1,12 +1,9 @@ The Win32 Build System. -$Id: README.WIN32-BUILD-SYSTEM,v 1.3 2003/12/06 10:31:02 wez Exp $ +$Id: README.WIN32-BUILD-SYSTEM,v 1.4 2003/12/23 02:51:18 wez Exp $ Wez Furlong <[EMAIL PROTECTED]> -NB: P

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

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 20:55:33 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: Implement a glob() function for use by win32 configure. Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.27 php-src/win32/buil

[PHP-CVS] cvs: php-src /win32/build buildconf.js

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 20:54:07 2003 EDT Modified files: /php-src/win32/buildbuildconf.js Log: win32 buildconf now honours extension dependencies and will try its best to ensure that the config.w32 files are amalgamated in such a way that modules are proces

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

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 17:48:29 2003 EDT Modified files: /php-src/win32/buildmkdist.php Log: Don't annoy people building snaps/dists using VC6 Index: php-src/win32/build/mkdist.php diff -u php-src/win32/build/mkdist.php:1.3 php-src/win32/build/mkdist.php:1.4

[PHP-CVS] cvs: php-src /ext/fbsql config.w32

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 17:42:00 2003 EDT Modified files: /php-src/ext/fbsql config.w32 Log: Allow FrontBase to build against my local version of the headers Index: php-src/ext/fbsql/config.w32 diff -u php-src/ext/fbsql/config.w32:1.3 php-src/ext/fbsql/config.w32:1.

[PHP-CVS] cvs: php-src /ext/yaz config.w32

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 17:39:56 2003 EDT Modified files: /php-src/ext/yazconfig.w32 Log: Proper header check for yaz. Index: php-src/ext/yaz/config.w32 diff -u php-src/ext/yaz/config.w32:1.1 php-src/ext/yaz/config.w32:1.2 --- php-src/ext/yaz/config.w32:1.1

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

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 17:33:44 2003 EDT Modified files: /php-src/ext/gd config.w32 /php-src/win32/buildconfutils.js Log: For GD, build the extension as php_gd2.dll instead of php_gd.dll. Thanks again Frank :-) Index: php-src/ext/gd/config.w32 dif

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Wez Furlong
> I don't really mind how the snapshots are built but it is crucial for > Windows development to keep the .dsp's working and up-to-date. It's the > only sane way to develop & debug on Windows. You can still use the VC++ or VS.Net IDE to debug and write code using the new build system. One of th

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Wez Furlong
ild under win32. Oh yes, and the new build system has nice icons and version info resources ;-) --Wez. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]>; "Wez Furlong" <[EMAIL PROTECTED]&g

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Wez Furlong
under win95 or NT4. --Wez. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 4:39 PM Subject: Re: [PHP-CVS] cvs: php-src /win32/build buildconf

[PHP-CVS] cvs: php-src /sapi/pi3web config.w32

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 10:32:12 2003 EDT Modified files: /php-src/sapi/pi3webconfig.w32 Log: Verify that new build system works with Pi3Web 2.0.2 Index: php-src/sapi/pi3web/config.w32 diff -u php-src/sapi/pi3web/config.w32:1.1 php-src/sapi/pi3web/config.w32:

[PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 10:01:06 2003 EDT Added files: /TSRM config.w32 Modified files: /TSRM tsrm_win32.c tsrm_win32.h /php-src/win32/buildbuildconf.js config.w32 Log: Fix bug #26692; Could not find GetLongPathNameA und

[PHP-CVS] cvs: php-src /ext/dom config.w32 /ext/exif config.w32 /ext/simplexml config.w32 /ext/wddx config.w32 /ext/xml config.w32 /ext/xmlrpc config.w32 /ext/xsl config.w32

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 08:16:43 2003 EDT Modified files: /php-src/ext/domconfig.w32 /php-src/ext/exif config.w32 /php-src/ext/simplexml config.w32 /php-src/ext/wddx config.w32 /php-src/ext/xmlconfig.w32 /php-src/ext/xmlrpc config.w3

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

2003-12-22 Thread Wez Furlong
efileMon Dec 22 08:13:39 2003 @@ -14,7 +14,7 @@ # | Author: Wez Furlong <[EMAIL PROTECTED]> | # +--+ # -# $Id: Makefile,v 1.9 2003/12/19 12:50:11 wez Exp $ +# $Id: Makefile,v 1.10 2

[PHP-CVS] cvs: php-src /sapi/cli config.w32 php_cli.c

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 08:08:05 2003 EDT Modified files: /php-src/sapi/cli config.w32 php_cli.c Log: add win32 configure option for CLI to switch on CRT heap debugging Index: php-src/sapi/cli/config.w32 diff -u php-src/sapi/cli/config.w32:1.1 php-src/sapi/cli/conf

[PHP-CVS] cvs: php-src /main/streams transports.c

2003-12-20 Thread Wez Furlong
wez Sat Dec 20 15:25:55 2003 EDT Modified files: /php-src/main/streams transports.c Log: MFB fix for #25597 Index: php-src/main/streams/transports.c diff -u php-src/main/streams/transports.c:1.8 php-src/main/streams/transports.c:1.9 --- php-src/main

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard fsock.c

2003-12-20 Thread Wez Furlong
wez Sat Dec 20 15:24:37 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard fsock.c Log: Fix Bug #25597 pfsockopen crashes when recycling a persistent list entry. Index: php-src/ext/standard/fsock.c diff -u php-src/ext/standard/fsock.c:1

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

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 18:19:20 2003 EDT Added files: /php-src/sapi/embed config.w32 Modified files: /php-src/win32/buildconfutils.js Log: Forgot to add embed config.w32, and tweak version resource when CREDITS file is missing. Inde

[PHP-CVS] cvs: php-src /win32 flock.c flock.h

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 18:18:15 2003 EDT Modified files: /php-src/win32 flock.c flock.h Log: Export flock for win32 Index: php-src/win32/flock.c diff -u php-src/win32/flock.c:1.1.1.1 php-src/win32/flock.c:1.2 --- php-src/win32/flock.c:1.1.1.1 Wed Apr 7 1

[PHP-CVS] cvs: php-src /sapi/aolserver config.w32 /sapi/apache config.w32 /sapi/apache_hooks config.w32 /sapi/nsapi config.w32 /sapi/pi3web config.w32 /win32/build config.w32 confutils.js mkdist.php

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 15:39:04 2003 EDT Added files: /php-src/sapi/aolserver config.w32 /php-src/sapi/apache_hooks config.w32 /php-src/sapi/pi3webconfig.w32 Modified files: /php-src/sapi/apacheconfig.w32 /php-src

[PHP-CVS] cvs: php-src /sapi/apache2handler config.w32 php4apache2.dsp sapi_apache2.c

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 13:28:57 2003 EDT Added files: /php-src/sapi/apache2handlerconfig.w32 Modified files: /php-src/sapi/apache2handlerphp4apache2.dsp sapi_apache2.c Log: Make apache2handler build with new build system. Perh

[PHP-CVS] cvs: php-src / NEWS /ext/notes .cvsignore notes.dsp notes.dsw php_notes.c php_notes.h

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 12:13:21 2003 EDT Removed files: /php-src/ext/notes .cvsignore notes.dsp notes.dsw php_notes.c php_notes.h Modified files: /php-srcNEWS Log: Moved ext/notes to PECL. (win32 only, and doesn't

[PHP-CVS] cvs: php-src /ext/pdf config.w32 /ext/pspell config.w32 /ext/snmp config.w32 snmp.c /ext/sockets config.w32 /ext/sybase_ct config.w32 /ext/tidy config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 12:00:14 2003 EDT Added files: /php-src/ext/snmp config.w32 /php-src/ext/pdfconfig.w32 /php-src/ext/pspell config.w32 /php-src/ext/socketsconfig.w32 /php-src/ext/sybase_ct config.w32 /php-src/ext/tidy c

[PHP-CVS] cvs: php-src /ext/xmlrpc config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 11:59:37 2003 EDT Added files: /php-src/ext/xmlrpc config.w32 Log: Make xmlrpc build using our expat compat functions. Would be good if someone could verify that it actually works in this configuration. Index: php-src/ext/xmlrpc/config

[PHP-CVS] cvs: php-src /ext/yaz config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 11:59:07 2003 EDT Added files: /php-src/ext/yazconfig.w32 Log: add config.w32 for ext/yaz Edin: we need to update the yaz stuff in php-win32-dev so that this extension will build. Index: php-src/ext/yaz/config.w32 +++ php-src/ext/y

[PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 11:57:37 2003 EDT Modified files: /php-src/ext/xmlcompat.c expat_compat.h Log: Export expat compat functions. "Implement" XML_GetCurrentByteCount(); probably not 100% correct, but the only usage of it is by xmlrpc extension when reporti

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

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 11:56:00 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: don't overwrite internal_functions.c if the content did not change; this saves re-linking php*.dll when you add shared extensions to your config. Index: php-sr

[PHP-CVS] cvs: php-src /ext/gettext config.w32 /ext/interbase config.w32 /ext/ldap config.w32 /ext/mcrypt config.w32 /ext/mcve config.w32 /ext/mime_magic config.w32 /ext/ming config.w32 /ext/msql config.w32 /ext/oci8 config.w32 /ext/oracle config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 10:04:27 2003 EDT Added files: /php-src/ext/gettextconfig.w32 /php-src/ext/interbase config.w32 /php-src/ext/ldap config.w32 /php-src/ext/mcrypt config.w32 /php-src/ext/mcve config.w32 /php-src/ext/mime_mag

[PHP-CVS] cvs: php-src /ext/zlib config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:54:49 2003 EDT Modified files: /php-src/ext/zlib config.w32 Log: we only use zlib.lib Index: php-src/ext/zlib/config.w32 diff -u php-src/ext/zlib/config.w32:1.3 php-src/ext/zlib/config.w32:1.4 --- php-src/ext/zlib/config.w32:1.3 Fri D

[PHP-CVS] cvs: php-src /ext/imap config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:53:42 2003 EDT Modified files: /php-src/ext/imap config.w32 Log: detect c-client headers correctly using Edin's php-win32-dev layout Index: php-src/ext/imap/config.w32 diff -u php-src/ext/imap/config.w32:1.1 php-src/ext/imap/config.w32:1.

[PHP-CVS] cvs: php-src /ext/curl config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:52:40 2003 EDT Modified files: /php-src/ext/curl config.w32 Log: copy-n-paste error Index: php-src/ext/curl/config.w32 diff -u php-src/ext/curl/config.w32:1.1 php-src/ext/curl/config.w32:1.2 --- php-src/ext/curl/config.w32:1.1 Wed Dec

[PHP-CVS] cvs: php-src /ext/com_dotnet config.w32

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:52:09 2003 EDT Modified files: /php-src/ext/com_dotnet config.w32 Log: Explicitly depend on oleaut32.lib Index: php-src/ext/com_dotnet/config.w32 diff -u php-src/ext/com_dotnet/config.w32:1.3 php-src/ext/com_dotnet/config.w32:1.4 --- ph

[PHP-CVS] cvs: php-src / cvsclean.bat /win32/build cvsclean.js

2003-12-19 Thread Wez Furlong
mmediately. | +--+ | Author: Wez Furlong <[EMAIL PROTECTED]> | +--+ */ /* $Id: cvsclean.js,v 1.1 2003/12/19

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

2003-12-19 Thread Wez Furlong
/Makefile:1.8 php-src/win32/build/Makefile:1.9 --- php-src/win32/build/Makefile:1.8Sat Dec 6 11:14:03 2003 +++ php-src/win32/build/MakefileFri Dec 19 07:50:11 2003 @@ -14,36 +14,37 @@ # | Author: Wez Furlong <[EMAIL PROTEC

[PHP-CVS] cvs: php-src /win32 select.c

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:44:23 2003 EDT Modified files: /php-src/win32 select.c Log: this should be an int Index: php-src/win32/select.c diff -u php-src/win32/select.c:1.7 php-src/win32/select.c:1.8 --- php-src/win32/select.c:1.7 Sun Dec 14 22:15:50 2003 +++

[PHP-CVS] cvs: php-src /ext/standard parsedate.y

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:43:39 2003 EDT Modified files: /php-src/ext/standard parsedate.y Log: add prototype Index: php-src/ext/standard/parsedate.y diff -u php-src/ext/standard/parsedate.y:1.50 php-src/ext/standard/parsedate.y:1.51 --- php-src/ext/standard/p

[PHP-CVS] cvs: php-src /ext/sqlite/tests .cvsignore

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:42:59 2003 EDT Modified files: /php-src/ext/sqlite/tests .cvsignore Log: ignore .tmp files created by tests Index: php-src/ext/sqlite/tests/.cvsignore diff -u php-src/ext/sqlite/tests/.cvsignore:1.1 php-src/ext/sqlite/tests/.cvsignore:1.2

[PHP-CVS] cvs: php-src /ext/gd/libgd gdft.c

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:41:25 2003 EDT Modified files: /php-src/ext/gd/libgd gdft.c Log: be slightly nicer when defining R_OK Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.28 php-src/ext/gd/libgd/gdft.c:1.29 --- php-src/ext/gd/libg

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
In addition, the memory allocated by FormatMessage() should be free'd using LocalFree(), not free(). --Wez. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
This function is not used exclusively by dl_error; it is used in many places (network, com and other win32 extensions) to get a readable version of a win32 error code. --Wez. - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: "Wez Furlong&qu

[PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:32:20 2003 EDT Modified files: /php-src/win32 winutil.c Log: make it totally safe again Index: php-src/win32/winutil.c diff -u php-src/win32/winutil.c:1.13 php-src/win32/winutil.c:1.14 --- php-src/win32/winutil.c:1.13Thu Dec 18

[PHP-CVS] cvs: php-src /main php_network.h

2003-12-18 Thread Wez Furlong
wez Thu Dec 18 06:26:01 2003 EDT Modified files: /php-src/main php_network.h Log: Counteract brain-death in Apache headers (they #define strtoul to something that will break compilation, and it successfully breaks the win32 IPv6 headers) Index: php

Re: [PHP-CVS] cvs: php-src /win32 winutil.c

2003-12-18 Thread Wez Furlong
There is a deeper problem; this function is actually called from many win32 extensions where the result is correctly free'd, so we cannot use a static buffer here at all. --Wez. - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: "Marcus Boerger" <[EMAIL PROTECTED]> Cc: <

<    3   4   5   6   7   8   9   10   11   12   >