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

2003-07-02 Thread Marcus Boerger
helly Wed Jul 2 02:40:34 2003 EDT Modified files: /php-src/tests/classes bug24445.phpt Log: Fix test name Index: php-src/tests/classes/bug24445.phpt diff -u php-src/tests/classes/bug24445.phpt:1.1 php-src/tests/classes/bug24445.phpt:1.2 ---

[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

[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

[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-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-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

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-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-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) / 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

[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-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

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 /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-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-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-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 ?php in testcases Index: php-src/tests/lang/bug24403.phpt diff -u php-src/tests/lang/bug24403.phpt:1.1 php-src/tests/lang/bug24403.phpt:1.2 ---

[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

[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 /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-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-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-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

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 would

[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-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

[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 / 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