andrei Thu, 18 Mar 2010 22:37:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296362
Log:
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing
That was fun while it lasted.
On 3/16/10 8:45 AM, Derick Rethans wrote:
derick Tue, 16 Mar 2010 15:45:24 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296284
Log:
- Moved the Unicode experiment from trunk to its own branch for reference.
Ch
andrei Thu, 18 Mar 2010 21:07:38 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296358
Log:
Fix a few problems with large (2G-4G) file uploads. Added
--enable-large-uploads-fix switch because one change was in SAPI.h structure.
Changed paths:
andrei Thu, 16 Jul 2009 22:19:09 +
URL: http://svn.php.net/viewvc?view=revision&revision=284206
Changed paths:
U php/php-src/trunk/ext/standard/base64.c
U php/php-src/trunk/ext/standard/url.c
Log:
Adjust base64_encode() according to PDM notes.
Modified: php/php-
andrei Thu, 16 Jul 2009 22:08:02 +
URL: http://svn.php.net/viewvc?view=revision&revision=284205
Changed paths:
U php/php-src/trunk/ext/standard/url.c
Log:
Adjust rawurlencode() according to PDM notes.
Modified: php/php-src/trunk/ext/standard/url.c
andrei Thu, 16 Jul 2009 21:48:10 +
URL: http://svn.php.net/viewvc?view=revision&revision=284203
Changed paths:
U php/php-src/trunk/ext/standard/url.c
Log:
Adjust urlencode() according to PDM notes.
Modified: php/php-src/trunk/ext/standard/url.c
===
andrei Sun Jun 28 18:00:38 2009 UTC
Modified files:
/php-srcTODO
Log:
Update
http://cvs.php.net/viewvc.cgi/php-src/TODO?r1=1.158&r2=1.159&diff_format=u
Index: php-src/TODO
diff -u php-src/TODO:1.158 php-src/TODO:1.159
--- php-src/TODO:1.158 Sun Nov 20 0
Matt Wilmas wrote:
Sure! It makes no difference to me at all. Should I just remove that
part completely? I didn't know if it would even be used -- just
thinking more of "it's there if someone wants the option..."
Do you have examples of functions that might have a use for that?
-Andrei
--
Hmm, can we use something other than L? We were hoping to reserve L for use in PHP 6 for
bigint numbers.
-Andrei
Matt Wilmas wrote:
mattwil Thu Jun 4 18:18:47 2009 UTC
Modified files:
/php-src README.PARAMETER_PARSING_API
/ZendEngine2 Zend.m4 zend_API.c zend_
andrei Thu Jun 4 18:18:24 2009 UTC
Modified files:
/php-src/ext/socketssockets.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.214&r2=1.215&diff_format=u
Index: php-src/ext/sockets/sockets.c
diff -u php-src/ext/sockets/so
andrei Thu Jun 4 18:17:43 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/socketssockets.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.171.2.9.2.14.2.19&r2=1.171.2.9.2.14.2.20&diff_format=u
Index: php-src/ext/soc
andrei Thu Jun 4 18:17:28 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/socketssockets.c
Log:
Fix invalid test against addr6 result.
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.171.2.9.2.25&r2=1.171.2.9.2.26&diff_format
andrei Sun May 31 18:55:36 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/json php_json.h
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/json/php_json.h?r1=1.8.2.5&r2=1.8.2.6&diff_format=u
Index: php-src/ext/json/php_json.h
diff -u php-src/ext/
andrei Sun May 31 18:55:10 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/json php_json.h
Log:
Fix the build.
http://cvs.php.net/viewvc.cgi/php-src/ext/json/php_json.h?r1=1.8.2.2.2.6&r2=1.8.2.2.2.7&diff_format=u
Index: php-src/ext/json/php_json.h
d
andrei Sun May 31 01:45:05 2009 UTC
Modified files:
/php-src/ext/json json.c
Log:
Make a note.
http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.53&r2=1.54&diff_format=u
Index: php-src/ext/json/json.c
diff -u php-src/ext/json/json.c:1.53 php-src/e
andrei Sun May 31 01:44:07 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/json json.c php_json.h
Log:
Expose encode/decode API.
http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.19.2.21&r2=1.9.2.19.2.22&diff_format=u
Index: php-src/ext
andrei Sun May 31 01:43:45 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/json json.c php_json.h
Log:
Expose encode/decode API.
http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.26&r2=1.9.2.27&diff_format=u
Index: php-src/ext/json/json
Jani Taskinen wrote:
Is this really correct (rfc1867.c):
- register_http_post_files_variable(lbuf, s+1, http_post_files, 0
TSRMLS_CC);
+ register_raw_var(lbuf, s+1, strlen(s+1), files_vars TSRMLS_CC);
That 'strlen(s+1)' looks kinda wrong..?
And to not cause more compile failures, configure o
andrei Wed Apr 8 20:12:28 2009 UTC
Modified files:
/php-src/ext/standard strnatcmp.c
Log:
Fix Rasmus's patch for bug #44929.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/strnatcmp.c?r1=1.13&r2=1.14&diff_format=u
Index: php-src/ext/standard/strna
andrei Fri Apr 3 17:52:30 2009 UTC
Modified files:
/CVSROOTavail
Log:
Give docs karma to mager
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1511&r2=1.1512&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1511 CVSROOT/avail:1.1512
--- CVSROO
Moriyoshi Koizumi wrote:
I got a bug report, then I fixed it. That's just an normal procedure for
bugfixing. Isn't it? Am I supposed to have a written permission from you
whenever I fix a part you did ever touch?
And the old behavior is strange, but not *broken*. It just doesn't work
for your ca
Moriyoshi Koizumi wrote:
Whatever reasoning, I don't think it's a good idea to revert someone
else's patch before discussing anything.
Aside from this, I agree with you the old behavior is that stupid, but
BC should always be honored.
Moriyoshi,
You committed your "fix" and updated my NEWS en
andrei Fri Feb 13 22:35:18 2009 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Revert bogus fix for #47370.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.472&r2=1.473&diff_format=u
Index: php-src/ext/standard/array.c
diff -u p
andrei Fri Feb 13 22:34:15 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
Revert bogus fix for #47370.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.52&r2=1.308.2.21.2.37.2.53&diff_format=
andrei Fri Feb 13 22:26:47 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard array.c
/php-srcNEWS
Log:
Revert bogus fix for #47370.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.64&r2=1.308.2.21.2.65&
Don't do this please. Why did you feel the need to go back and change my patch including
the NEWS entry? I knew what I was doing when I set the default behavior to SORT_REGULAR
and this was discussed with both 5.3 and 5.2 RMs. With your change it'l back to the stupid
old behavior of:
$array =
andrei Sat Jan 17 21:53:44 2009 UTC
Modified files:
/CVSROOTavail
Log:
Give rafa karma for phpdoc-pt_BR
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1490&r2=1.1491&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1490 CVSROOT/avail:1.1491
-
andrei Thu Jan 15 20:00:30 2009 UTC
Modified files:
/CVSROOTavail
Log:
Give amandavale phpdoc-pt_BR karma.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1488&r2=1.1489&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1488 CVSROOT/avail:1.148
andrei Tue Jan 13 19:25:20 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1390&r2=1.2027.2.547.2.1391&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1390 php-s
andrei Tue Jan 13 19:23:31 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pcre php_pcre.c
Log:
Fix bug #44336 in PHP 5.2 as well.
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.29&r2=1.168.2.9.2.30&diff_format=u
Index: php
andrei Mon Jan 12 19:15:07 2009 UTC
Modified files:
/php-src/ext/fileinfo/libmagic magic.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/libmagic/magic.c?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/fileinfo/libmagic/magic.c
diff -u php-
andrei Mon Jan 12 19:09:34 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/fileinfo/libmagic magic.c
Log:
memset() requires a pointer.
http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/libmagic/magic.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u
Index:
andrei Tue Dec 30 19:37:35 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/sessionmod_files.bat
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/session/mod_files.bat?view=markup&rev=1.1
Index: php-src/ext/session/mod_files.bat
+++ php-src/
andrei Tue Dec 30 19:37:08 2008 UTC
Added files:
/php-src/ext/sessionmod_files.bat
Log:
Add mod_files.bat (equivalent to mod_files.sh).
http://cvs.php.net/viewvc.cgi/php-src/ext/session/mod_files.bat?view=markup&rev=1.1
Index: php-src/ext/session
Where do I edit the doc stuff again?
Kalle Sommer Nielsen wrote:
2008/12/12 Andrei Zmievski :
andrei Fri Dec 12 19:19:04 2008 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Add sort flags parameter to array_unique().
http://cvs.php.net/viewvc.cgi/php-src/ext
andrei Sat Dec 13 00:38:31 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array array_unique_error.phpt
array_unique_variation1.phpt
andrei Fri Dec 12 23:59:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/standard/tests/array array_unique_error.phpt
array_unique_variation2.phpt
array_u
Easy, there. I realized that there were 4 tests that broke after committing it. The issue
is that I made SORT_REGULAR to be the default, which is not what the tests were expecting.
The easiest way to fix the tests is to make them pass SORT_STRING to array_unique(), I
guess.
The rest is coming
andrei Fri Dec 12 19:20:49 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.47&r2=1.308.2.21.2.37.2.48&diff_format=u
Index: php-src/ext/stan
andrei Fri Dec 12 19:19:04 2008 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Add sort flags parameter to array_unique().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.467&r2=1.468&diff_format=u
Index: php-src/ext/standard/ar
andrei Tue Aug 5 21:25:30 2008 UTC
Modified files:
/CVSROOTavail
Log:
Give karma to akshat.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1430&r2=1.1431&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1430 CVSROOT/avail:1.1431
--- CVSROOT/
ASCII character set can still be in Unicode strings, and those are the
default type in HEAD now.
-Andrei
Steph Fox wrote:
Hi Henrique,
I just want to check this, because it smells wrong to me.
Those functions return ascii strings - why are unicode strings now
expected?
Thanks,
- Steph
In date(), strtotime(), etc, do we want to restrict the format argument
to be an ASCII string? Because right now if you pass Unicode string in,
it will be converted to binary using runtime encoding..
-Andrei
Henrique do Nascimento Angelo wrote:
hnangeloSat Jun 7 20:30:30 2008
andrei Mon May 12 18:55:26 2008 UTC
Modified files:
/CVSROOTavail
Log:
Give mmdrake access to php-gtk-web.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1395&r2=1.1396&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1395 CVSROOT/avail:1.139
andrei Tue Nov 6 02:03:39 2007 UTC
Modified files:
/CVSROOTavail
Log:
Give Bob Majdak (bmajdak) access to PHP-GTK.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1321&r2=1.1322&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1321 CVSROOT/av
andrei Sun Oct 14 02:48:30 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src.gdbinit
Log:
Fix macros after GC patch.
http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.10.4.3.2.1&r2=1.10.4.3.2.1.2.1&diff_format=u
Index: php-src/.gdbinit
diff -u php-src
Calm down, Jani. I'm sure it was just an oversight.
-Andrei
http://10fathoms.org/vu - daily photoblog
On Sep 5, 2007, at 2:06 AM, Jani Taskinen wrote:
This is against the proper procedure. You're supposed to commit
first to
HEAD then MFH to the appropriate branch. We don't have the luxury of
andrei Sat Jun 16 02:10:11 2007 UTC
Modified files:
/CVSROOTavail
Log:
Give Anant and Elizabeth access to website.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1279&r2=1.1280&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1279 CVSROOT/ava
andrei Tue May 1 15:59:02 2007 UTC
Modified files:
/CVSROOTavail
Log:
Give ljbuesch phpdoc karma.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1265&r2=1.1266&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1265 CVSROOT/avail:1.1266
--- CVS
Ilia, could you update HEAD please?
-Andrei
On Apr 18, 2007, at 10:06 AM, Andrei Zmievski wrote:
What about HEAD?
-Andrei
On Apr 16, 2007, at 3:31 PM, Ilia Alshanetsky wrote:
iliaa Mon Apr 16 22:31:05 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext
What about HEAD?
-Andrei
On Apr 16, 2007, at 3:31 PM, Ilia Alshanetsky wrote:
iliaa Mon Apr 16 22:31:05 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/json/tests bug41067.phpt
Modified files:
/php-srcNEWS
/php-src/ext/json JSON_parser
andrei Mon Apr 16 16:52:21 2007 UTC
Modified files:
/php-src/ext/json JSON_parser.c json.c
Log:
MFB (handling of control characters)
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/json/JSON_parse
andrei Fri Apr 13 21:34:12 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/json JSON_parser.c json.c
Log:
Fix processing of control characters; they should be escaped as \u
sequences.
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1
andrei Tue Apr 10 22:44:57 2007 UTC
Modified files:
/php-src/ext/unicodecollator.c
Log:
Wrong locale name.
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/collator.c?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/unicode/collator.c
diff -u php-sr
andrei Fri Apr 6 19:27:15 2007 UTC
Modified files:
/php-src/main snprintf.h
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.h?r1=1.39&r2=1.40&diff_format=u
Index: php-src/main/snprintf.h
diff -u php-src/main/snprintf.h:1.39 php-src/main/s
andrei Fri Apr 6 19:25:53 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main snprintf.h
Log:
We can't use the printf attribute here since we are supporting
non-standard formats (like 'F').
http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.h?r
andrei Fri Apr 6 18:27:58 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/soap php_encoding.c
Log:
Apologies. Didn't realize we were using custom snprintf().
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.28&r2=1.103.
andrei Fri Apr 6 18:25:49 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/soap php_encoding.c
Log:
Typo?
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.27&r2=1.103.2.21.2.28&diff_format=u
Index: php-src/ext/soap/php_e
What about unicode versions of these?
-Andrei
On Mar 28, 2007, at 3:31 AM, Zoe Slattery wrote:
zoe Wed Mar 28 10:31:13 2007 UTC
Added files:
/php-src/ext/standard/tests/strings ltrim.phpt rtrim.phpt
str_pad.phpt
Log:
New tests for
andrei Thu Feb 8 18:04:00 2007 UTC
Modified files:
/CVSROOTavail
Log:
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1239&r2=1.1240&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1239 CVSROOT/avail:1.1240
--- CVSROOT/avail:1.1239Fri
Don't we need to explicitly specify the module name, like sapi/apache
does it? Otherwise the name's going to be "mod_php.c".
AP_MODULE_DECLARE_DATA module php6_module = {
STANDARD20_MODULE_STUFF,
create_php_config, /* create per-directory config
structure */
andrei Mon Feb 5 17:59:11 2007 UTC
Modified files:
/php-srcREADME.PARAMETER_PARSING_API
Log:
Update
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.19&r2=1.20&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-
andrei Mon Feb 5 17:57:51 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcREADME.PARAMETER_PARSING_API
Log:
Update ! docs.
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7.6.1&r2=1.7.6.2&diff_format=u
Index: php-src/README.PAR
andrei Sat Jan 27 18:50:03 2007 UTC
Modified files:
/CVSROOTavail
Log:
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1236&r2=1.1237&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1236 CVSROOT/avail:1.1237
--- CVSROOT/avail:1.1236Sat
*pbuf = (UChar*)xbuf.c;
- return xbuf.len;
+ return xbuf.len >> 1;
}
Could you please use xbuf.len/sizeof(UChar) instead of >> ?
-Andrei
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
andrei Thu Jan 18 16:45:43 2007 UTC
Modified files:
/php-srcunicode-todo.txt
Log:
http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.23&r2=1.24&diff_format=u
Index: php-src/unicode-todo.txt
diff -u php-src/unicode-todo.txt:1.23 php-src/unicode-tod
+ if (intern->file_name.v) {
+ efree(intern->file_name.s);
Why not be consistent here and free intern->file_name.v?
- if (!intern->file_name) {
+ if (!intern->file_name.s) {
I think it's clearer to check for intern->file_name.v, because
otherwise it looks li
andrei Wed Jan 17 17:15:32 2007 UTC
Modified files:
/CVSROOTavail
Log:
Access for Diego Feitosa to pt_BR docs.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1234&r2=1.1235&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1234 CVSROOT/avail:1
andrei Tue Jan 16 22:18:39 2007 UTC
Modified files:
/php-src/main php.h
Log:
Update PHP API version.
# Wonder why it hasn't been done already.
http://cvs.php.net/viewvc.cgi/php-src/main/php.h?r1=1.237&r2=1.238&diff_format=u
Index: php-src/main/php
andrei Fri Jan 12 19:13:07 2007 UTC
Modified files:
/php-srcacinclude.m4
Log:
Fix copy/paste typo.
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.357&r2=1.358&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.357 php-src/a
andrei Fri Jan 12 19:02:14 2007 UTC
Modified files:
/php-src/scriptsphpize.m4
Log:
Use PHP_SETUP_ICU in self-contained extensions
http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.20&r2=1.21&diff_format=u
Index: php-src/scripts/phpize.m4
diff
andrei Fri Jan 12 18:57:11 2007 UTC
Modified files:
/php-srcacinclude.m4 configure.in
Log:
Create PHP_SETUP_ICU macro that can be used in self-contained
extensions.
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.356&r2=1.357&diff_format=u
Inde
andrei Thu Jan 11 23:18:11 2007 UTC
Modified files:
/php-src/sapi/apachemod_php.c
Log:
Fake out the module name, since the filename is different now.
http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php.c?r1=1.1&r2=1.2&diff_format=u
Index: php-s
andrei Wed Jan 10 23:46:09 2007 UTC
Added files:
/php-src/sapi/apachelibphp6.module.in mod_php.c mod_php.exp
mod_php.h
Removed files:
/php-src/sapi/apachelibphp5.module.in mod_php5.c mod_php5.ex
andrei Wed Jan 10 23:16:40 2007 UTC
Modified files:
/php-srcREADME.UNICODE
Log:
Update with rewrites by me and Evan G.
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE?r1=1.7&r2=1.8&diff_format=u
Index: php-src/README.UNICODE
diff -u php-src/README.UN
andrei Wed Jan 10 23:09:29 2007 UTC
Modified files:
/php-srcREADME.UNICODE-UPGRADES
Log:
Update with info from README.UNICODE.
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.14&r2=1.15&diff_format=u
Index: php-src/README.UNICODE-UPGRA
andrei Mon Jan 8 22:24:11 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/imap config.m4
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.69.4.1&r2=1.69.4.2&diff_format=u
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/i
andrei Mon Jan 8 18:23:23 2007 UTC
Modified files:
/php-src/ext/imap config.m4
Log:
Fix IMAP check.
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.70&r2=1.71&diff_format=u
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/imap/config.m4
andrei Fri Jan 5 18:50:46 2007 UTC
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Clean up set_include_path().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.844&r2=1.845&diff_format=u
Index: php-src/ext/standa
On Dec 27, 2006, at 11:07 AM, Antony Dovgal wrote:
- if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d|ls&s&",
&num, &dec,
- &sep1, &sep1_len,
UG(ascii_conv),
- &sep2, &sep2_l
andrei Tue Dec 26 22:34:05 2006 UTC
Modified files:
/php-src/ext/standard file.c scanf.c scanf.h string.c
Log:
Unicode support in sscanf() and fscanf(). (Tony, Andrei)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.479&r2=1.480&diff_form
andrei Fri Dec 22 21:18:30 2006 UTC
Modified files:
/php-src/ext/standard math.c
Log:
Unicode support in number_format().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.139&r2=1.140&diff_format=u
Index: php-src/ext/standard/math.c
diff
andrei Fri Dec 22 00:37:20 2006 UTC
Modified files:
/php-src/ext/standard/tests/serialize 006.phpt
Log:
Fix serialization test.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/serialize/006.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/s
andrei Thu Dec 21 23:52:22 2006 UTC
Modified files:
/php-src/ext/standard levenshtein.c
Log:
levenshtein() already supported Unicode.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/levenshtein.c?r1=1.42&r2=1.43&diff_format=u
Index: php-src/ext/stan
andrei Thu Dec 21 23:43:52 2006 UTC
Modified files:
/php-src/ext/standard metaphone.c
Log:
Metaphone will work only with binary runtime-encoded strings.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/metaphone.c?r1=1.32&r2=1.33&diff_format=u
Index:
xt/standard/strnatcmp.c?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/standard/strnatcmp.c
diff -u php-src/ext/standard/strnatcmp.c:1.10
php-src/ext/standard/strnatcmp.c:1.11
--- php-src/ext/standard/strnatcmp.c:1.10 Thu Jul 15 01:26:03 2004
+++ php-src/ext/standard/str
So do an if() statement then..
-Andrei
On Dec 21, 2006, at 12:21 AM, Marcus Boerger wrote:
Hello Andrei,
cast tells mewhat type is requested. That must not necessarily be
what
UG(unicode) tells me. So i have toreturn whatever that type says.
best regards
marcus
Thursday, December 21, 2
If UG(unicode) is on, ZVAL_ASCII_STRING() will convert binary string
arg to Unicode and return it as IS_UNICODE, otherwise it will return
string as-is (IS_STRING). In the former case, the string is assumed
to contain only ASCII chars.
What are you after exactly?
-Andrei
On Dec 20, 2006,
This doesn't quite make sense. You should select either on type or on
UG(unicode), but not on both.
-Andrei
On Dec 20, 2006, at 3:30 PM, Marcus Boerger wrote:
+ if (type == IS_UNICODE && UG(unicode)) {
+ ZVAL_ASCII_STRINGL(writeobj, intern->file_name, intern-
>file_name_len
andrei Wed Dec 20 21:02:11 2006 UTC
Modified files:
/php-srcunicode-progress.txt
Log:
Update.
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.69&r2=1.70&diff_format=u
Index: php-src/unicode-progress.txt
diff -u php-src/unicode-progress.tx
andrei Wed Dec 20 20:45:40 2006 UTC
Modified files:
/php-src/ext/standard browscap.c
Log:
Unicode support in get_browser(). To avoid additional copying/conversion
during parsing, the browscap values in the returned array will be of
IS_STRING type.
andrei Wed Dec 20 18:33:27 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Align Unicode and binary versions of formatted printing.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.92&r2=1.93&diff_format=u
andrei Tue Dec 19 22:54:24 2006 UTC
Modified files:
/php-src/ext/standard mail.c
Log:
Unicode support in ezmlm_hash().
# 50% done, ladies and gents! http://www.php.net/~scoates/unicode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/mail.c?r1=1
andrei Tue Dec 19 22:01:50 2006 UTC
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Unicode support in set_include_path().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.840&r2=1.841&diff_format=u
Index: php-src/
andrei Tue Dec 19 21:40:02 2006 UTC
Modified files:
/php-srcREADME.UNICODE-UPGRADES
Log:
Update.
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.12&r2=1.13&diff_format=u
Index: php-src/README.UNICODE-UPGRADES
diff -u php-src/README.UNI
andrei Tue Dec 19 21:39:00 2006 UTC
Modified files:
/ZendEngine2zend_API.h zend_execute_API.c
/php-src/ext/reflection php_reflection.c
/php-src/ext/standard array.c basic_functions.c string.c
Log:
- Marcus was too quick. Let's put type
andrei Tue Dec 19 18:41:40 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Unicode support in *printf() functions. (Antony, Andrei)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.91&r2=1.92&diff_format=u
andrei Mon Dec 18 20:47:57 2006 UTC
Modified files:
/php-srcunicode-progress.txt
/php-src/ext/standard basic_functions.c
Log:
Unicode support in get_cfg_var().
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.67&r2=1.68&diff_for
andrei Mon Dec 18 20:40:51 2006 UTC
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Fix macro.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.835&r2=1.836&diff_format=u
Index: php-src/ext/standard/basic_functions
andrei Mon Dec 18 20:39:40 2006 UTC
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Unicode support in parse_ini_file().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.834&r2=1.835&diff_format=u
Index: php-src/ex
1 - 100 of 705 matches
Mail list logo