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
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
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
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
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/
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
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/.
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
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
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
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
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_
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
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
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
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
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
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_
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
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
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-
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.
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
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
24 matches
Mail list logo