Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-14 Thread Andrei Zmievski
Yes, I know. But I don't think anything other than transliterate() makes sense. text_transliterate()? str_transliterate()? We've abandoned the idea of i18n_ prefix and unicode_ doesn't fit here either.. -Andrei On Jun 13, 2006, at 8:41 PM, Andi Gutmans wrote: As you know our naming conv

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:41:29 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: Fix a segfault, when an unknown type was given support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.45&r2=1.46&d

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:42:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH Fix a segfault, when an unknown type was given and support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltpr

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:43:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/xslxsltprocessor.c Log: MFH Fix a segfault, when an unknown type was given support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltproces

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

2006-06-14 Thread Ilia Alshanetsky
iliaa Wed Jun 14 16:04:13 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite sqlite.c Log: E_ERROR -> E_RECOVERABLE_ERROR http://cvs.php.net/viewcvs.cgi/php-src/ext/sqlite/sqlite.c?r1=1.166.2.13.2.1&r2=1.166.2.13.2.2&diff_format=u Index: php-src/

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

2006-06-14 Thread Ilia Alshanetsky
iliaa Wed Jun 14 16:04:47 2006 UTC Modified files: /php-src/ext/sqlite sqlite.c Log: MFB: E_ERROR -> E_RECOVERABLE_ERROR http://cvs.php.net/viewcvs.cgi/php-src/ext/sqlite/sqlite.c?r1=1.193&r2=1.194&diff_format=u Index: php-src/ext/sqlite/sqlite.c diff -u ph

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

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 16:16:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre/pcrelib .cvsignore Log: missing newline http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/pcrelib/.cvsignore?r1=1.9&r2=1.9.4.1&diff_format=u Index: php-src/ext/pcre/pcrelib/.

[PHP-CVS] cvs: php-src /ext/pcre/pcrelib .cvsignore

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 16:16:42 2006 UTC Modified files: /php-src/ext/pcre/pcrelib .cvsignore Log: MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/pcrelib/.cvsignore?r1=1.9&r2=1.10&diff_format=u Index: php-src/ext/pcre/pcrelib/.cvsignore diff -u php-src/ext/pc

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre config.w32 config0.m4 /ext/pcre/pcrelib pcre_dfa_exec.c

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 16:26:22 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/pcre/pcrelib pcre_dfa_exec.c Modified files: /php-src/ext/pcre config.w32 config0.m4 Log: remove the pcre_dfa_exec.c file, as it is needed (we dont expose t

[PHP-CVS] cvs: php-src /ext/pcre config.w32 config0.m4 /ext/pcre/pcrelib pcre_dfa_exec.c

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 16:28:16 2006 UTC Removed files: /php-src/ext/pcre/pcrelib pcre_dfa_exec.c Modified files: /php-src/ext/pcre config.w32 config0.m4 Log: MFB: remove pcre_dfa_exec.c http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/conf

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre config.w32 config0.m4 /ext/pcre/pcrelib pcre_dfa_exec.c

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 16:26:22 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/pcre/pcrelib pcre_dfa_exec.c Modified files: /php-src/ext/pcre config.w32 config0.m4 Log: remove the pcre_dfa_exec.c file, as it is needed (we dont expose that API) the file is *not* nee

Re: [PHP-CVS] cvs: php-src /ext/unicode config.m4 config.w32 php_transform.h transform.c unicode.c

2006-06-14 Thread Andi Gutmans
I definitely think we should stick to our standard with no exceptions. We have suffered from inconsistencies forever. str_transliterate() sounds good to me. Andi At 12:10 AM 6/14/2006, Andrei Zmievski wrote: Yes, I know. But I don't think anything other than transliterate() makes sense. text_

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

2006-06-14 Thread Marcus Boerger
Hello Ilia, why change this to a recoveranle here? This messages states that you are doing somethign worng syntax wise. That should be a fatal error and is a fatal error in all other iterator implementations. best regards marcus Wednesday, June 14, 2006, 6:04:47 PM, you wrote: > iliaa

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/tests delimiters.phpt dollar_endonly.phpt locales.phpt match_flags.phpt match_flags2.phpt pcre_anchored.phpt pcre_extended.phpt pcre_extra.phpt ungreedy.phpt

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 17:37:53 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests dollar_endonly.phpt match_flags.phpt match_flags2.phpt pcre_anchored.phpt pcre_extended.phpt pcre_extra.ph

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

2006-06-14 Thread Derick Rethans
On Wed, 14 Jun 2006, Marcus Boerger wrote: > why change this to a recoveranle here? This messages states that you are > doing somethign worng syntax wise. That should be a fatal error and is a > fatal error in all other iterator implementations. the idea is that e_fatal is only used for stuff t

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

2006-06-14 Thread Marcus Boerger
Hello Derick, i know but this is mixture between syntax and semantics error. To be precise we are detecting a syntax useage that isnt allowed in the given semantic context. And we are not able to detect that during compile time. So maybe E_COMPILE_ERROR is also wrong. best regards marcus Wedne

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

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 17:52:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix memory leak uncovered by the pcre_extra.phpt test http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.4&r2=1.168.2.9.2.5&diff_form

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

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 18:04:01 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB: fix mem leak http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.184&r2=1.185&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_

[PHP-CVS] cvs: php-src /ext/pcre/tests delimiters.phpt dollar_endonly.phpt locales.phpt match_flags.phpt match_flags2.phpt pcre_anchored.phpt pcre_extended.phpt pcre_extra.phpt ungreedy.phpt

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 18:07:46 2006 UTC Modified files: /php-src/ext/pcre/tests dollar_endonly.phpt match_flags.phpt match_flags2.phpt pcre_anchored.phpt pcre_extended.phpt pcre_extra.phpt

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

2006-06-14 Thread Hannes Magnusson
bjori Wed Jun 14 19:47:30 2006 UTC Modified files: /php-src/ext/standard/tests/strings str_word_count.phpt Log: Fixed test http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/strings/str_word_count.phpt?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/s

[PHP-CVS] cvs: php-src /ext/fbsql php_fbsql.c /ext/fdf fdf.c /ext/gettext gettext.c /ext/gmp gmp.c

2006-06-14 Thread Hannes Magnusson
bjori Wed Jun 14 21:29:22 2006 UTC Modified files: /php-src/ext/fbsql php_fbsql.c /php-src/ext/fdffdf.c /php-src/ext/gettextgettext.c /php-src/ext/gmpgmp.c Log: Added arg info Fixed protos http://cvs.php.net/viewcvs.cgi/php-

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/fbsql php_fbsql.c /ext/fdf fdf.c /ext/gettext gettext.c /ext/gmp gmp.c

2006-06-14 Thread Hannes Magnusson
bjori Wed Jun 14 21:36:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/fbsql php_fbsql.c /php-src/ext/fdffdf.c /php-src/ext/gettextgettext.c /php-src/ext/gmpgmp.c Log: MFH: argument info.. http://cvs.php.net/viewcvs.

[PHP-CVS] cvs: CVSROOT / avail

2006-06-14 Thread Pierre-Alain Joye
pajoye Wed Jun 14 22:39:09 2006 UTC Modified files: /CVSROOTavail Log: - ifeghali karma for pear/MDB2_Schema (SoC project) http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1145&r2=1.1146&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1145 CV

[PHP-CVS] cvs: CVSROOT / avail

2006-06-14 Thread Pierre-Alain Joye
pajoye Wed Jun 14 22:41:45 2006 UTC Modified files: /CVSROOTavail Log: - | not , http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1146&r2=1.1147&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1146 CVSROOT/avail:1.1147 --- CVSROOT/avail:1.114