Re: [PHP-CVS] cvs: php-src /tests/basic rfc1867_anonymous_upload.phpt

2008-09-18 Thread Antony Dovgal
On 18.09.2008 23:57, Arnaud Le Blanc wrote: > Actually this was a bug in the rfc1867 post handler which caused the uploaded > files to not be cleaned at end of request (a unicode filename was given to > the > callback responsible of removing files). That's fixed :) Much appreciated! -- Wbr,

Re: [PHP-CVS] cvs: php-src /tests/basic rfc1867_anonymous_upload.phpt

2008-09-18 Thread Arnaud Le Blanc
Actually this was a bug in the rfc1867 post handler which caused the uploaded files to not be cleaned at end of request (a unicode filename was given to the callback responsible of removing files). That's fixed :) On Thursday 18 September 2008 18:45:36 Arnaud Le Blanc wrote: > Hi, > > Sorry, I

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

2008-09-18 Thread Arnaud Le Blanc
lbarnaudThu Sep 18 19:44:01 2008 UTC Modified files: /php-src/main rfc1867.c Log: Fixed cleaning of uploaded files http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.201&r2=1.202&diff_format=u Index: php-src/main/rfc1867.c diff -u php-src

[PHP-CVS] cvs: CVSROOT / avail

2008-09-18 Thread Pierre-Alain Joye
pajoye Thu Sep 18 19:31:44 2008 UTC Modified files: /CVSROOTavail Log: - gloob karma for peclweb (helping us for win and other fixes) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1448&r2=1.1449&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail

Re: [PHP-CVS] cvs: php-src /tests/basic rfc1867_anonymous_upload.phpt

2008-09-18 Thread Arnaud Le Blanc
Hi, Sorry, I will fix that. On Thursday 18 September 2008 12:04:29 Antony Dovgal wrote: > These tests leave A LOT of garbage temp files in HEAD. > Please take care of it. > > On 08.09.2008 13:24, Arnaud Le Blanc wrote: > > lbarnaudMon Sep 8 09:24:45 2008 UTC > > > > Added files:

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

2008-09-18 Thread Arnaud Le Blanc
Hi, On Thursday 18 September 2008 10:37:04 Hannes Magnusson wrote: > On Wed, Sep 17, 2008 at 19:22, Arnaud Le Blanc <[EMAIL PROTECTED]> wrote: > > lbarnaudWed Sep 17 17:22:07 2008 UTC > > > > Modified files: > >/php-src/ext/sessionphp_session.h session.c > > Log: > >

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/openssl openssl.c

2008-09-18 Thread Scott MacVicar
scottmacThu Sep 18 16:09:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/opensslopenssl.c Log: MFH: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checkin

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

2008-09-18 Thread Scott MacVicar
scottmacThu Sep 18 16:02:09 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version. http:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings printf_64bit.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 13:26:06 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings printf_64bit.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/printf_64bit.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_for

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 010.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 13:23:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests 010.phpt Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/010.phpt?r1=1.5.2.1.2.1&r2=1.5.2.1.2.2&diff_format=u Index: php-src/ext/mys

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/hash/tests mhash_001.phpt mhash_003.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 12:16:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash/tests mhash_001.phpt mhash_003.phpt Log: update tests http://cvs.php.net/viewvc.cgi/php-src/ext/hash/tests/mhash_001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u I

[PHP-CVS] cvs: php-src /ext/hash/tests mhash_001.phpt mhash_003.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 12:15:56 2008 UTC Modified files: /php-src/ext/hash/tests mhash_001.phpt mhash_003.phpt Log: update tests http://cvs.php.net/viewvc.cgi/php-src/ext/hash/tests/mhash_001.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/hash/te

[PHP-CVS] Re: cvs: php-src(PHP_5_3) / NEWS /ext/hash hash_crc32.c /ext/hash/tests crc32.phpt hash_copy_001.phpt

2008-09-18 Thread Scott MacVicar
mhash tests use the same hash functions and have separate tests so they need to be updated too. ext/hash/tests/mhash_*.phpt Scott Antony Dovgal wrote: > tony2001 Mon Aug 18 14:29:58 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src NEWS > /php-src/e

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/hash hash.c /ext/hash/tests mhash_001.phpt mhash_004.phpt

2008-09-18 Thread Scott MacVicar
scottmacThu Sep 18 11:59:13 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/hash/tests mhash_004.phpt Modified files: /php-srcNEWS /php-src/ext/hash hash.c /php-src/ext/hash/tests mhash_001.phpt Log: MFH:

[PHP-CVS] cvs: php-src /ext/hash hash.c /ext/hash/tests mhash_001.phpt mhash_004.phpt

2008-09-18 Thread Scott MacVicar
scottmacThu Sep 18 11:52:12 2008 UTC Added files: /php-src/ext/hash/tests mhash_004.phpt Modified files: /php-src/ext/hash hash.c /php-src/ext/hash/tests mhash_001.phpt Log: mhash algorithm parameter was modified when

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

2008-09-18 Thread Rob Richards
rrichards Thu Sep 18 11:49:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.323&r2=1.2027.2.547.2.965.2.324&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl php_xsl.c xsltprocessor.c

2008-09-18 Thread Rob Richards
rrichards Thu Sep 18 11:47:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c php_xsl.c Log: MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c xsltprocessor.c

2008-09-18 Thread Rob Richards
rrichards Thu Sep 18 11:46:54 2008 UTC Modified files: /php-src/ext/xslxsltprocessor.c php_xsl.c Log: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.65&r2=1.66&diff_format=u

Re: [PHP-CVS] cvs: php-src /tests/basic rfc1867_anonymous_upload.phpt

2008-09-18 Thread Antony Dovgal
These tests leave A LOT of garbage temp files in HEAD. Please take care of it. On 08.09.2008 13:24, Arnaud Le Blanc wrote: > lbarnaud Mon Sep 8 09:24:45 2008 UTC > > Added files: > /php-src/tests/basic rfc1867_anonymous_upload.phpt >

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

2008-09-18 Thread Hannes Magnusson
On Wed, Sep 17, 2008 at 19:22, Arnaud Le Blanc <[EMAIL PROTECTED]> wrote: > lbarnaudWed Sep 17 17:22:07 2008 UTC > > Modified files: >/php-src/ext/sessionphp_session.h session.c > Log: > Added ability to cancel upload in rfc1867 handler How exactly does this work? se

[PHP-CVS] cvs: php-src /ext/mysqli/tests 010.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 08:40:20 2008 UTC Modified files: /php-src/ext/mysqli/tests 010.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/010.phpt?r1=1.9&r2=1.10&diff_format=u Index: php-src/ext/mysqli/tests/010.phpt diff -u php-s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 010.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 08:40:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 010.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/010.phpt?r1=1.5.2.1.4.2&r2=1.5.2.1.4.3&diff_format=u Index: php-src/ext/mys

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 010.phpt

2008-09-18 Thread Antony Dovgal
tony2001Thu Sep 18 08:39:23 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests 010.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/010.phpt?r1=1.5.2.1&r2=1.5.2.1.2.1&diff_format=u Index: php-src/ext/mysqli/