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

2003-07-02 Thread Sascha Schumann
sas Thu Jul 3 02:59:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: make the recipient parameter actually useful Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.10 php-src/ext/ircg/ircg.c:1.137.2.11 ---

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

2003-07-02 Thread Sascha Schumann
sas Thu Jul 3 02:29:45 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: make it compile Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.9 php-src/ext/ircg/ircg.c:1.137.2.10 --- php-src/ext/ircg/ircg.c:1.137

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

2003-07-02 Thread Sascha Schumann
sas Thu Jul 3 02:27:55 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: always provide recipient info, already fixed in HEAD Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.8 php-src/ext/ircg/ircg.c:1.137.2

[PHP-CVS] cvs: php-src / INSTALL README.TESTING README.UNIX-BUILD-SYSTEM

2003-07-02 Thread Jon Parise
jon Thu Jul 3 00:14:42 2003 EDT Modified files: /php-srcINSTALL README.TESTING README.UNIX-BUILD-SYSTEM Log: Update documentation for PHP 5. Index: php-src/INSTALL diff -u php-src/INSTALL:1.32 php-src/INSTALL:1.33 --- php-src/INSTALL:1.32Sat

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

2003-07-02 Thread Jani Taskinen
sniper Wed Jul 2 22:59:05 2003 EDT Modified files: /php-src/main rfc1867.c Log: Cut the long line a bit for readability.. Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.139 php-src/main/rfc1867.c:1.140 --- php-src/main/rfc1867.c:1.139

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

2003-07-02 Thread Ilia Alshanetsky
iliaa Wed Jul 2 20:55:20 2003 EDT Modified files: /php-src/main rfc1867.c Log: Compiler warning fix. Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.138 php-src/main/rfc1867.c:1.139 --- php-src/main/rfc1867.c:1.138Sat Jun 28 19

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

2003-07-02 Thread Wez Furlong
the idea was to avoid being socket specific, as the transport layer supports things other than sockets (eg: named pipes are a work in progress here). However, its been a while since I scrutinized that part of the code and it may make sense to use sockaddr; when I get a little bit more time for php

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/nsapi nsapi-readme.txt

2003-07-02 Thread Uwe Schindler
thetaphiWed Jul 2 18:40:14 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/nsapi nsapi-readme.txt Log: fix typo Index: php-src/sapi/nsapi/nsapi-readme.txt diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.3.8.3 php-src/sapi/nsapi/nsapi-readme.txt:1

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi-readme.txt nsapi.c

2003-07-02 Thread Uwe Schindler
thetaphiWed Jul 2 18:39:37 2003 EDT Modified files: /php-src/sapi/nsapi nsapi-readme.txt nsapi.c Log: rename functions to php5_* Index: php-src/sapi/nsapi/nsapi-readme.txt diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.6 php-src/sapi/nsapi/nsapi-readme.t

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

2003-07-02 Thread Sascha Schumann
On Wed, 2 Jul 2003, Wez Furlong wrote: > wez Wed Jul 2 17:11:35 2003 EDT > > Modified files: > /php-src/main/streams transports.c > Log: > more size_t -> socklen_t. > Noticed by [EMAIL PROTECTED] Any reason for not using struct sockaddr in favor of void? That wo

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

2003-07-02 Thread Sara Golemon
pollita Wed Jul 2 18:18:59 2003 EDT Modified files: /php-src/main/streams php_stream_context.h streams.c Log: Introduce connection pooling API. I'll use these in http/ftp fopen wrappers soon. Index: php-src/main/streams/php_stream_context.h diff -u php-sr

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

2003-07-02 Thread Marcus Boerger
helly Wed Jul 2 17:40:55 2003 EDT Modified files: /php-src/ext/sqlite sess_sqlite.c Log: funny fixes Index: php-src/ext/sqlite/sess_sqlite.c diff -u php-src/ext/sqlite/sess_sqlite.c:1.9 php-src/ext/sqlite/sess_sqlite.c:1.10 --- php-src/ext/sqlite/sess_sqlite.

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

2003-07-02 Thread Marcus Boerger
helly Wed Jul 2 17:37:45 2003 EDT Modified files: /php-src/ext/ming ming.c Log: ZTS fix Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.48 php-src/ext/ming/ming.c:1.49 --- php-src/ext/ming/ming.c:1.48Tue Jul 1 22:03:59 2003 +++ php

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

2003-07-02 Thread Wez Furlong
wez Wed Jul 2 17:11:35 2003 EDT Modified files: /php-src/main/streams transports.c Log: more size_t -> socklen_t. Noticed by [EMAIL PROTECTED] Index: php-src/main/streams/transports.c diff -u php-src/main/streams/transports.c:1.5 php-src/main/str

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

2003-07-02 Thread Sterling Hughes
sterlingWed Jul 2 16:05:13 2003 EDT Modified files: /php-src/ext/xmlxml.c Log: Not really the best way to solve this. But it doesn't give a segfault on self-referential structures, which is always a bonus Index: php-src/ext/xml/xml.c diff -u

[PHP-CVS] cvs: php-src /tests/lang bug23922.phpt

2003-07-02 Thread Zeev Suraski
zeevWed Jul 2 14:05:45 2003 EDT Added files: /php-src/tests/lang bug23922.phpt Log: Another test case Index: php-src/tests/lang/bug23922.phpt +++ php-src/tests/lang/bug23922.phpt --TEST-- Bug #23922 (scope doesn't properly propagate into internal fun

[PHP-CVS] cvs: php-src /tests/lang bug24403.phpt

2003-07-02 Thread Derick Rethans
derick Wed Jul 2 14:00:51 2003 EDT Modified files: /php-src/tests/lang bug24403.phpt Log: - use http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /tests/lang bug24403.phpt

2003-07-02 Thread Zeev Suraski
zeevWed Jul 2 13:51:15 2003 EDT Added files: /php-src/tests/lang bug24403.phpt Log: Add test case Index: php-src/tests/lang/bug24403.phpt +++ php-src/tests/lang/bug24403.phpt --TEST-- Bug #24403 (scope doesn't properly propagate into internal functio

[PHP-CVS] cvs: php-src /tests/classes factory_and_singleton_001.phpt factory_and_singleton_002.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 13:13:28 2003 EDT Modified files: /php-src/tests/classes factory_and_singleton_001.phpt factory_and_singleton_002.phpt Log: Changed line break characters from CRLF to LF. Index: php-src/tests/cl

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/file bug12556.phpt bug22382.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 13:09:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/filebug12556.phpt bug22382.phpt Log: MFH(r-1.4, r-1.2): s/cvs/csv/ Index: php-src/ext/standard/tests/file/bug12556.phpt diff -u php-src/ext/standard/

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug12556.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 13:07:56 2003 EDT Modified files: /php-src/ext/standard/tests/filebug12556.phpt Log: s/cvs/csv/ Index: php-src/ext/standard/tests/file/bug12556.phpt diff -u php-src/ext/standard/tests/file/bug12556.phpt:1.3 php-src/ext/standard

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

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 12:19:58 2003 EDT Modified files: /php-src/ext/standard var_unserializer.re var_unserializer.c Log: Fixed a leak that occurs with "R" reference variable specifier. Index: php-src/ext/standard/var_unserializer.re diff -u php-sr

[PHP-CVS] cvs: php-src /tests/lang bug22510.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 11:47:24 2003 EDT Modified files: /php-src/tests/lang bug22510.phpt Log: Now this should make sense. Index: php-src/tests/lang/bug22510.phpt diff -u php-src/tests/lang/bug22510.phpt:1.2 php-src/tests/lang/bug22510.phpt:1.3 --- php-s

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug22382.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 11:43:44 2003 EDT Modified files: /php-src/ext/standard/tests/filebug22382.phpt Log: s/cvs/csv/ :) Index: php-src/ext/standard/tests/file/bug22382.phpt diff -u php-src/ext/standard/tests/file/bug22382.phpt:1.1 php-src/ext/stand

Re: [PHP-CVS] cvs: php-src /tests/lang bug22510.phpt

2003-07-02 Thread Sterling Hughes
This is the wrong adjustment. The bug Zeev fixed also existed here (not related to objects). You should adjust the EXPECT portion to the current output. -Sterling On Wed, 2003-07-02 at 11:38, Moriyoshi Koizumi wrote: > moriyoshi Wed Jul 2 11:38:51 2003 EDT > > Modified files:

[PHP-CVS] cvs: php-src /tests/lang bug22510.phpt

2003-07-02 Thread Moriyoshi Koizumi
moriyoshi Wed Jul 2 11:38:51 2003 EDT Modified files: /php-src/tests/lang bug22510.phpt Log: Adjust test. # This was also fixed by the Zeev's patch for bug #22367. Index: php-src/tests/lang/bug22510.phpt diff -u php-src/tests/lang/bug22510.phpt:1.1 p

[PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2003-07-02 Thread Zeev Suraski
zeevWed Jul 2 11:08:11 2003 EDT Modified files: /php-src/tests/lang bug22367.phpt Log: Adjust expectations :) Index: php-src/tests/lang/bug22367.phpt diff -u php-src/tests/lang/bug22367.phpt:1.1 php-src/tests/lang/bug22367.phpt:1.2 --- php-src/tests/lang

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2003-07-02 Thread Jani Taskinen
sniper Wed Jul 2 10:05:45 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.274 php-src/NEWS:1.1247.2.275 --- php-src/NEWS:1.1247.2.274 Mon Jun 30 09:37:43 2003 +++ php-src/NEWSWed J

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2003-07-02 Thread Uwe Schindler
thetaphiWed Jul 2 09:39:41 2003 EDT Modified files: /php-src/sapi/nsapi nsapi.c Log: prevent user from making nested PHP requests using virtual() Index: php-src/sapi/nsapi/nsapi.c diff -u php-src/sapi/nsapi/nsapi.c:1.47 php-src/sapi/nsapi/nsapi.c:1.48 -

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/nsapi nsapi.c

2003-07-02 Thread Uwe Schindler
thetaphiWed Jul 2 09:37:39 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/nsapi nsapi.c Log: Prevent user from making nested PHP requests with virtual() Index: php-src/sapi/nsapi/nsapi.c diff -u php-src/sapi/nsapi/nsapi.c:1.28.2.14 php-src/sapi

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

2003-07-02 Thread Jani Taskinen
Please add the NEWS entry for the bugfix in PHP_4_3 NEWS file. --Jani On Wed, 2 Jul 2003, Pierre-Alain Joye wrote: >pajoye Wed Jul 2 07:23:56 2003 EDT > > Modified files: >/php-src/ext/gd/libgd gd.c > Log: > - Fix #23808 > > >Index: php-src/ex

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

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:36:17 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - tabs Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.56 php-src/ext/gd/libgd/gd.c:1.57 --- php-src/ext/gd/libgd/gd.c:1.56 Wed Jul 2 07:23:5

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

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:33:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - tabs... Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.15 php-src/ext/gd/libgd/gd.c:1.24.2.16 --- php-src/ext/gd/libgd/gd.

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

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:24:52 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - MFH Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.14 php-src/ext/gd/libgd/gd.c:1.24.2.15 --- php-src/ext/gd/libgd/gd.c:1.

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

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:23:56 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix #23808 Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.55 php-src/ext/gd/libgd/gd.c:1.56 --- php-src/ext/gd/libgd/gd.c:1.55 Thu Jun 12 1

[PHP-CVS] cvs: php-src /tests/classes clone_002.phpt clone_003.phpt ZendEngine2 zend_objects.c

2003-07-02 Thread Marcus Boerger
helly Wed Jul 2 03:24:11 2003 EDT Modified files: /ZendEngine2zend_objects.c /php-src/tests/classes clone_002.phpt clone_003.phpt Log: Finally fix property cloning and fix the tests accordingly. # The default behaviour is to copy all prope