[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-12-09 Thread Christian Stocker
chregu Mon Dec 9 03:14:16 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: PHP_FALIAS for doc_get_elements_by_tagname got lost Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.226 php4/ext/domxml/php_domxml.c:1.227

Re: [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-09 Thread Markus Fischer
Make a separate checkout in an empty directory and try this: cvs co -r PHP_4_3 php4/ext/sybase_ct/php_sybase_ct.c On Sun, Dec 08, 2002 at 04:01:32PM +0100, Timm Friebe wrote : On Sun, 2002-12-08 at 10:28, Jani Taskinen wrote: MFH?? --Jani I'm sorry, I've tried the

Re: [PHP-CVS] cvs: php4 /ext/standard dns.c

2002-12-09 Thread Derick Rethans
On Sun, 8 Dec 2002, Sara Golemon wrote: pollita Sun Dec 8 03:14:43 2002 EDT Modified files: /php4/ext/standarddns.c Log: Bug #17174 Added IPv6 ( record) support to dns_check_record() also added support to dns_get_record This might break

[PHP-CVS] cvs: php4(PHP_4_3) /main streams.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 05:34:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: Fix for bug #20831; include() from UNC paths does not work. Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.15 php4/main/streams.c:1.125.2.16 ---

[PHP-CVS] cvs: php4 /main streams.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 05:38:35 2002 EDT Modified files: /php4/main streams.c Log: MFB: #20831 fix Index: php4/main/streams.c diff -u php4/main/streams.c:1.131 php4/main/streams.c:1.132 --- php4/main/streams.c:1.131 Fri Nov 22 20:24:08 2002 +++

[PHP-CVS] cvs: php4 /ext/zlib zlib_fopen_wrapper.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 05:54:20 2002 EDT Modified files: /php4/ext/zlib zlib_fopen_wrapper.c Log: MFB zlib related fixes (sorry I didn't get around to doing this sooner) Index: php4/ext/zlib/zlib_fopen_wrapper.c diff -u

FW: [PHP-CVS] cvs: php4(THREADED) /sapi/milter php_milter.c

2002-12-09 Thread Harald Radi
forgot to cc the list. -Original Message- From: Harald Radi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:19 PM To: 'Derick Rethans' Subject: RE: [PHP-CVS] cvs: php4(THREADED) /sapi/milter php_milter.c because i still didn't find the leak. HLP ;)

[PHP-CVS] cvs: php4(PHP_4_3) /ext/sockets sockets.c

2002-12-09 Thread Edin Kadribasic
edink Mon Dec 9 06:29:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets sockets.c Log: Fixed crash in socket_read on windows #20894 (patch by Wez Furlong). Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.125

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-12-09 Thread Sebastian Bergmann
sebastian Mon Dec 9 06:45:47 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fix build. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.54 php4/sapi/cli/php_cli.c:1.55 --- php4/sapi/cli/php_cli.c:1.54Sun Dec 8

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg_formats.h php_ircg_private.h php_ircg_tokenizer.h

2002-12-09 Thread Sascha Schumann
sas Mon Dec 9 07:42:28 2002 EDT Added files: /php4/ext/ircg php_ircg_formats.h Modified files: /php4/ext/ircg ircg.c php_ircg_private.h php_ircg_tokenizer.h Log: It is now possible to run 'apachectl restart' even if PHP

[PHP-CVS] cvs: php4 /ext/ircg ircg_scanner.c ircg_scanner.re

2002-12-09 Thread Sascha Schumann
sas Mon Dec 9 10:28:23 2002 EDT Modified files: /php4/ext/ircg ircg_scanner.c ircg_scanner.re Log: turn frequently called functions into macros to reduce function call and pointer dereference overhead. Index: php4/ext/ircg/ircg_scanner.c diff -u

[PHP-CVS] cvs: php4 / Makefile.global

2002-12-09 Thread Sascha Schumann
sas Mon Dec 9 10:32:17 2002 EDT Modified files: /php4 Makefile.global Log: Use $(INSTALL) rather than cp to install modules. $(INSTALL) will usually unlink the target file first, so that in-memory instances of the old file don't get simply

[PHP-CVS] cvs: php4 /ext/standard array.c

2002-12-09 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 9 10:54:38 2002 EDT Modified files: /php4/ext/standard array.c Log: @- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi) Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.209

[PHP-CVS] cvs: php4 / configure.in /main streams.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 11:14:28 2002 EDT Modified files: /php4 configure.in /php4/main streams.c Log: Emulate fopencookie on *BSD systems. Patch mostly from Melvyn Sopacua [EMAIL PROTECTED] Index: php4/configure.in diff -u php4/configure.in:1.404

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main streams.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 11:22:06 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main streams.c Log: MFH: fopencookie for BSD patch Index: php4/configure.in diff -u php4/configure.in:1.396.2.9 php4/configure.in:1.396.2.10 ---

[PHP-CVS] cvs: php4 /ext/zlib/tests gzreadgzwrite.phpt gzreadgzwriteplain.phpt

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 11:43:15 2002 EDT Modified files: /php4/ext/zlib/testsgzreadgzwrite.phpt gzreadgzwriteplain.phpt Log: MFB: zlib stream tests Index: php4/ext/zlib/tests/gzreadgzwrite.phpt diff -u /dev/null php4/ext/zlib/tests/gzreadgzwrite.phpt:1.2

[PHP-CVS] cvs: php4 /sapi/cgi config9.m4 /sapi/cli config.m4

2002-12-09 Thread Melvyn Sopacua
msopacuaMon Dec 9 12:02:39 2002 EDT Modified files: /php4/sapi/cli config.m4 /php4/sapi/cgi config9.m4 Log: Fix make install target on Cygwin, bug #20807 Index: php4/sapi/cli/config.m4 diff -u php4/sapi/cli/config.m4:1.12

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi config9.m4 /sapi/cli config.m4

2002-12-09 Thread Melvyn Sopacua
msopacuaMon Dec 9 12:25:01 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cli config.m4 /php4/sapi/cgi config9.m4 Log: MFH: fix make install target on Cygwin Index: php4/sapi/cli/config.m4 diff -u php4/sapi/cli/config.m4:1.11

[PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-09 Thread Marcus Boerger
helly Mon Dec 9 12:54:13 2002 EDT Modified files: /php4/ext/dba dba.c Log: Added open modifier '-' to skip/ignore locking. See bug #20828, #20858 Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.65 php4/ext/dba/dba.c:1.66 ---

[PHP-CVS] cvs: php4 /ext/cyrus config.m4

2002-12-09 Thread Jani Taskinen
sniper Mon Dec 9 13:05:37 2002 EDT Modified files: /php4/ext/cyrus config.m4 Log: Fix the build with new cyrus and sasl2 libs Index: php4/ext/cyrus/config.m4 diff -u php4/ext/cyrus/config.m4:1.8 php4/ext/cyrus/config.m4:1.9 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba dba.c

2002-12-09 Thread Marcus Boerger
helly Mon Dec 9 13:07:23 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba dba.c Log: MFH: '-' modifier (bug #20282, #20858) Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.61.2.3 php4/ext/dba/dba.c:1.61.2.4 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/curl curlstreams.c

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 13:25:37 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl curlstreams.c Log: No need to compile this code if curl streams are not enabled, which they cannot be in 4.3 (configure option is disabled and they don't work yet anyway).

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /ext/zip config.m4 /ext/zlib config0.m4

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 13:28:03 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/ext/zlib config0.m4 /php4/ext/zip config.m4 Log: Centralize the fopencookie test. Index: php4/configure.in diff -u

[PHP-CVS] cvs: php4 / configure.in /ext/zip config.m4 /ext/zlib config0.m4

2002-12-09 Thread Wez Furlong
wez Mon Dec 9 13:29:07 2002 EDT Modified files: /php4 configure.in /php4/ext/zlib config0.m4 /php4/ext/zip config.m4 Log: Centralize fopencookie test Index: php4/configure.in diff -u php4/configure.in:1.405

[PHP-CVS] cvs: php4 /ext/cyrus config.m4

2002-12-09 Thread Jani Taskinen
sniper Mon Dec 9 13:29:23 2002 EDT Modified files: /php4/ext/cyrus config.m4 Log: Make this actually work too. Index: php4/ext/cyrus/config.m4 diff -u php4/ext/cyrus/config.m4:1.9 php4/ext/cyrus/config.m4:1.10 --- php4/ext/cyrus/config.m4:1.9

[PHP-CVS] cvs: php4 /ext/cyrus config.m4

2002-12-09 Thread Jani Taskinen
sniper Mon Dec 9 13:30:51 2002 EDT Modified files: /php4/ext/cyrus config.m4 Log: fix typos Index: php4/ext/cyrus/config.m4 diff -u php4/ext/cyrus/config.m4:1.10 php4/ext/cyrus/config.m4:1.11 --- php4/ext/cyrus/config.m4:1.10 Mon Dec 9 13:29:22

Re: [PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-09 Thread Sascha Schumann
On Mon, 9 Dec 2002, Marcus Boerger wrote: helly Mon Dec 9 13:03:01 2002 EDT Modified files: /php4/ext/dba dba.c Log: Recheckin as unix # *** sorry ** a new diff tool converted it to dos before last comit *** sorry *** That's why you should run a 'cvs diff'

Re: [PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-09 Thread Marcus Börger
At 19:38 09.12.2002, Sascha Schumann wrote: On Mon, 9 Dec 2002, Marcus Boerger wrote: helly Mon Dec 9 13:03:01 2002 EDT Modified files: /php4/ext/dba dba.c Log: Recheckin as unix # *** sorry ** a new diff tool converted it to dos before last comit *** sorry ***

[PHP-CVS] cvs: php4 /sapi/apache2filter sapi_apache2.c

2002-12-09 Thread Ilia Alshanetsky
iliaa Mon Dec 9 13:45:32 2002 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Replaced deprecated APR_BRIGADE_FOREACH macro. Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1.92

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-09 Thread Ilia Alshanetsky
iliaa Mon Dec 9 19:10:28 2002 EDT Modified files: /php4/ext/exif exif.c Log: Fixed bug #20907, patch by [EMAIL PROTECTED] Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.123 php4/ext/exif/exif.c:1.124 --- php4/ext/exif/exif.c:1.123 Tue

[PHP-CVS] cvs: php4(PHP_4_3) /ext/exif exif.c

2002-12-09 Thread Ilia Alshanetsky
iliaa Mon Dec 9 19:10:37 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/exif exif.c Log: MFH Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.118.2.3 php4/ext/exif/exif.c:1.118.2.4 --- php4/ext/exif/exif.c:1.118.2.3 Tue Nov 26