[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in /main spprintf.c

2008-12-12 Thread Nuno Lopes
nlopess Fri Dec 12 23:43:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in /php-src/main spprintf.c Log: make *printf() functions do not read strings past their specified length (if any)

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

2008-12-12 Thread Nuno Lopes
nlopess Fri Dec 12 23:46:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_stmt.c Log: we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly

[PHP-CVS] cvs: php-src / configure.in /main spprintf.c

2008-12-12 Thread Nuno Lopes
nlopess Fri Dec 12 23:55:49 2008 UTC Modified files: /php-srcconfigure.in /php-src/main spprintf.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.668r2=1.669diff_format=u Index: php-src/configure.in diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo pdo_stmt.c

2008-12-12 Thread Nuno Lopes
that code needs to be reviewed, but just from general use case I think its safer not to pass non-terminated char pointers around. On 11-Dec-08, at 11:50 AM, Nuno Lopes wrote: Weird.. Isn't that a bug in php_stream_printf() then? I would say it shouldn't read past the specified length.. otherwise

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo pdo_stmt.c

2008-12-11 Thread Nuno Lopes
Modified files: (Branch: PHP_5_3) /php-src/ext/pdo pdo_stmt.c Log: Fixed a possible corruption inside PDOStatement::debugDumpParams() http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.38.2.24.2.39r2=1.118.2.38.2.24.2.40diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo pdo_stmt.c

2008-12-11 Thread Nuno Lopes
) is not guaranteed to be NULL terminated (nor does it need to be), so when strlen() is attempted on top of it you could end up reading more data then necessary. On 11-Dec-08, at 10:43 AM, Nuno Lopes wrote: Modified files: (Branch: PHP_5_3) /php-src/ext/pdo pdo_stmt.c Log: Fixed a possible

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre upgrade-pcre.php /ext/pcre/pcrelib config.h

2008-12-10 Thread Nuno Lopes
nlopess Wed Dec 10 10:16:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre upgrade-pcre.php /php-src/ext/pcre/pcrelib config.h Log: export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire)

[PHP-CVS] cvs: php-src /ext/pcre upgrade-pcre.php /ext/pcre/pcrelib config.h

2008-12-10 Thread Nuno Lopes
nlopess Wed Dec 10 10:16:22 2008 UTC Modified files: /php-src/ext/pcre upgrade-pcre.php /php-src/ext/pcre/pcrelib config.h Log: MFB: export pcre API when using gcc 4

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

2008-12-09 Thread Nuno Lopes
nlopess Tue Dec 9 22:00:20 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_compat.h Log: update PCRE symbol list (sync with php 5.3). this should fix bug #46800

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/pcrelib ucptable.h

2008-12-08 Thread Nuno Lopes
nlopess Mon Dec 8 20:18:15 2008 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/pcre/pcrelib ucptable.h Log: remove unused file to avoid confusion -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c assert.c basic_functions.c browscap.c crypt.c file.c filestat.c head.c html.c http.c info.c mail.c math.c proc_open.c rand.c streamsfuncs.c st

2008-10-22 Thread Nuno Lopes
Hey, hey, what are you doing? I assume you're reading the http://gcov.php.net/viewer.php?version=PHP_5_3func=params page. That script is very dumb and unfortunately shows many false positives. I did a cursory review of your commits and most of the changes you did aren't necessary (in fact

[PHP-CVS] cvs: php-src /ext/iconv iconv.c /ext/pcre php_pcre.c /ext/standard array.c base64.c image.c versioning.c /main rfc1867.c /main/streams glob_wrapper.c ZendEngine2 zend_constants.c

2008-09-23 Thread Nuno Lopes
nlopess Tue Sep 23 15:22:05 2008 UTC Modified files: /ZendEngine2zend_constants.c /php-src/ext/iconv iconv.c /php-src/ext/pcre php_pcre.c /php-src/ext/standard array.c base64.c image.c versioning.c /php-src/main rfc1867.c

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

2008-09-14 Thread Nuno Lopes
nlopess Sun Sep 14 14:15:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_compat.h Log: update list of pcre symbols http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.25.2.3.2.4.2.2r2=1.25.2.3.2.4.2.3diff_format=u Index:

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

2008-09-02 Thread Nuno Lopes
nlopess Tue Sep 2 19:10:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: kill dead variables. found by LLVM's clang static analyzer

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

2008-09-02 Thread Nuno Lopes
nlopess Tue Sep 2 19:13:24 2008 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB: kill unused var http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.239r2=1.240diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u

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

2008-08-31 Thread Nuno Lopes
nlopess Sun Aug 31 15:28:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre/tests preg_filter.phpt Log: remove unicode skipif, as the test doesnt require such support

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

2008-08-31 Thread Nuno Lopes
nlopess Sun Aug 31 15:28:52 2008 UTC Modified files: /php-src/ext/pcre/tests preg_filter.phpt Log: MFB: remove extra skipif http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_filter.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre php_pcre.c /ext/pcre/tests bug44925.phpt

2008-08-14 Thread Nuno Lopes
nlopess Thu Aug 14 13:12:42 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug44925.phpt Modified files: /php-srcNEWS /php-src/ext/pcre php_pcre.c Log: Fixed bug #44925 (preg_grep() modifies input array)

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug44925.phpt

2008-08-14 Thread Nuno Lopes
nlopess Thu Aug 14 14:35:23 2008 UTC Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug44925.phpt Log: sync with 5.3 branch. add test for bug #44925

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pcre/tests bug44925.phpt

2008-08-14 Thread Nuno Lopes
nlopess Thu Aug 14 14:37:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug44925.phpt Log: after rereading the documentation about preg_grep(), lets match the behavior in HEAD (return the original

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre php_pcre.c /ext/pcre/tests bug44925.phpt

2008-08-14 Thread Nuno Lopes
bug fixes MUST go there too. In which case you move that NEWS entry to the PHP_5_2 NEWS.. --Jani Nuno Lopes [EMAIL PROTECTED] kirjoitti: nlopess Thu Aug 14 13:12:42 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug44925.phpt Modified files: /php-src

[PHP-CVS] cvs: php-src /ext/curl/tests .cvsignore

2008-08-11 Thread Nuno Lopes
nlopess Mon Aug 11 15:18:47 2008 UTC Added files: /php-src/ext/curl/tests .cvsignore Log: add http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/.cvsignore?view=markuprev=1.1 Index: php-src/ext/curl/tests/.cvsignore +++

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl/tests .cvsignore

2008-08-11 Thread Nuno Lopes
nlopess Mon Aug 11 15:20:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/curl/tests .cvsignore Log: add http://cvs.php.net/viewvc.cgi/php-src/ext/curl/tests/.cvsignore?view=markuprev=1.1 Index: php-src/ext/curl/tests/.cvsignore +++

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

2008-08-11 Thread Nuno Lopes
nlopess Mon Aug 11 15:40:41 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: fix build when host machine doest has pcre installed http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.295r2=1.296diff_format=u Index:

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

2008-08-11 Thread Nuno Lopes
nlopess Mon Aug 11 15:42:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: MFH: fix build when pcre is not present

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

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 12:50:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard browscap.c Log: upgrade to PCRE (i.e. get ride of ereg usage)

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

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 12:51:05 2008 UTC Modified files: /php-src/ext/standard browscap.c Log: MFB: upgrade to PCRE http://cvs.php.net/viewvc.cgi/php-src/ext/standard/browscap.c?r1=1.99r2=1.100diff_format=u Index: php-src/ext/standard/browscap.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/litespeed config.m4

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 19:32:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/litespeed config.m4 Log: fix this, so that I can build php without litespeed..

[PHP-CVS] cvs: php-src /sapi/litespeed config.m4

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 19:32:48 2008 UTC Modified files: /php-src/sapi/litespeed config.m4 Log: MFB: fix build http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/config.m4?r1=1.3r2=1.4diff_format=u Index: php-src/sapi/litespeed/config.m4 diff -u

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

2008-07-17 Thread Nuno Lopes
nlopess Thu Jul 17 14:33:36 2008 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: update PCRE symbols http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.11.4.6.2.4r2=1.11.4.6.2.5diff_format=u Index: php-src/main/php_compat.h

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

2008-07-17 Thread Nuno Lopes
nlopess Thu Jul 17 14:34:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_compat.h Log: update PCRE symbols http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.25.2.3.2.4.2.1r2=1.25.2.3.2.4.2.2diff_format=u Index:

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

2008-07-17 Thread Nuno Lopes
nlopess Thu Jul 17 14:35:33 2008 UTC Modified files: /php-src/main php_compat.h Log: update PCRE symbols http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.34r2=1.35diff_format=u Index: php-src/main/php_compat.h diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) /win32 php4dllts.dsp

2008-07-17 Thread Nuno Lopes
nlopess Thu Jul 17 14:42:15 2008 UTC Modified files: (Branch: PHP_4_4) /php-src/win32 php4dllts.dsp Log: update for PCRE upgrade http://cvs.php.net/viewvc.cgi/php-src/win32/php4dllts.dsp?r1=1.87.2.9.2.5r2=1.87.2.9.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang comments.phpt comments2.phpt script_tag.phpt

2008-07-08 Thread Nuno Lopes
nlopess Tue Jul 8 14:38:31 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang comments2.phpt script_tag.phpt Modified files: /php-src/tests/lang comments.phpt Log: add more tests for the parser. currently both fail

[PHP-CVS] cvs: php-src /tests/lang comments.phpt comments2.phpt script_tag.phpt

2008-07-08 Thread Nuno Lopes
nlopess Tue Jul 8 14:39:14 2008 UTC Modified files: /php-src/tests/lang comments2.phpt script_tag.phpt comments.phpt Log: add new tests http://cvs.php.net/viewvc.cgi/php-src/tests/lang/comments2.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang comments.phpt

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 15:40:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang comments.phpt Log: add test for #-style comments. passes fine on both 5.2 and 5.3 http://cvs.php.net/viewvc.cgi/php-src/tests/lang/comments.phpt?view=markuprev=1.1 Index:

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

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 15:40:39 2008 UTC Modified files: /php-src/tests/lang comments.phpt Log: add http://cvs.php.net/viewvc.cgi/php-src/tests/lang/comments.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/tests/lang/comments.phpt diff -u /dev/null

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre/pcrelib pcre_compile.c

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 15:23:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre/pcrelib pcre_compile.c Log: fix CVE-2008-2371. patch by Tavis Ormandy # currently there's no release of PCRE with this fix. PCRE's author recommended applying this patch

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 016.phpt

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 16:38:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 016.phpt Log: fix test for good consoles (tm) http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/016.phpt?r1=1.1.2.4r2=1.1.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/cli/tests 016.phpt

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 16:42:10 2008 UTC Modified files: /php-src/sapi/cli/tests 016.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/016.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/sapi/cli/tests/016.phpt diff -u

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

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 16:43:36 2008 UTC Modified files: /php-src/tests/lang bug44654.phpt Log: uhm, forgot to commit this one http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug44654.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/tests/lang/bug44654.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 021.phpt

2008-07-06 Thread Nuno Lopes
nlopess Sun Jul 6 16:59:39 2008 UTC Added files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 021.phpt Log: add test for the shebang thing http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/021.phpt?view=markuprev=1.1 Index:

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

2008-06-19 Thread Nuno Lopes
+ + $timeout = $leak_check ? 300 : (isset($env['TEST_TIMEOUT']) ? $env['TEST_TIMEOUT'] : 60); I don't particularly like this semantic, as that way I can't set the timeout when using valgrind. A better way would be (IMHO): $timeout = isset($env['TEST_TIMEOUT']) ? $env['TEST_TIMEOUT'] :

Re: [PHP-CVS] cvs: php-src /ext/hash/tests hash_copy_001.phpt

2008-06-04 Thread Nuno Lopes
tony2001 Wed Jun 4 09:10:35 2008 UTC Modified files: /php-src/ext/hash/tests hash_copy_001.phpt Log: fix test (the test still fails because of broken preg_match()) What's broken in preg_match()? I'd be happy to fix it :) Nuno -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math acosh_basic.phpt acosh_error.phpt acosh_variation.phpt asinh_basic.phpt asinh_error.phpt asinh_va

2008-05-05 Thread Nuno Lopes
Please add the 'static' qualifier to your new php_* functions. Thanks, Nuno - Original Message - From: Kalle Sommer Nielsen [EMAIL PROTECTED] To: php-cvs@lists.php.net; [EMAIL PROTECTED] Sent: Monday, May 05, 2008 7:28 AM Subject: [PHP-CVS] cvs: php-src /ext/standard

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo/tests bug_43663.phpt bug_44159.phpt

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 18:50:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo/tests bug_43663.phpt bug_44159.phpt Log: fix SKIPIFs # Patch by Christian Hoffmann

[PHP-CVS] cvs: php-src /ext/pdo/tests bug_43663.phpt

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 18:51:54 2008 UTC Modified files: /php-src/ext/pdo/tests bug_43663.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_43663.phpt?r1=1.2r2=1.3diff_format=u Index: php-src/ext/pdo/tests/bug_43663.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo/tests bug_43663.phpt bug_44159.phpt

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 19:09:49 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo/tests bug_43663.phpt bug_44159.phpt Log: MFB5.3: fix SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_43663.phpt?r1=1.1.4.2r2=1.1.4.3diff_format=u Index:

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

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 19:13:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug44394_2.phpt Log: add SKIPIF # Patch by Christian Hoffmann

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

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 19:14:23 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions bug44394_2.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/bug44394_2.phpt?r1=1.2r2=1.3diff_format=u Index:

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

2008-04-10 Thread Nuno Lopes
nlopess Thu Apr 10 19:16:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug44394_2.phpt Log: MFB53

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/class_object .cvsignore

2008-03-28 Thread Nuno Lopes
nlopess Fri Mar 28 17:46:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/class_object.cvsignore Log: ignore generated files http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/.cvsignore?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/class_object .cvsignore

2008-03-28 Thread Nuno Lopes
nlopess Fri Mar 28 17:47:51 2008 UTC Modified files: /php-src/ext/standard/tests/class_object.cvsignore Log: ignore generated files http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/.cvsignore?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ldap/tests .cvsignore

2008-03-28 Thread Nuno Lopes
nlopess Fri Mar 28 17:48:30 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/ldap/tests .cvsignore Log: ignore generated files http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/tests/.cvsignore?view=markuprev=1.1 Index: php-src/ext/ldap/tests/.cvsignore

[PHP-CVS] cvs: php-src /ext/ldap/tests .cvsignore

2008-03-28 Thread Nuno Lopes
nlopess Fri Mar 28 17:48:59 2008 UTC Modified files: /php-src/ext/ldap/tests .cvsignore Log: ignore generated files http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/tests/.cvsignore?r1=1.1r2=1.2diff_format=u Index: php-src/ext/ldap/tests/.cvsignore diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/streams .cvsignore

2008-03-19 Thread Nuno Lopes
nlopess Wed Mar 19 23:25:53 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/streams .cvsignore Log: ignore generated files http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/streams/.cvsignore?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/streams .cvsignore

2008-03-19 Thread Nuno Lopes
nlopess Wed Mar 19 23:26:58 2008 UTC Modified files: /php-src/ext/standard/tests/streams .cvsignore Log: add http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/streams/.cvsignore?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 016.phpt 017.phpt

2008-03-17 Thread Nuno Lopes
nlopess Mon Mar 17 16:32:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 016.phpt 017.phpt Log: fix tests (removed duplicated stuff) http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/016.phpt?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

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

2008-03-17 Thread Nuno Lopes
nlopess Mon Mar 17 17:18:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: detect test cases with duplicated sections http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.18r2=1.226.2.37.2.35.2.19diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_fetch_row.phpt /ext/pdo/tests bug_43663.phpt /ext/standard/tests/file unlink_error-win32.phpt

2008-03-17 Thread Nuno Lopes
nlopess Mon Mar 17 17:19:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/fileunlink_error-win32.phpt /php-src/ext/mysql/testsmysql_fetch_row.phpt /php-src/ext/pdo/tests bug_43663.phpt Log: remove duplicated sections

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre/tests 007.phpt invalid_utf8_offset.phpt

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 11:50:20 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests 007.phpt invalid_utf8_offset.phpt Log: add new tests http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/007.phpt?view=markuprev=1.1 Index:

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 11:51:03 2008 UTC Modified files: /php-src/ext/pcre/tests 007.phpt invalid_utf8_offset.phpt Log: add new tests http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/007.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/pcre/tests/007.phpt

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 11:58:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: implement #44336: optimize utf8 string matching add PREG_BAD_UTF8_OFFSET_ERROR constant

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 12:05:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN: #44336 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.128r2=1.2027.2.547.2.965.2.129diff_format=u Index: php-src/NEWS diff -u

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 12:12:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings setlocale_variation4.phpt setlocale_variation5.phpt Log: MFB53 skipif patch as asked by gentoo guys

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pcre/tests bug44214.phpt bug44214_2.phpt

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 13:01:59 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug44214.phpt bug44214_2.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix bug #44214: crash with preg_replace_callback and global

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 13:04:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN #44214 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.130r2=1.2027.2.547.2.965.2.131diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug44214.phpt bug44214_2.phpt

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 13:14:02 2008 UTC Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug44214.phpt bug44214_2.phpt Log: MFB: fix #44214 http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.232r2=1.233diff_format=u

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

2008-02-28 Thread Nuno Lopes
felipe Thu Feb 28 17:43:32 2008 UTC Modified files: /php-src/ext/gd gd.c Log: Fixed return value changed previously http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.384r2=1.385diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.384 php-src/ext/gd/gd.c:1.385 ---

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard metaphone.c /ext/standard/tests/strings bug44242.phpt

2008-02-25 Thread Nuno Lopes
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/metaphone.c?r1=1.28.2.1.2.5r2=1.28.2.1.2.6diff_format=u Index: php-src/ext/standard/metaphone.c diff -u php-src/ext/standard/metaphone.c:1.28.2.1.2.5 php-src/ext/standard/metaphone.c:1.28.2.1.2.6 ---

[PHP-CVS] cvs: php-src /ext/pdo/tests bug_38253.phpt

2008-02-19 Thread Nuno Lopes
nlopess Tue Feb 19 14:46:42 2008 UTC Modified files: /php-src/ext/pdo/tests bug_38253.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_38253.phpt?r1=1.4r2=1.5diff_format=u Index: php-src/ext/pdo/tests/bug_38253.phpt diff -u

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

2008-02-19 Thread Nuno Lopes
nlopess Tue Feb 19 14:46:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo/tests bug_38253.phpt Log: some BDs (e.g. firebird) dont support text, so replace it with varchar(255).

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard math.c /ext/standard/tests/math exp_error.phpt

2008-02-12 Thread Nuno Lopes
@@ -471,14 +471,14 @@ Returns e raised to the power of the number */ PHP_FUNCTION(exp) { - zval **num; +double num; + +if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, d, num) == FAILURE) { +return; +} + +RETURN_DOUBLE(exp(num)); you

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

2008-02-08 Thread Nuno Lopes
nlopess Fri Feb 8 16:47:20 2008 UTC Modified files: /php-srcrun-tests.php Log: fix ===DONE=== with windows EOLs http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.341r2=1.342diff_format=u Index: php-src/run-tests.php diff -u

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

2008-02-08 Thread Nuno Lopes
nlopess Fri Feb 8 16:46:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: fix ===DONE=== with windows EOLs http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.14r2=1.226.2.37.2.35.2.15diff_format=u Index:

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

2008-02-08 Thread Nuno Lopes
nlopess Fri Feb 8 16:46:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: fix ===DONE=== with windows EOLs http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.14r2=1.226.2.37.2.35.2.15diff_format=u Index:

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

2008-02-08 Thread Nuno Lopes
nlopess Fri Feb 8 13:49:27 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/func 010.phpt Log: add new test to test function with many arguments (i.e. test the new stack implementation) this increases the converage of zend_execute.h by 18%

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

2008-02-08 Thread Nuno Lopes
nlopess Fri Feb 8 13:49:53 2008 UTC Modified files: /php-src/tests/func 010.phpt Log: MFB: add new test http://cvs.php.net/viewvc.cgi/php-src/tests/func/010.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/tests/func/010.phpt diff -u /dev/null

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/testsmysql_connect.phpt

2008-02-07 Thread Nuno Lopes
The same for the gcov machine: http://gcov.php.net/viewer.php?version=PHP_5_3func=tests Nuno - Original Message - A lot of tests fail for me too, using libmysql. Pretty much same reason as Antony has. On Thu, 2008-02-07 at 15:41 +0200, Andrey Hristov wrote: Antony Dovgal wrote:

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

2008-01-31 Thread Nuno Lopes
nlopess Thu Jan 31 18:30:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap config.m4 Log: try to fix build with gcc 4: take #1 http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.69.4.7r2=1.69.4.7.2.1diff_format=u Index:

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

2008-01-31 Thread Nuno Lopes
nlopess Thu Jan 31 18:46:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: try to fix build with gcc 4: take #2 http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.2r2=1.208.2.7.2.26.2.3diff_format=u

[PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c

2008-01-31 Thread Nuno Lopes
nlopess Thu Jan 31 18:48:01 2008 UTC Modified files: /php-src/ext/imap config.m4 php_imap.c Log: fix gcc 4 build http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.76r2=1.77diff_format=u Index: php-src/ext/imap/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_ge

2008-01-29 Thread Nuno Lopes
nlopess Tue Jan 29 20:25:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql_structs.h

2008-01-28 Thread Nuno Lopes
nlopess Mon Jan 28 11:16:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql_structs.h Log: remove unused PHP_MYSQL_API macro http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql_structs.h?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql php_mysql_structs.h

2008-01-28 Thread Nuno Lopes
nlopess Mon Jan 28 11:16:37 2008 UTC Modified files: /php-src/ext/mysql php_mysql_structs.h Log: remove unused PHP_MYSQL_API macro http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql_structs.h?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings moneyformat.phpt setlocale_basic1.phpt setlocale_basic2.phpt setlocale_basic3.phpt setlocale_variation1.phpt setlocale_variation3.phpt setlo

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 16:45:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings moneyformat.phpt setlocale_basic1.phpt setlocale_basic2.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/strings moneyformat.phpt

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 16:54:02 2008 UTC Modified files: /php-src/ext/standard/tests/strings moneyformat.phpt Log: be more strict in the skipif http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.5r2=1.6diff_format=u Index:

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

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 16:54:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings moneyformat.phpt Log: be more strict in the skipif

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

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 17:01:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/tests bug43003.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug43003.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date/tests bug43003.phpt

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 17:02:01 2008 UTC Modified files: /php-src/ext/date/tests bug43003.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug43003.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/date/tests/bug43003.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/strings moneyformat.phpt setlocale_basic1.phpt setlocale_basic2.phpt setlocale_basic3.phpt setlocale_variation1.phpt setlocale_variation3.phpt setlocale_vari

2008-01-27 Thread Nuno Lopes
nlopess Sun Jan 27 16:52:34 2008 UTC Modified files: /php-src/ext/standard/tests/strings moneyformat.phpt setlocale_basic1.phpt setlocale_basic2.phpt

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Nuno Lopes
Thank you for reverting this. It seems that the Zend engine really requires right access to these structures. The engine needs fixing first. Thanks, Nuno - Original Message - From: Marcus Boerger [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Sunday, January 27, 2008 3:03 PM

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Nuno Lopes
I'll take a look into that to see how feasible it is and if it presents any useful gains. Thanks, Nuno - Original Message - Hello Nuno, it writes the module number in the structure. We could have the macros create a static non const int that receives the module number and

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-26 Thread Nuno Lopes
On 25.01.2008 23:29, Nuno Lopes wrote: -zend_module_entry spl_module_entry = { +const zend_module_entry spl_module_entry = { -zend_module_entry tidy_module_entry = { +const zend_module_entry tidy_module_entry = { This makes PHP to crash right after the start. Please revert. Ah damn

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:58:51 2008 UTC Modified files: /php-src/ext/pdopdo_sqlstate.c Log: MFB: move data to const segment http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_sqlstate.c?r1=1.11r2=1.12diff_format=u Index: php-src/ext/pdo/pdo_sqlstate.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/regex cclass.h regerror.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:11:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/regex cclass.h regerror.c Log: const'ify more 372 bytes http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cclass.h?r1=1.4.8.2r2=1.4.8.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:29:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: more const kewywording remove spl_functions_none var (wast used anywhere

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:57:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_sqlstate.c Log: move about 3K of data to the const area. also reduce memory usage (~ -266 bytes :P)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/regex cname.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:04:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/regex cname.h Log: const'ify more 768 bytes http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cname.h?r1=1.3.36.2r2=1.3.36.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c php_pcre.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:38:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c php_pcre.h Log: spread some static keywords http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.9r2=1.168.2.9.2.21.2.10diff_format=u

<    1   2   3   4   5   6   7   >