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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 16:14:57 2006 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.37&r2=1.38&diff_format=u Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.37 p

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 16:11:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gdft.c Log: fix a valgrind warning. this also provides a 5x speedup in the imagefttext.phpt test, because without this patch it never got cache hits http://cvs.php

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 15:14:04 2006 UTC Modified files: /php-src/ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.h?r1=1.28&r2=1.29&

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 15:11:54 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c Log: mark some huge arrays as read-only http://cvs.php.net/viewv

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:59:04 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.100&r2=1.101&diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.100 php-src/ext/tidy/t

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:57:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: remove warning. thanks Tony for noticing http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.13&r2=1.66.2.8.2.14&diff_format=u Index: php-src/ex

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:43:08 2006 UTC Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/php_tidy.h?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/tidy/php_tidy.h diff -u php-src/ext/tidy/php_tidy.h:1.3

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:33:34 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy php_tidy.h tidy.c Log: remove more old code and macros. also remove the module global 'inst' (not needed anymore) http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/php_tidy.h?

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

2006-09-14 Thread Nuno Lopes
nlopess Thu Sep 14 16:58:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/run-test test010.phpt Modified files: /php-srcrun-tests.php Log: add --STDIN-- support http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226

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

2006-09-14 Thread Nuno Lopes
nlopess Thu Sep 14 17:07:41 2006 UTC Modified files: /php-srcrun-tests.php /php-src/tests/run-test test010.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.306&r2=1.307&diff_format=u Index: php-src/run-tests.php diff -u php-src

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

2006-09-10 Thread Nuno Lopes
nlopess Sun Sep 10 12:37:44 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.gcov Log: fix lcov processing with gcc 4.1 (some .h files were not copied) http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.4.2.10.2.1&r2=1.4.2.10.2.2&diff_format=

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

2006-09-10 Thread Nuno Lopes
nlopess Sun Sep 10 12:38:32 2006 UTC Modified files: /php-srcMakefile.gcov Log: MFB http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.14&r2=1.15&diff_format=u Index: php-src/Makefile.gcov diff -u php-src/Makefile.gcov:1.14 php-src/Makefile.gcov:1.15 -

[PHP-CVS] cvs: php-src /scripts/dev check_parameters.php

2006-09-08 Thread Nuno Lopes
copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | [EMAIL PROTECTED] so we can mail you a copy immediately. | + +--+ + | Author: Nuno Lopes

[PHP-CVS] cvs: php-src(PHP_5_2) /scripts/dev check_parameters.php

2006-09-08 Thread Nuno Lopes
nlopess Fri Sep 8 16:35:17 2006 UTC Added files: (Branch: PHP_5_2) /php-src/scripts/devcheck_parameters.php Log: add the script to run diagnostic tests on zend_parse_parameters*() usage, per Andrei's request http://cvs.php.net/viewvc.cgi/php-src/scr

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

2006-09-06 Thread Nuno Lopes
On Wed, 6 Sep 2006, Nuno Lopes wrote: Derick can you please merge this to the PHP 4.4 branch? I currently don't have a php 4 checkout. The patch is pretty safe. Done Derick Thanks ;) Nuno -- 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_2) /ext/pcre php_pcre.c

2006-09-06 Thread Nuno Lopes
Derick can you please merge this to the PHP 4.4 branch? I currently don't have a php 4 checkout. The patch is pretty safe. Nuno - Original Message - nlopess Wed Sep 6 16:30:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix memleak

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 16:31:28 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB: fix memleak of pcre study data http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.196&r2=1.197&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 16:30:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix memleak of pcre study data http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.10&r2=1.168.2.9.2.11&diff_format=u Index: php-src/ex

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 15:32:19 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.218&r2=1.219&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/sim

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 15:31:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: fix one more parameter (int*->int) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.14&r2=1.151.2.22.2.15&diff_forma

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 15:19:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: MFH zend_parse_parameters() fixes http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.9&r2=1.1.2.10&diff_format=u Index: php-src/ext/zip/php_zip

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 15:13:16 2006 UTC Modified files: /php-src/ext/zipphp_zip.c Log: fix a few more zend_parse_parameters() issues http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.10&r2=1.11&diff_format=u Index: php-src/ext/zip/php_zip.c diff -u p

[PHP-CVS] cvs: php-src /sapi/apache php_apache.c /sapi/apache_hooks php_apache.c

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 11:55:12 2006 UTC Modified files: /php-src/sapi/apachephp_apache.c /php-src/sapi/apache_hooks php_apache.c Log: MFB: more int->zend_bool conversions http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/php_apache.c?r1=1.96&r2=1.97&d

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache php_apache.c /sapi/apache_hooks php_apache.c

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 11:54:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apachephp_apache.c /php-src/sapi/apache_hooks php_apache.c Log: more int->zend_bool conversions http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/php_apache.c?r1=1.

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 15:25:44 2006 UTC Modified files: /php-src/ext/tidy php_tidy.h tidy.c /php-src/ext/tidy/tests 023.phpt 007.phpt Log: sync code and tests with PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/php_tidy.h?r1=1.31&r2=1.32&diff_form

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy tidy.c /ext/tidy/tests 007.phpt 020.phpt 021.phpt 022.phpt 023.phpt

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 15:23:26 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 021.phpt 022.phpt 023.phpt Modified files: /php-src/ext/tidy tidy.c /php-src/ext/tidy/tests 007.phpt 020.phpt Log: sync code and tests

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 14:55:56 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/tidy/tests 020.phpt Modified files: /php-src/ext/tidy tidy.c Log: finish the cleaning. also add a new test http://cvs.php.net/viewvc.cgi/php-src/ext/ti

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 13:50:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: remove some leftover code from the time tidy would throw exceptions http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.9&r2=1.66.2.8.2.10&diff_

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/libxml libxml.c

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 12:42:25 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/libxml libxml.c Log: MFB: int->zend_bool where possible http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.114&r2=1.115&diff_format=u Index: php-src

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 12:39:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/libxml libxml.c Log: int->zend_bool where possible http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.27&r2=1.43.2.45.2.2

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 12:32:13 2006 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: MFB (int->long) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.260&r2=1.261&diff_format=u Index: php-src/ext/mbstring/mbstring.c diff -u php-src/

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

2006-09-05 Thread Nuno Lopes
nlopess Tue Sep 5 12:30:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: first fix from my new zend_parse_parameters_* checker http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.12&r2=1.224.2.22

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

2006-09-04 Thread Nuno Lopes
nlopess Mon Sep 4 19:16:21 2006 UTC Modified files: /php-src/ext/standard filters.c Log: MFB: fix gcc warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filters.c?r1=1.57&r2=1.58&diff_format=u Index: php-src/ext/standard/filters.c diff -u php-src/

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

2006-09-04 Thread Nuno Lopes
nlopess Mon Sep 4 19:15:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard filters.c Log: fix gcc warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filters.c?r1=1.44.2.6.2.2&r2=1.44.2.6.2.3&diff_format=u Index: php-src/ext/standar

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

2006-09-04 Thread Nuno Lopes
nlopess Mon Sep 4 19:00:12 2006 UTC Modified files: /php-src/ext/readline readline.c Log: MFB: fix gcc warning http://cvs.php.net/viewvc.cgi/php-src/ext/readline/readline.c?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/readline/readline.c diff -u php-s

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

2006-09-04 Thread Nuno Lopes
nlopess Mon Sep 4 18:59:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/readline readline.c Log: fix gcc warning http://cvs.php.net/viewvc.cgi/php-src/ext/readline/readline.c?r1=1.42.2.3&r2=1.42.2.3.2.1&diff_format=u Index: php-src/ext/readline/

[PHP-CVS] cvs: php-src(PHP_5_2) / php.ini-dist php.ini-recommended

2006-09-03 Thread Nuno Lopes
nlopess Sun Sep 3 11:39:45 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcphp.ini-dist php.ini-recommended Log: little typo (bug #38531) http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.6&r2=1.231.2.10.2.7&diff_format=u Index: php-src/p

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c /ext/date/tests timezones.phpt

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:33:13 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c /php-src/ext/date/tests timezones.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.29&r2=1.30&diff_format=u Index: php-src/ext/da

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

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:31:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests timezones.phpt Log: and add a test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/timezones.phpt?view=markup&rev=1.1 Index: php-src/ext/date/tests/timezones.

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

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:25:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: omg. take #2 to fix the bug. sorry.. http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.5&r2=1.20.2.6.2.6&diff_format=u Ind

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:19:56 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: fix possible crash http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u ph

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

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:13:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix possible crash http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.4&r2=1.20.2.6.2.5&diff_format=u Index: php-src/ext/da

[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 13:55:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: currently it's RC4-dev http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.15&r2=1.579.2.52.2.16&diff_format=u Index: php-src/configure.in diff -u

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/zlib CREDITS php_zlib.h zlib.c

2006-09-01 Thread Nuno Lopes
Nuno Lopes wrote: btw, will 'ob_start("ob_gzhandler");' still work as before? Yes, it will even be as fast as using zlib.output_compression. OK, thanks for the answer. The documentation doesn't need any update then. Nuno - Original Message - mike Wed

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/json json.c php_json.h /ext/pspell php_pspell.h pspell.c /ext/tidy php_tidy.h tidy.c /ext/zlib php_

2006-08-31 Thread Nuno Lopes
-Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] On Behalf Of Ilia Alshanetsky Sent: Saturday, August 26, 2006 9:59 AM To: Andi Gutmans Cc: 'Nuno Lopes'; php-cvs@lists.php.net Subject: Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype c

Re: [PHP-CVS] cvs: php-src /ext/zlib CREDITS php_zlib.h zlib.c

2006-08-31 Thread Nuno Lopes
btw, will 'ob_start("ob_gzhandler");' still work as before? - Original Message - mike Wed Aug 30 22:35:57 2006 UTC Modified files: /php-src/ext/zlib CREDITS php_zlib.h zlib.c Log: - good bye ob_gzhandler - ego promo http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/CREDITS?r1=1.2

[PHP-CVS] Re: [PHP-DEV] Re: cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
Nuno Lopes wrote: nlopess Mon Aug 14 15:17:03 2006 UTC Removed files: /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: MFB: static keywording Hi Nuno, can you please put static function declarations into the source file (where the

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/json json.c php_json.h /ext/pspell php_pspell.h pspell.c /ext/tidy php_tidy.h tidy.c /ext/zlib php_zli

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 20:08:18 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/json json.c php_json.h /php-src/ext/pspell php_pspell.h pspell.c /php-src/ext/tidy php_

[PHP-CVS] cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 15:17:03 2006 UTC Removed files: /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: MFB: static keywording http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/README?r1=1.4&r2=1.5

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 14:54:19 2006 UTC Modified files: /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: MFB: a few more static keywording http://cvs.php.net/viewvc.cgi/php-src/ext/b

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 14:53:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: a few more static keywording http://cvs.php.net/viewvc.cgi/p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 15:09:08 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: more static keywording also remove the libtidy patch, as it is too old. u

[PHP-CVS] cvs: php-src /main internal_functions.c.in internal_functions_nw.c internal_functions_win32.c php_logos.c php_logos.h

2006-08-12 Thread Nuno Lopes
nlopess Sat Aug 12 19:41:28 2006 UTC Modified files: /php-src/main internal_functions.c.in internal_functions_nw.c internal_functions_win32.c php_logos.c php_logos.h Log: MFH: const/static keywording http://cvs.php.net/viewvc.cgi/p

[PHP-CVS] cvs: php-src(PHP_5_2) /main internal_functions.c.in internal_functions_nw.c internal_functions_win32.c php_logos.c php_logos.h

2006-08-12 Thread Nuno Lopes
nlopess Sat Aug 12 19:33:54 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main internal_functions.c.in internal_functions_nw.c internal_functions_win32.c php_logos.c php_logos.h Log: const/static keywording http://cvs.php.net/

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

2006-08-11 Thread Nuno Lopes
nlopess Fri Aug 11 17:06:19 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: MFB5.2: fix #38402 (wrong proto for Array*::offsetGet()) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.111&r2=1.112&diff_format=u Index: php-src/ext/spl/sp

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

2006-08-11 Thread Nuno Lopes
nlopess Fri Aug 11 17:05:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: fix #38402: wrong proto for Array*::offsetGet() http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.2&r2=1.71.2.17.2.3&diff_format=u I

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

2006-08-09 Thread Nuno Lopes
nlopess Wed Aug 9 23:22:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcINSTALL /php-src/win32 install.txt Log: sync install instructions with the phpdoc xml sources http://cvs.php.net/viewvc.cgi/php-src/INSTALL?r1=1.37.2.2&r2=1.37.2.2.2.1&dif

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

2006-08-09 Thread Nuno Lopes
nlopess Wed Aug 9 23:29:17 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard var_unserializer.c Log: regenerate file so that #line directives become correct (aka fix lcov builds) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var_unserial

[PHP-CVS] cvs: php-src /ext/zlib php_zlib.h zlib.c /ext/zlib/tests 001.phpt 002.phpt 003.phpt 005.phpt 006.phpt 007.phpt bug_34821.phpt

2006-07-27 Thread Nuno Lopes
nlopess Thu Jul 27 16:31:07 2006 UTC Modified files: /php-src/ext/zlib php_zlib.h zlib.c /php-src/ext/zlib/tests 001.phpt 002.phpt 003.phpt 005.phpt 006.phpt 007.phpt bug_34821.phpt Log: upgrade the rest of the functions

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

2006-07-27 Thread Nuno Lopes
nlopess Thu Jul 27 15:53:47 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: convert void* to zstr when using the 't' parameter type http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.202&r2=1.203&diff_format=u Index: php-src/ext/zlib/zlib.c diff

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

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 15:22:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c json.c Log: more const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/json/JSO

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

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 15:23:23 2006 UTC Modified files: /php-src/ext/json JSON_parser.c json.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/json/JSON_parser.c diff -u php-src/ext/json/JSON_pa

[PHP-CVS] cvs: php-src /ext/gd/tests dashedlines.phpt lines.phpt

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 15:16:40 2006 UTC Modified files: /php-src/ext/gd/tests dashedlines.phpt lines.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/dashedlines.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/gd/tests/dashedlines.phpt dif

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/tests dashedlines.phpt lines.phpt

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 15:15:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/tests dashedlines.phpt lines.phpt Log: dont create images in the php source root. output them instead http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/dashedlines.phpt?

[PHP-CVS] cvs: php-src /ext/filter filter.c logical_filters.c sanitizing_filters.c

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 12:54:05 2006 UTC Modified files: /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.57&r2=1.58&diff_format=u Index: php-src/ext/filter/filter.c diff -u p

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

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 12:49:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: use const keyword where possible http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.5&r2=1.52.2.6&diff

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:46:12 2006 UTC Modified files: /php-srcrun-tests.php Log: MFB: valgrind args change http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.296&r2=1.297&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.296 php

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:43:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: make valgrind trace child processes. useful for the PCNTL extension (fork()), for example http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.6&

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:39:49 2006 UTC Modified files: /php-src/ext/pcre/tests preg_replace2.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_replace2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/pcre/tests/preg_replace2.phpt diff

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:39:13 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests preg_replace2.phpt Log: new test http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_replace2.phpt?view=markup&rev=1.1 Index: php-src/ext/pcre/tests/preg_rep

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 10:49:34 2006 UTC Modified files: /php-srcrun-tests.php Log: MFB 5.2 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.295&r2=1.296&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.295 php-src/run-tests.php

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

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 10:48:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: now they are really equivalent.. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.5&r2=1.226.2.37.2.6&diff_format=u Index: php-src/run-tests.p

[PHP-CVS] cvs: php-src /ext/pcre/tests grep2.phpt split.phpt split2.phpt

2006-07-16 Thread Nuno Lopes
nlopess Sun Jul 16 19:36:23 2006 UTC Modified files: /php-src/ext/pcre/tests grep2.phpt split.phpt split2.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/grep2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/pcre/tests/grep2.phpt diff

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

2006-07-16 Thread Nuno Lopes
nlopess Sun Jul 16 19:35:09 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests grep2.phpt split.phpt split2.phpt Log: new tests. almost 90% of code coverage http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/grep2.phpt?view=markup&rev=1.1 I

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

2006-07-14 Thread Nuno Lopes
nlopess Fri Jul 14 16:14:05 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pspell/tests 003.phpt Log: fix test with some aspell versions http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/tests/003.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /ext/calendar/tests easter_date.phpt

2006-07-10 Thread Nuno Lopes
nlopess Mon Jul 10 07:03:18 2006 UTC Modified files: /php-src/ext/calendar/tests easter_date.phpt Log: fix test on non-Harmut machine :) http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/easter_date.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/cale

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

2006-07-08 Thread Nuno Lopes
nlopess Sat Jul 8 21:54:49 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: change char* to void* when using the 't' parameter (as noted by Andrei) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.201&r2=1.202&diff_format=u Index: php-src/ext/

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

2006-07-07 Thread Nuno Lopes
nlopess Sat Jul 8 00:13:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.3&r2=1.66.2.8.2.4&diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/

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

2006-07-07 Thread Nuno Lopes
nlopess Sat Jul 8 00:04:38 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: remove some left overs plus static keywording http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.89&r2=1.90&diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/

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

2006-07-07 Thread Nuno Lopes
nlopess Fri Jul 7 23:32:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main logos.h Log: static + const keywords http://cvs.php.net/viewvc.cgi/php-src/main/logos.h?r1=1.14.2.3&r2=1.14.2.3.2.1&diff_format=u Index: php-src/main/logos.h diff -u php-sr

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

2006-07-07 Thread Nuno Lopes
nlopess Fri Jul 7 23:30:30 2006 UTC Modified files: /php-src/ext/zlib zlib.c Log: upgrade a couple of functions to Unicode http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib.c?r1=1.200&r2=1.201&diff_format=u Index: php-src/ext/zlib/zlib.c diff -u php-src/ext

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

2006-07-07 Thread Nuno Lopes
nlopess Fri Jul 7 23:28:23 2006 UTC Modified files: /php-src/main logos.h Log: static+const keywords http://cvs.php.net/viewvc.cgi/php-src/main/logos.h?r1=1.17&r2=1.18&diff_format=u Index: php-src/main/logos.h diff -u php-src/main/logos.h:1.17 php-src/mai

Re: [PHP-CVS] cvs: php-src /ext/pcre/tests preg_replace_callback2.phpt /ext/standard/tests/assert assert02.phpt

2006-07-03 Thread Nuno Lopes
Hannes, thanks for fixing those. When I made the tests I was wondering why the EXPECTUF wasn't working, why it was broken, but the problem was in the test :) http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_replace_callback2.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/pcre/te

[PHP-CVS] cvs: php-src /ext/pcre/tests locales.phpt match_flags3.phpt preg_replace.phpt preg_replace_callback.phpt preg_replace_callback2.phpt

2006-07-03 Thread Nuno Lopes
nlopess Mon Jul 3 14:55:49 2006 UTC Modified files: /php-src/ext/pcre/tests match_flags3.phpt preg_replace.phpt preg_replace_callback.phpt preg_replace_callback2.phpt locales.phpt Log: MFB ht

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

2006-07-03 Thread Nuno Lopes
nlopess Mon Jul 3 14:46:44 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests preg_replace_callback2.phpt Modified files: /php-src/ext/pcre/tests match_flags3.phpt Log: more testing http://cvs.php.net/viewvc.cgi/php-

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/tests locales.phpt match_flags3.phpt preg_replace.phpt preg_replace_callback.phpt

2006-07-03 Thread Nuno Lopes
nlopess Mon Jul 3 13:04:45 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests match_flags3.phpt preg_replace.phpt preg_replace_callback.phpt Modified files: /php-src/ext/pcre/tests locales.ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard assert.c /ext/standard/tests/assert assert02.phpt

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 12:21:07 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/assert assert02.phpt Modified files: /php-src/ext/standard assert.c Log: fixed segfaults and such things within the new assert02.phpt test

[PHP-CVS] cvs: php-src /ext/standard assert.c /ext/standard/tests/assert assert02.phpt

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 12:29:38 2006 UTC Modified files: /php-src/ext/standard assert.c /php-src/ext/standard/tests/assert assert02.phpt Log: MFB5.2: fix assert() problems http://cvs.php.net/viewvc.cgi/php-src/ext/standard/assert.c?r1=1.65&r2=1.66&diff_f

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

2006-07-01 Thread Nuno Lopes
Hi Hannes, On 6/22/06, Nuno Lopes <[EMAIL PROTECTED]> wrote: Hi, > > @@ -1216,7 +1216,7 @@ > > > > p = php_stream_mmap_range(src, php_stream_tell(src), > > maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); > > > > -

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h network.c

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 11:50:52 2006 UTC Modified files: /php-src/main fopen_wrappers.c fopen_wrappers.h network.c Log: MFB5.2: const keywording http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.182&r2=1.183&diff_format=u Index: php-src/main/fop

[PHP-CVS] cvs: php-src(PHP_5_2) /main fopen_wrappers.c fopen_wrappers.h network.c safe_mode.c safe_mode.h

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 11:35:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main fopen_wrappers.c fopen_wrappers.h network.c safe_mode.c safe_mode.h Log: add const keywords http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappe

[PHP-CVS] cvs: php-src /ext/pspell/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 01pspell_basic.phpt wordlist.txt

2006-06-28 Thread Nuno Lopes
nlopess Wed Jun 28 14:42:32 2006 UTC Removed files: /php-src/ext/pspell/tests 01pspell_basic.phpt Modified files: /php-src/ext/pspell/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt wordlist.txt .cvsignore

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pspell/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 01pspell_basic.phpt wordlist.txt

2006-06-28 Thread Nuno Lopes
nlopess Wed Jun 28 14:36:24 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pspell/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt wordlist.txt Removed files: /php-src/ext/pspell/tests 01pspell_basic.

[PHP-CVS] cvs: php-src /ext/libxml/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt test.xml

2006-06-27 Thread Nuno Lopes
nlopess Tue Jun 27 22:54:29 2006 UTC Modified files: /php-src/ext/libxml/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt test.xml Log: MFB: new tests http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/.cvsignore?r1=1.1

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt test.xml

2006-06-27 Thread Nuno Lopes
nlopess Tue Jun 27 22:43:26 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/libxml/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt test.xml Log: add new tests. bump code coverage to more than 80% http://cvs.php.net

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c /ext/date/lib dow.c parse_tz.c timezonedb.h

2006-06-27 Thread Nuno Lopes
On Tue, 27 Jun 2006, Nuno Lopes wrote: nlopess Tue Jun 27 19:48:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/lib dow.c parse_tz.c timezonedb.h Log: add a couple of static and const keywords, to let the compiler optimize

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c /ext/date/lib dow.c parse_tz.c timezonedb.h

2006-06-27 Thread Nuno Lopes
nlopess Tue Jun 27 21:00:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/lib dow.c parse_tz.c timezonedb.h Log: revert per Derick request http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c /ext/date/lib dow.c parse_tz.c timezonedb.h

2006-06-27 Thread Nuno Lopes
nlopess Tue Jun 27 19:48:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/lib dow.c parse_tz.c timezonedb.h Log: add a couple of static and const keywords, to let the compiler optimize better will MFB in a h

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

2006-06-21 Thread Nuno Lopes
Hi, > @@ -1216,7 +1216,7 @@ > > p = php_stream_mmap_range(src, php_stream_tell(src), > maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); > > - if (p) { > + if (p && mapped) { > *buf = pemalloc_rel_orig(mapped + 1, persistent); >

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

2006-06-20 Thread Nuno Lopes
Hi Marcus, No, it wouldn't have the same effect. The bug is only reproducible when mmap()'ing empty files, thus the need of the file. Maybe we can bundle an empty file, if you think it's better. Nuno Hello Nuno, would an empty data stream result in the same effect? If so use that rather

<    1   2   3   4   5   6   7   >