[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard md5.c

2007-05-27 Thread Nuno Lopes
nlopess Sun May 27 15:29:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard md5.c Log: make make_digest() output a 16-byte string so that it wont break the internal PHP API (it was breaking the SOAP extension)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard html.c

2007-05-27 Thread Nuno Lopes
nlopess Sun May 27 15:45:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: fix the new 'no-double-encoding' feature of htmlspecialchars() (the length for char search was wrong. this could lead to crashes..)

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

2007-05-27 Thread Nuno Lopes
nlopess Sun May 27 15:57:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c /php-src/ext/standard/tests/strings htmlentities18.phpt Log: fix handling of amp; by htmlentities 'no-double-encode' expand the test cases

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite/sqlite/src parse.c

2007-05-17 Thread Nuno Lopes
nlopess Thu May 17 17:57:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: fix gcov build... http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.6.2.5.2.9r2=1.6.2.5.2.10diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysql php_mysql.c

2007-05-14 Thread Nuno Lopes
Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.701 php-src/NEWS:1.2027.2.547.2.702 --- php-src/NEWS:1.2027.2.547.2.701 Mon May 14 17:10:46 2007 +++ php-src/NEWS Mon May 14 18:09:19 2007 @@ -1,7 +1,7 @@ PHP NEWS

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

2007-05-07 Thread Nuno Lopes
nlopess Mon May 7 15:23:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug21758.phpt Log: fix test title http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug21758.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pcre/tests bug21758.phpt

2007-05-07 Thread Nuno Lopes
nlopess Mon May 7 15:24:37 2007 UTC Modified files: /php-src/ext/pcre/tests bug21758.phpt Log: fix test title http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug21758.phpt?r1=1.2r2=1.3diff_format=u Index: php-src/ext/pcre/tests/bug21758.phpt diff -u

[PHP-CVS] cvs: php-src /main php_compat.h

2007-05-07 Thread Nuno Lopes
nlopess Mon May 7 15:43:21 2007 UTC Modified files: /php-src/main php_compat.h Log: update pcre symbols list http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.32r2=1.33diff_format=u Index: php-src/main/php_compat.h diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2007-05-04 Thread Nuno Lopes
nlopess Fri May 4 17:11:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: get ride of warnings (different signdess) http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.22r2=1.66.2.8.2.23diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/tidy tidy.c /ext/tidy/tests 007.phpt

2007-05-04 Thread Nuno Lopes
nlopess Fri May 4 17:45:56 2007 UTC Modified files: /php-src/ext/tidy tidy.c /php-src/ext/tidy/tests 007.phpt Log: use the new 's' parameter type and simplify the code

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard http_fopen_wrapper.c

2007-04-23 Thread Nuno Lopes
test please? - Original Message - From: Hannes Magnusson [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Monday, April 23, 2007 5:37 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard http_fopen_wrapper.c bjori Mon Apr 23 16:37:28 2007 UTC Modified files:

[PHP-CVS] cvs: php-src(PHP_5_2) / INSTALL /win32 install.txt

2007-04-20 Thread Nuno Lopes
nlopess Fri Apr 20 14:13:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcINSTALL /php-src/win32 install.txt Log: update install instructions (auto-generated from phpdoc XML sources)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite/sqlite/src parse.c

2007-04-20 Thread Nuno Lopes
nlopess Fri Apr 20 14:51:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: fix gcov build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.6.2.5.2.7r2=1.6.2.5.2.8diff_format=u Index:

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

2007-04-04 Thread Nuno Lopes
nlopess Wed Apr 4 14:24:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gdft.c Log: fix race condition on font cache shutdown http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.36.4.7r2=1.36.4.8diff_format=u Index:

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

2007-04-04 Thread Nuno Lopes
nlopess Wed Apr 4 14:26:04 2007 UTC Modified files: /php-src/ext/gd/libgd gdft.c Log: MFB: fix race condition on font cache shutdown http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.43r2=1.44diff_format=u Index: php-src/ext/gd/libgd/gdft.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard var_unserializer.c

2007-03-23 Thread Nuno Lopes
nlopess Fri Mar 23 20:28:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard var_unserializer.c Log: regenerate to fix gcov build. plus use re2c bitvectors

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

2007-03-08 Thread Nuno Lopes
nlopess Thu Mar 8 20:24:54 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd_gif_in.c Log: fix thread unsafety in the gif reader code (merge from libgd cvs)

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

2007-03-08 Thread Nuno Lopes
nlopess Thu Mar 8 20:26:48 2007 UTC Modified files: /php-src/ext/gd/libgd gd_gif_in.c Log: MFB: fix thread unsafety in the gif reader code (merge from libgd cvs) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_gif_in.c?r1=1.13r2=1.14diff_format=u

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

2007-03-08 Thread Nuno Lopes
nlopess Thu Mar 8 22:04:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN: gd gif reading http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.578r2=1.2027.2.547.2.579diff_format=u Index: php-src/NEWS diff -u

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

2007-03-02 Thread Nuno Lopes
nlopess Fri Mar 2 18:41:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd_gif_in.c Log: fix access to non initialized memory (check valgrind reports on http://gcov.php.net)

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

2007-03-02 Thread Nuno Lopes
nlopess Fri Mar 2 18:46:16 2007 UTC Modified files: /php-src/ext/gd/libgd gd_gif_in.c Log: MFB #Pierre: libgd isn't affected. this problem was caused by the recent conversion to strlcpy()

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

2007-03-02 Thread Nuno Lopes
nlopess Fri Mar 2 18:54:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/fileproc_open01.phpt Log: increase the stream_select() timeout, to make the test pass in a slow machine with valgrind

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

2007-03-02 Thread Nuno Lopes
nlopess Fri Mar 2 18:54:41 2007 UTC Modified files: /php-src/ext/standard/tests/fileproc_open01.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/proc_open01.phpt?r1=1.4r2=1.5diff_format=u Index:

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

2007-03-01 Thread Nuno Lopes
nlopess Thu Mar 1 18:39:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gdft.c Log: merge from gd sources: unlock mutex before shuting it down

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

2007-03-01 Thread Nuno Lopes
nlopess Thu Mar 1 18:41:45 2007 UTC Modified files: /php-src/ext/gd/libgd gdft.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.41r2=1.42diff_format=u Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.41

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

2007-03-01 Thread Nuno Lopes
nlopess Thu Mar 1 19:09:33 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/gd/libgd gdft.c Log: MFH #Pierre: I think this code still needs more patching..

[PHP-CVS] cvs: php-src(PHP_5_2) /main php_compat.h

2007-02-25 Thread Nuno Lopes
nlopess Sun Feb 25 18:47:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_compat.h Log: update pcre symbols list http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.25.2.3.2.3r2=1.25.2.3.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /main php_compat.h

2007-02-25 Thread Nuno Lopes
nlopess Sun Feb 25 18:48:19 2007 UTC Modified files: /php-src/main php_compat.h Log: MFB: update pcre symbol list http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.31r2=1.32diff_format=u Index: php-src/main/php_compat.h diff -u

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

2007-02-22 Thread Nuno Lopes
nlopess Thu Feb 22 11:48:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions proc_open02.phpt Log: fix test on ultra-fast-machines and/or SOs with long time slices # Thanks Tony

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions proc_open02.phpt

2007-02-22 Thread Nuno Lopes
nlopess Thu Feb 22 11:49:23 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions proc_open02.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/proc_open02.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite/sqlite/src parse.c

2007-02-21 Thread Nuno Lopes
nlopess Wed Feb 21 16:08:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: fix gcov build (#line stuff) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.6.2.5.2.5r2=1.6.2.5.2.6diff_format=u

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

2007-02-21 Thread Nuno Lopes
nlopess Wed Feb 21 16:25:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions proc_open02.phpt Log: use /usr/bin/nohup instead

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions proc_open02.phpt

2007-02-21 Thread Nuno Lopes
nlopess Wed Feb 21 16:27:12 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions proc_open02.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/proc_open02.phpt?r1=1.3r2=1.4diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions proc_open02.phpt

2007-02-21 Thread Nuno Lopes
On 02/21/2007 07:25 PM, Nuno Lopes wrote: nlopess Wed Feb 21 16:25:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions proc_open02.phpt The test fails on three different Linuxes I have here. Thanks for the report, Tony. This test

Re: [PHP-CVS] cvs: php-src /ext/standard assert.c basic_functions.c

2007-02-16 Thread Nuno Lopes
So where is the test? *hint* :-) - Original Message - Really this patch fixes a SIGSEGV. I'll try to look how to optimize it. Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 4:47 PM To: Dmitry Stogov Cc:

[PHP-CVS] cvs: php-src(PHP_5_2) /build build.mk

2007-02-15 Thread Nuno Lopes
nlopess Thu Feb 15 20:42:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/build build.mk Log: fix cvsclean on cygwin with windows-style EOLs http://cvs.php.net/viewvc.cgi/php-src/build/build.mk?r1=1.26.2.2.2.1r2=1.26.2.2.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /build build.mk

2007-02-15 Thread Nuno Lopes
nlopess Thu Feb 15 20:43:19 2007 UTC Modified files: /php-src/build build.mk Log: MFB: fix cvsclean on cygwin with windows-style EOLs http://cvs.php.net/viewvc.cgi/php-src/build/build.mk?r1=1.28r2=1.29diff_format=u Index: php-src/build/build.mk diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite config.m4

2007-02-15 Thread Nuno Lopes
nlopess Thu Feb 15 20:52:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite config.m4 Log: fix build on cygwin with windows-style EOLs

[PHP-CVS] cvs: php-src /ext/pdo_sqlite config.m4

2007-02-15 Thread Nuno Lopes
nlopess Thu Feb 15 20:53:26 2007 UTC Modified files: /php-src/ext/pdo_sqlite config.m4 Log: MFB: fix build on cygwin with windows-style EOLs http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.m4?r1=1.32r2=1.33diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c /ext/standard/tests/general_functions bug39322.phpt proc_open02.phpt

2007-02-14 Thread Nuno Lopes
nlopess Wed Feb 14 19:13:31 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug39322.phpt proc_open02.phpt Modified files: /php-srcNEWS

[PHP-CVS] cvs: php-src /ext/standard proc_open.c /ext/standard/tests/general_functions bug39322.phpt phpcredits.phpt proc_open02.phpt

2007-02-14 Thread Nuno Lopes
nlopess Wed Feb 14 19:20:15 2007 UTC Modified files: /php-src/ext/standard proc_open.c /php-src/ext/standard/tests/general_functions bug39322.phpt proc_open02.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions bug39322.phpt bug40398.phpt error_get_last.phpt proc_open02.phpt

2007-02-14 Thread Nuno Lopes
nlopess Wed Feb 14 19:29:34 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions bug39322.phpt bug40398.phpt error_get_last.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/ftp ftp.c /ext/ftp/tests bug37799.phpt server.inc

2007-02-13 Thread Nuno Lopes
nlopess Tue Feb 13 18:29:10 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/ftp/tests bug37799.phpt Modified files: /php-srcNEWS /php-src/ext/ftpftp.c /php-src/ext/ftp/tests server.inc Log: Fixed bug #37799

[PHP-CVS] cvs: php-src /ext/ftp ftp.c /ext/ftp/tests bug37799.phpt server.inc

2007-02-13 Thread Nuno Lopes
nlopess Tue Feb 13 18:30:19 2007 UTC Modified files: /php-src/ext/ftpftp.c /php-src/ext/ftp/tests bug37799.phpt server.inc Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/ftp/ftp.c?r1=1.120r2=1.121diff_format=u Index: php-src/ext/ftp/ftp.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c /ext/standard/tests/general_functions bug34794.phpt

2007-02-13 Thread Nuno Lopes
nlopess Tue Feb 13 19:53:42 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug34794.phpt Modified files: /php-srcNEWS /php-src/ext/standard proc_open.c Log: Fixed bug #34794

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/tidy tidy.c /ext/tidy/tests 028.phpt

2007-02-11 Thread Nuno Lopes
nlopess Sun Feb 11 16:07:31 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 028.phpt Modified files: /php-srcNEWS /php-src/ext/tidy tidy.c Log: merge the tidyNode::getParent() patch from HEAD

[PHP-CVS] cvs: php-src /ext/tidy/tests 019.phpt 028.phpt

2007-02-11 Thread Nuno Lopes
nlopess Sun Feb 11 16:12:00 2007 UTC Modified files: /php-src/ext/tidy/tests 028.phpt 019.phpt Log: sync tests with php 5.2 http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tests/028.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/tidy/tests/028.phpt diff

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/imap config.m4

2007-02-10 Thread Nuno Lopes
nlopess Sat Feb 10 20:57:29 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/imap config.m4 Log: fix typos http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.49.2.15.2.1r2=1.49.2.15.2.2diff_format=u Index: php-src/ext/imap/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite/sqlite/src parse.c

2007-02-10 Thread Nuno Lopes
nlopess Sat Feb 10 20:26:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: fix gcov build (#line directives)

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

2007-02-09 Thread Nuno Lopes
nlopess Fri Feb 9 20:00:17 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug40195.phpt Log: new test to keep track of the reported pcre regression http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug40195.phpt?view=markuprev=1.1

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-08 Thread Nuno Lopes
nlopess Thu Feb 8 15:22:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: convert all ereg*() calls to preg_match(), so that we become future-proof (ereg is scheduled for removal in PHP 6)

[PHP-CVS] cvs: php-src / run-tests.php

2007-02-08 Thread Nuno Lopes
nlopess Thu Feb 8 15:25:17 2007 UTC Modified files: /php-srcrun-tests.php Log: MFB: remove ereg() calls http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.314r2=1.315diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.314

[PHP-CVS] cvs: php-src /ext/tidy tidy.c /ext/tidy/tests 004.phpt 007.phpt 010.phpt 011.phpt 012.phpt 019.phpt 024.phpt 025.phpt 027.phpt

2007-02-08 Thread Nuno Lopes
nlopess Thu Feb 8 16:37:52 2007 UTC Modified files: /php-src/ext/tidy tidy.c /php-src/ext/tidy/tests 004.phpt 007.phpt 010.phpt 011.phpt 012.phpt 019.phpt 024.phpt 025.phpt 027.phpt Log:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-07 Thread Nuno Lopes
nlopess Wed Feb 7 11:31:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: use getenv() instead of _ENV enable multiple error reporting on the same test

[PHP-CVS] cvs: php-src / run-tests.php

2007-01-30 Thread Nuno Lopes
nlopess Tue Jan 30 17:41:11 2007 UTC Modified files: /php-srcrun-tests.php Log: use getenv() instead of the _ENV var http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.313r2=1.314diff_format=u Index: php-src/run-tests.php diff -u

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

2007-01-29 Thread Nuno Lopes
nlopess Mon Jan 29 19:36:53 2007 UTC Modified files: /php-src/ext/soap php_xml.c Log: fix access to already free'ed memory http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_xml.c?r1=1.32r2=1.33diff_format=u Index: php-src/ext/soap/php_xml.c diff -u

[PHP-CVS] cvs: php-src / run-tests.php

2007-01-29 Thread Nuno Lopes
nlopess Mon Jan 29 22:55:22 2007 UTC Modified files: /php-srcrun-tests.php Log: display all errors/leaks/warnings on each test, instead of showing just the top most error http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.312r2=1.313diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2007-01-23 Thread Nuno Lopes
nlopess Tue Jan 23 19:23:29 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: fix a few crashes http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.20r2=1.66.2.8.2.21diff_format=u Index: php-src/ext/tidy/tidy.c diff -u

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

2007-01-23 Thread Nuno Lopes
nlopess Tue Jan 23 19:26:24 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 027.phpt Log: add test http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tests/027.phpt?view=markuprev=1.1 Index: php-src/ext/tidy/tests/027.phpt +++

[PHP-CVS] cvs: php-src /ext/tidy tidy.c /ext/tidy/tests 027.phpt

2007-01-23 Thread Nuno Lopes
nlopess Tue Jan 23 19:50:14 2007 UTC Modified files: /php-src/ext/tidy tidy.c /php-src/ext/tidy/tests 027.phpt Log: MFB: fix a few crashes http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.110r2=1.111diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2007-01-20 Thread Nuno Lopes
nlopess Sat Jan 20 12:27:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: fix crash. tests will follow http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.18r2=1.66.2.8.2.19diff_format=u Index: php-src/ext/tidy/tidy.c

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

2007-01-20 Thread Nuno Lopes
nlopess Sat Jan 20 12:27:55 2007 UTC Modified files: /php-src/ext/tidy tidy.c Log: MFB: fix crash http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.108r2=1.109diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.108

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2007-01-20 Thread Nuno Lopes
nlopess Sat Jan 20 12:49:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: fix another crash http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.19r2=1.66.2.8.2.20diff_format=u Index: php-src/ext/tidy/tidy.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy/tests 024.phpt 025.phpt 026.phpt

2007-01-20 Thread Nuno Lopes
nlopess Sat Jan 20 12:50:19 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 024.phpt 025.phpt 026.phpt Log: new tests. bump code coverage to 81% http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tests/024.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/tidy tidy.c /ext/tidy/tests 024.phpt 025.phpt 026.phpt

2007-01-20 Thread Nuno Lopes
nlopess Sat Jan 20 12:58:20 2007 UTC Modified files: /php-src/ext/tidy tidy.c /php-src/ext/tidy/tests 024.phpt 025.phpt 026.phpt Log: MFB: fix crash add tests http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.109r2=1.110diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c

2007-01-19 Thread Nuno Lopes
nlopess Fri Jan 19 18:50:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: fix segfaults with new libtidy. the patch is backwards compatible

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

2007-01-19 Thread Nuno Lopes
nlopess Fri Jan 19 18:57:06 2007 UTC Modified files: /php-src/ext/tidy tidy.c Log: MFB: fix segfaults with new libtidy http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.107r2=1.108diff_format=u Index: php-src/ext/tidy/tidy.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main/streams php_stream_transport.h

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 16:05:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams php_stream_transport.h Log: only 2 bits are needed for shutdown(2) method (only 3 possible values). this is new code in 5.2.1, so don't worry..

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

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 16:06:29 2007 UTC Modified files: /php-src/main/streams php_stream_transport.h Log: MFB: use only 2 bits http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.13r2=1.14diff_format=u Index:

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

2007-01-14 Thread Nuno Lopes
As the commit log says, I fixed a few valgrind warnings in the bug24594.phpt test (it was reading one past the end of the array). The log is still available at http://gcov.php.net/viewer.php?version=PHP_5_2func=valgrindfile=ext%2Fgd%2Ftests%2Fbug24594.phpt the fix is this part: - for (; x=wx2

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

2007-01-13 Thread Nuno Lopes
nlopess Sat Jan 13 11:16:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.c Log: fix valgrind error in test bug24594.phpt while at it, remove some dead code and change the pts vector to char to save (much) memory # Pierre: one more

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

2007-01-13 Thread Nuno Lopes
nlopess Sat Jan 13 11:16:54 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.99r2=1.100diff_format=u Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.99

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

2007-01-13 Thread Nuno Lopes
nlopess Sat Jan 13 11:21:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.c Log: OMG, this line was really bogus (and allocating huge amounts of memory unecessarly)

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

2007-01-13 Thread Nuno Lopes
nlopess Sat Jan 13 11:22:44 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.100r2=1.101diff_format=u Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.100

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

2007-01-13 Thread Nuno Lopes
On 1/13/07, Nuno Lopes [EMAIL PROTECTED] wrote: nlopess Sat Jan 13 11:16:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.c Log: fix valgrind error in test bug24594.phpt while at it, remove some dead code and change the pts vector

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-09 Thread Nuno Lopes
On Mon, 8 Jan 2007, Nuno Lopes wrote: nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 Is it really needed to clog the source code with those ifdefs? It's not like

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c

2007-01-09 Thread Nuno Lopes
I think this one needs a test.. - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Tuesday, January 09, 2007 3:31 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c iliaa Tue Jan 9 15:31:12 2007 UTC Modified files:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/hash hash.c hash_adler32.c hash_crc32.c hash_gost.c hash_haval.c hash_md.c hash_ripemd.c hash_salsa.c hash_sha.c hash_snefru.c hash_tiger.c hash_whirlpool.c php_ha

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:29:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/hash hash.c hash_adler32.c hash_crc32.c hash_gost.c hash_haval.c hash_md.c hash_ripemd.c hash_salsa.c hash_sha.c hash_snefru.c

[PHP-CVS] cvs: php-src /ext/hash hash.c hash_adler32.c hash_crc32.c hash_gost.c hash_haval.c hash_md.c hash_ripemd.c hash_salsa.c hash_sha.c hash_snefru.c hash_tiger.c hash_whirlpool.c php_hash.h

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:29:52 2007 UTC Modified files: /php-src/ext/hash hash.c hash_adler32.c hash_crc32.c hash_gost.c hash_haval.c hash_md.c hash_ripemd.c hash_salsa.c hash_sha.c hash_snefru.c hash_tiger.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sysvmsg php_sysvmsg.h sysvmsg.c

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:34:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sysvmsgphp_sysvmsg.h sysvmsg.c Log: remove useless MSHUTDOWN function

[PHP-CVS] cvs: php-src /ext/sysvmsg php_sysvmsg.h sysvmsg.c

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:35:25 2007 UTC Modified files: /php-src/ext/sysvmsgphp_sysvmsg.h sysvmsg.c Log: MFB: remove mshutdown func http://cvs.php.net/viewvc.cgi/php-src/ext/sysvmsg/php_sysvmsg.h?r1=1.8r2=1.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.13r2=1.312.2.20.2.14diff_format=u

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

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:56:26 2007 UTC Modified files: /php-src/ext/gd gd.c php_gd.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.364r2=1.365diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.364

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c

2007-01-06 Thread Nuno Lopes
Uhm, maybe we can also apply this to unix code (skip 'sh')? - Original Message - From: Dmitry Stogov [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Saturday, January 06, 2007 9:02 AM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c dmitry Sat Jan 6

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ming config.m4 ming.c php_ming.h

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 19:25:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ming config.m4 ming.c php_ming.h Log: fix build with libming 0.3 and older http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.22.2.6.2.2r2=1.22.2.6.2.3diff_format=u

[PHP-CVS] cvs: php-src /ext/ming config.m4 ming.c php_ming.h

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 19:26:31 2007 UTC Modified files: /php-src/ext/ming config.m4 ming.c php_ming.h Log: MFB: fix build with libming 0.3 http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.28r2=1.29diff_format=u Index: php-src/ext/ming/config.m4 diff

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug37514.phpt oo_002.phpt

2007-01-06 Thread Nuno Lopes
Well at least the first on can use the strtotime() second parameter (a timestamp), so that the relative times are calculated against that given timestamp. Nuno - Original Message - Hi Marcus The test is checking if strtotime() assumes correct year, therefor we need to check if it

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:16:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: fix a few memleaks and double-free()s on error conditions http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.24r2=1.1.2.25diff_format=u Index:

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

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:30:23 2007 UTC Modified files: /php-src/ext/zipphp_zip.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.36r2=1.37diff_format=u Index: php-src/ext/zip/php_zip.c diff -u php-src/ext/zip/php_zip.c:1.36

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

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:43:51 2007 UTC Modified files: /php-src/main php_logos.c Log: make a var static http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.25r2=1.26diff_format=u Index: php-src/main/php_logos.c diff -u php-src/main/php_logos.c:1.25

[PHP-CVS] cvs: php-src(PHP_5_2) /main php_logos.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:44:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_logos.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.19.2.1.2.4r2=1.19.2.1.2.5diff_format=u Index: php-src/main/php_logos.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.gcov

2007-01-04 Thread Nuno Lopes
nlopess Thu Jan 4 14:11:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.gcov Log: remove --show-details from lcov's genhtml, as currently we don't separate the coverage data per test, making this option useless # gathering per test coverage

[PHP-CVS] cvs: php-src / Makefile.gcov

2007-01-04 Thread Nuno Lopes
nlopess Thu Jan 4 14:12:14 2007 UTC Modified files: /php-srcMakefile.gcov Log: MFB http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.15r2=1.16diff_format=u Index: php-src/Makefile.gcov diff -u php-src/Makefile.gcov:1.15 php-src/Makefile.gcov:1.16

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/ftp ftp.c

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 20:04:57 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/ftpftp.c Log: merge Tony's patch to fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/ftp/ftp.c?r1=1.68.2.22.2.4r2=1.68.2.22.2.5diff_format=u Index: php-src/ext/ftp/ftp.c

[PHP-CVS] cvs: php-src /ext/pdo php_pdo_driver.h

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 20:33:10 2007 UTC Modified files: /php-src/ext/pdophp_pdo_driver.h Log: fix PDO_DRIVER_API http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/php_pdo_driver.h?r1=1.85r2=1.86diff_format=u Index: php-src/ext/pdo/php_pdo_driver.h diff -u

[PHP-CVS] cvs: php-src /ext/pdo pdo_sql_parser.c pdo_sql_parser.re

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 22:02:43 2007 UTC Modified files: /php-src/ext/pdopdo_sql_parser.c pdo_sql_parser.re Log: fix a bug where PHP would enter in an infinite cycle with chars with ascii value 127 while at it, remove the lim structure parameter (it wasn't

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo_sql_parser.c pdo_sql_parser.re

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 22:05:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_sql_parser.c pdo_sql_parser.re Log: MFH: fix infinite cycle #this was the infinite cycle that was bugging me in the gcov machine...

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

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 22:32:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zlib/tests bug_34821.phpt Log: reduce the test data size even further or when running with valgrind it times out

[PHP-CVS] cvs: php-src /ext/zlib/tests bug_34821.phpt

2007-01-03 Thread Nuno Lopes
nlopess Wed Jan 3 22:33:33 2007 UTC Modified files: /php-src/ext/zlib/tests bug_34821.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/tests/bug_34821.phpt?r1=1.5r2=1.6diff_format=u Index: php-src/ext/zlib/tests/bug_34821.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c

2007-01-02 Thread Nuno Lopes
nlopess Tue Jan 2 15:29:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard proc_open.c /php-srcNEWS Log: +- Fixed bug #37619 (proc_open() closes stdin on fork() failure).

<    1   2   3   4   5   6   7   >