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,
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
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
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
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:
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:
> >
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
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:
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
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
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
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
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
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:
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
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
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
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
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
>
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
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
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
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/
23 matches
Mail list logo