Commit:20eb33b3212bd6c17d73c569c7345ae23c04d3ef
Author:Moriyoshi Koizumi Sun, 10 Feb 2013 15:04:23
+0900
Parents: 3d9a31efdfbbc3d73b8c94649f38035277264151
Branches: PHP-5.5
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=20eb33b3212bd6c17d73c569c7345ae23c04d3ef
Commit:0ea83ff8478d867ebf1603a43cd5d3432022cee7
Author:Moriyoshi Koizumi Sun, 10 Feb 2013 15:04:23
+0900
Parents: 92a7924c1a97563cb73d37c369fdea4794203397
Branches: PHP-5.4
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=0ea83ff8478d867ebf1603a43cd5d3432022cee7
Commit:ce2082d24f2461b6403e13563ed18656a95581fa
Author:Moriyoshi Koizumi Mon, 25 Jun 2012 19:20:38
+0900
Parents: e42718227945202044516c71f0098fe464987410
Branches: PHP-5.3
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=ce2082d24f2461b6403e13563ed18656a95581fa
Commit:91e1df704eed40325fd963a308e466bbbf96184f
Author:Moriyoshi Koizumi Mon, 25 Jun 2012 19:13:23
+0900
Parents: ad641950b3d047fc20729b7a18c62b414622cc79
Branches: PHP-5.4 master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h
Commit:e42718227945202044516c71f0098fe464987410
Author:Moriyoshi Koizumi Mon, 25 Jun 2012 19:13:23
+0900
Parents: 5b3f4d25ea047f14d6485fb6f456cece384d33ee
Branches: PHP-5.3
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=e42718227945202044516c71f0098fe464987410
Commit:43047598c4e4ed76daa82ff509e46c40087f0ea4
Author:Moriyoshi Koizumi Tue, 3 Apr 2012 02:00:23
+0900
Parents: 374646c36b07956da928e0583854002e55b4013e
a6c95c8a00e9286ccc662e9682f9254e153d6833
Branches: PHP-5.4 master
Link:
http://git.php.net/?p=php-src.git;a
Commit:a6c95c8a00e9286ccc662e9682f9254e153d6833
Author:Moriyoshi Koizumi Tue, 3 Apr 2012 01:32:42
+0900
Parents: 8684fb7facd8f5c1589996c1ebfd782f77c245ff
Branches: PHP-5.3 PHP-5.4 master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h
alid four byte UTF-8 sequence.
>
> ref: http://en.wikipedia.org/wiki/UTF-8
>
> Rui
>
> Moriyoshi Koizumi wrote:
>> Rui, what is the reason behind this change?
>>
>> Moriyoshi
>>
>> On 2011/10/18, at 23:04, Rui Hirokawa wrote:
>>
>>>
static const char *mbfl_encoding_utf8_aliases[] = {"utf8", NULL};
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
Moriyoshi Koizumi
m...@mozo.jp
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
moriyoshiFri, 21 Oct 2011 05:24:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318283
Log:
Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
A
t; + fchdir(old_cwd_fd);
> + close(old_cwd_fd);
> + }
> +#else
> + if (old_cwd[0] != '\0') {
> + php_ignore_value(VCWD_CHDIR(old_cwd));
> + }
> + free_alloca(old_cwd, use_heap);
> +#endif
> }
>
> if (decline) {
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
Moriyoshi Koizumi
m...@mozo.jp
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
moriyoshiSat, 23 Jul 2011 11:29:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313627
Log:
- Give index.php a precedence over index.html. Patch by davidc.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
U p
moriyoshiThu, 21 Jul 2011 07:31:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313496
Log:
- Show PHP_VERSION in the banner. Suggested by Chris and others.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
U p
moriyoshiWed, 20 Jul 2011 09:00:20 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313467
Log:
Fixed bug #55071. Maybe a bit overkill?
Bug: https://bugs.php.net/55071 (Re-Opened) Change in-built web server
description
Changed paths:
U
moriyoshiWed, 20 Jul 2011 08:43:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313466
Log:
- Better error handling.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
U php/php-src/trunk/sapi/cli/php_cli_server
moriyoshiWed, 20 Jul 2011 04:34:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313464
Log:
- Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces),
letting getaddrinfo(3) validate IPv6 addresses.
Bug: https://bugs.php.net/55
moriyoshiTue, 19 Jul 2011 18:17:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313444
Log:
- Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution /
code disclosure)).
Bug: https://bugs.php.net/55107 (Verified) Null byte
moriyoshiTue, 19 Jul 2011 18:00:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313442
Log:
- Buffers are local to the blocks where they belong.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
U php/php-src/t
moriyoshiTue, 19 Jul 2011 17:47:34 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313441
Log:
- Print HTTP method as well in the log.
- Print response code also when the request is processed by a script.
- Those changes partly closes #55109.
Bug:
Thanks!
On 2011/06/21, at 8:36, Felipe Pena wrote:
> Fixed.
>
> 2011/6/20 Johannes Schlüter
>
>> Hi,
>>
>> On Mon, 2011-06-20 at 20:27 +, Moriyoshi Koizumi wrote:
>>> moriyoshiMon, 20 Jun 2011 20:27:39 +
>&
moriyoshiMon, 20 Jun 2011 20:30:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=312345
Log:
- Forgot to commit these.
Changed paths:
U php/php-src/branches/PHP_5_4/NEWS
U php/php-src/branches/PHP_5_4/main/network.c
U php/php-s
moriyoshiMon, 20 Jun 2011 20:27:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=312344
Log:
- Add built-in web server to CLI SAPI. See the RFC for detail.
Changed paths:
U php/php-src/branches/PHP_5_4/sapi/cli/config.m4
U php/php-sr
moriyoshiSun, 06 Mar 2011 07:06:55 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308951
Log:
Fix ZTS build.
Changed paths:
U php/php-src/trunk/ext/mbstring/mbstring.c
U php/php-src/trunk/main/rfc1867.c
Modified: php/php-src/trunk/ex
On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye wrote:
> hi,
>
> On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi wrote:
>> The library path needs to be quoted just once. It appears old compiler
>> frontends (VC6, 7?) used to have a bug with which arguments to the
>> li
Hi,
On Wed, Mar 2, 2011 at 5:58 PM, Pierre Joye wrote:
> hi,
>
> Please merge to 5.3
Done.
>
> On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi wrote:
>> moriyoshi Wed, 02 Mar 2011 05:22:22 +
>
>> Modified: php/php-sr
moriyoshiWed, 02 Mar 2011 18:35:10 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308863
Log:
- Merge from trunk.
Changed paths:
U php/php-src/branches/PHP_5_3/win32/build/Makefile
U php/php-src/branches/PHP_5_3/win32/build/config.w32
moriyoshiWed, 02 Mar 2011 05:22:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308839
Log:
- Enable windows build system to accept paths containing spaces.
Changed paths:
U php/php-src/trunk/win32/build/Makefile
U php/php-src/trunk
moriyoshiFri, 24 Dec 2010 08:42:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306613
Log:
- Fix startup warnings.
Changed paths:
U php/php-src/trunk/Zend/zend_multibyte.c
Modified: php/php-src/trunk/Zend/zend_multibyte.c
==
moriyoshiWed, 22 Dec 2010 10:25:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306572
Log:
- Fix build.
Changed paths:
U php/php-src/trunk/ext/exif/exif.c
Modified: php/php-src/trunk/ext/exif/exif.c
=
Okay, I'm gonna take a look into it. Thanks.
Moriyoshi
On Tue, Dec 21, 2010 at 10:39 PM, Antony Dovgal wrote:
> To reproduce, use the following configure line:
> ./configure --enable-exif
>
> On 12/21/2010 12:34 PM, Antony Dovgal wrote:
>> ext/exif doesn't compile after this patch because of th
moriyoshiTue, 21 Dec 2010 06:57:46 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306535
Log:
- Update ini descriptions. It is still possible that zend.multibyte will be
removed in the near future as it is confirmed to not impose any significant
moriyoshiMon, 20 Dec 2010 03:16:09 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306486
Log:
- Avoid allocating extra buffers. This makes parsing with zend.multibyte
enabled as fast as with it disabled.
Changed paths:
U php/php-src/trunk/
moriyoshiMon, 20 Dec 2010 03:11:41 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306485
Log:
- Fix a bug that the script gets wrongly converted into UTF-8 when the script
encoding is not GL-safe.
Changed paths:
U php/php-src/trunk/Zend/ze
moriyoshiSun, 19 Dec 2010 17:29:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306460
Log:
WS
Changed paths:
U php/php-src/trunk/Zend/zend_multibyte.c
Modified: php/php-src/trunk/Zend/zend_multibyte.c
===
moriyoshiSun, 19 Dec 2010 17:28:57 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306459
Log:
WS
Changed paths:
U php/php-src/trunk/ext/mbstring/mbstring.c
Modified: php/php-src/trunk/ext/mbstring/mbstring.c
===
ding instead of
> zend.multibyte.
>
> Thanks. Dmitry.
>
> On 12/09/2010 09:02 AM, Moriyoshi Koizumi wrote:
>>
>> Please revert.
>>
>> On Thu, Dec 9, 2010 at 3:00 PM, Moriyoshi Koizumi wrote:
>>>
>>> Hey, I don't think there was agr
Please revert.
On Thu, Dec 9, 2010 at 3:00 PM, Moriyoshi Koizumi wrote:
> Hey, I don't think there was agreement on this yet. I've actually
> been preparing a patch that minimizes the extra hook points in SAPI.
>
> Moriyoshi
>
> On Wed, Dec 8, 2010 at 8:27 PM, Dmi
Hey, I don't think there was agreement on this yet. I've actually
been preparing a patch that minimizes the extra hook points in SAPI.
Moriyoshi
On Wed, Dec 8, 2010 at 8:27 PM, Dmitry Stogov wrote:
> dmitry Wed, 08 Dec 2010 11:27:34 +
>
> Revision: http://s
moriyoshiTue, 09 Nov 2010 03:27:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305215
Log:
- Remove duplicate portion.
Changed paths:
U
php/php-src/branches/PHP_5_2/ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt
Modified:
ph
moriyoshiTue, 09 Nov 2010 03:23:04 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305214
Log:
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length
parameter).
Bug: http://bugs.php.net/53273 (Open) mb_strcut() returns garbage w
moriyoshiMon, 15 Mar 2010 14:19:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296242
Log:
- Fix win32 build. (notified by Rob. Thanks)
Changed paths:
U php/php-src/branches/PHP_5_2/ext/mbstring/config.w32
D php/php-src/branches/PH
moriyoshiFri, 12 Mar 2010 16:23:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296122
Log:
- Revert accidental commit.
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard/html.c
Modified: php/php-src/branches/PHP_5_2/ext/standard
moriyoshiFri, 12 Mar 2010 16:19:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296121
Log:
- Forgot to commit this patch. Sorry.
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard/html.c
U php/php-src/branches/PHP_5_3/ext/s
I forgot to apply the patch to trunk at that time. So 5_3 should have
been working. Doesn't it?
Moriyoshi
On Fri, Mar 12, 2010 at 11:53 PM, Felipe Pena wrote:
> and 5_3? Thanks.
>
> 2010/3/12 Moriyoshi Koizumi
>
>> moriyoshi Fri, 12
moriyoshiFri, 12 Mar 2010 14:44:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296118
Log:
- Oops.
Changed paths:
U php/php-src/trunk/ext/standard/html.c
Modified: php/php-src/trunk/ext/standard/html.c
==
moriyoshiFri, 12 Mar 2010 04:55:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296101
Log:
- Update the bundled libmbfl to the latest on upstream.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mbstring/config.m4
U php/php-src/b
moriyoshiFri, 05 Mar 2010 09:12:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295848
Log:
- Fixed bug #49267 (linking fails for iconv)
Bug: http://bugs.php.net/49267 (No Feedback) Linking fails for iconv:
"Undefined symbols: _libiconv"
moriyoshiSun, 28 Feb 2010 09:33:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295576
Log:
- Merge from upstream (note: this is no behavioral change, so need not to be
merged to 5.3.2 branch)
Changed paths:
U
php/php-src/branches/PHP_
moriyoshiSun, 28 Feb 2010 07:49:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295575
Log:
- Whitespaces.
Changed paths:
U
php/php-src/branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
U
php/php-src/branches/PHP
moriyoshiThu, 24 Dec 2009 09:32:52 +
Revision: http://svn.php.net/viewvc?view=revision&revision=292588
Log:
- MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
(this should be gone to r292467)
Bug: http://bugs
>
> --Jani
>
>
> 22.12.2009 7:50, Moriyoshi Koizumi wrote:
>>
>> moriyoshi Tue, 22 Dec 2009 05:50:34 +
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=292467
>>
>> Log:
>> - Fix bug #46478 (htmlent
moriyoshiTue, 22 Dec 2009 05:50:34 +
Revision: http://svn.php.net/viewvc?view=revision&revision=292467
Log:
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
Bug: http://bugs.php.net/46478 (Assigned) htmlentities()
moriyoshiMon, 07 Dec 2009 15:41:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291821
Log:
- Take account of surrogate pairs.
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard/html.c
U php/php-src/branches/PHP_5_2/ext/stan
moriyoshiTue, 13 Oct 2009 05:18:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=289605
Log:
- Bug #49785: take 5. What the hell happened to me...
Bug: http://bugs.php.net/49785 (Closed) htmlspecialchars() should check byte
sequence more strict
moriyoshiMon, 12 Oct 2009 14:29:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=289567
Log:
- Bug #49785: take 4 - typo. this flaw is unharmful since the return value of
get_next_char() is only used when UTF-8 is specified to the third argument
moriyoshiMon, 12 Oct 2009 14:25:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=289565
Log:
- Bug #49785: take 3 - fixed infinite loop bug (only for 5.2) (reported by
T.Komura. Thanks)
Bug: http://bugs.php.net/49785 (Closed) htmlspecialchars()
Right.
Moriyoshi
On Mon, Oct 12, 2009 at 5:28 PM, Pierre Joye wrote:
> hi,
>
> Is it about #49785?
>
> Cheers,
> --
> Pierre
>
> On Mon, Oct 12, 2009 at 1:52 AM, Moriyoshi Koizumi wrote:
>> moriyoshi Sun, 11 Oct 2009 23
moriyoshiSun, 11 Oct 2009 23:52:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=289554
Log:
- A couple more fix for my previous fix.
(one of the fix by Arnaud Le Blanc. Thanks!)
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard
moriyoshiFri, 09 Oct 2009 17:13:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=289429
Log:
- More tests to go.
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard/tests/strings/bug49785.phpt
U php/php-src/branches/PHP_5_3/ex
moriyoshiWed, 23 Sep 2009 15:22:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288613
Log:
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
multibyte character).
(This bug was introduced by the commit by r202895. Ple
moriyoshiWed, 23 Sep 2009 14:26:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288612
Log:
* Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11
was about to come at that time).
Changed paths:
_U php/php-src/branc
moriyoshiTue, 15 Sep 2009 00:09:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288345
Log:
- WS fix (spaces to tabs)
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/zend_execute_API.c
U php/php-src/branches/PHP_5_3/Zend/zend_exe
Ilia,
I guess this and the other mbstring patch should be applied to 5.2
branch as well. Is it ok to merge them?
Moriyoshi
On Sat, Sep 12, 2009 at 6:26 AM, Moriyoshi Koizumi wrote:
> moriyoshi Fri, 11 Sep 2009 21:26:18 +
>
> Revision: http://sv
moriyoshiMon, 14 Sep 2009 04:11:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288301
Log:
- Looks like bug #48697 has already been fixed in RC1.
Bug: http://bugs.php.net/48697 (Assigned) mb_internal_encoding() value gets
reset by parse_str()
moriyoshiFri, 11 Sep 2009 21:26:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288273
Log:
- Fix bug #49536 (mb_detect_encoding() returns incorrect results when
strict_mode is turned on.)
(patch by komura, thanks!)
Bug: http://bugs.php.net/
moriyoshiFri, 11 Sep 2009 08:22:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288260
Log:
- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).
Bug: http://bugs.php.net/49528 (Assigned) UTF-16 strings prefixed by BOMs
wrondly
Ok, I just figured out now. I'm gonna revert'em shortly
Moriyoshi
On Mon, Sep 7, 2009 at 1:02 AM, Moriyoshi Koizumi wrote:
> Hi,
>
> Obviously use_heap has to be set to true whenever the heap is used.
> Doesn't it? The problem only occurs on Mac OS X and I noticed
nge breaks the build, sounds wrong and I did not see any leak
> in there. Do you have a test case to reproduce the leak you are trying
> to fix?
>
> In the mean time, please revert this change.
>
> On Sun, Sep 6, 2009 at 4:43 PM, Moriyoshi Koizumi wrote:
>> moriyoshi
moriyoshiSun, 06 Sep 2009 14:43:09 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288109
Log:
- Fix leaks.
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/zend.h
U php/php-src/branches/PHP_5_3/Zend/zend.h
U php/php-src/trunk/
moriyoshiWed, 29 Jul 2009 04:44:08 +
Revision: http://svn.php.net/viewvc?view=revision&revision=286483
Log:
* Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal
html-entities)
Bug: http://bugs.php.net/48645 (Assigned) mb_convert_encoding() d
pporrted in
> 5.2, and since the test case is failing on the . separator the test
> seems to agree.
>
> -Rasmus
>
>
> Moriyoshi Koizumi wrote:
>> Huh? I guess this was added to 5.2 as well, and I don't think it got
>> reverted at some point.
>>
>> M
Huh? I guess this was added to 5.2 as well, and I don't think it got
reverted at some point.
Moriyoshi
On Tue, Jul 28, 2009 at 8:08 AM, Rasmus Lerdorf wrote:
> rasmus Mon, 27 Jul 2009 23:08:23 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=2
moriyoshiFri, 24 Jul 2009 23:50:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=284728
Log:
- MFH
Changed paths:
U php/php-src/branches/PHP_5_2/ext/mbstring/mb_gpc.c
Modified: php/php-src/branches/PHP_5_2/ext/mbstring/mb_gpc.c
==
moriyoshiFri, 24 Jul 2009 23:48:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=284727
Log:
- MFH (using svn merge; it seems I won't need to repeat the commit message
anymore)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mbstring/mb
moriyoshiFri, 24 Jul 2009 23:44:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=284726
Log:
- Probably harmless, but it should have been done this way.
Changed paths:
U php/php-src/trunk/ext/mbstring/mb_gpc.c
Modified: php/php-src/trunk/
Just to let you guys know no intention to offend here. I just used it
in the sense Jani had corrected it to be.
Moriyoshi
Jani Taskinen wrote:
> jani Fri May 15 17:18:18 2009 UTC
>
> Modified files: (Branch: PHP_5_2)
> /php-src NEWS
> Log:
> - Reverted is such
Christopher Jones wrote:
>
> Are there any tests for this?
Do we really need one?
Moriyoshi
> Chris
>
> Moriyoshi Koizumi wrote:
>> moriyoshiFri May 15 17:02:35 2009 UTC
>>
>> Modified files: /php-src/ext/standardarray.c
>
moriyoshi Fri May 15 17:06:36 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
- Not a news actually.
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1509&r2=1.2027.2.547.2.1510&diff_format=u
Index: php-src/NEWS
diff -u php-s
moriyoshi Fri May 15 17:03:43 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard array.c
Log:
- MFH: Roll it back.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.66&r2=1.308.2.21.2.67&diff_format=u
Index: p
moriyoshi Fri May 15 17:03:03 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
* MFH: Roll it back.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.55&r2=1.308.2.21.2.37.2.56&diff_format=
moriyoshi Fri May 15 17:02:35 2009 UTC
Modified files:
/php-src/ext/standard array.c
Log:
* Roll it back then. I wonder if defaulting it to SORT_REGULAR would work
well
and I think allowing user-supplied comparator should make more sense when it
moriyoshi Thu May 14 19:07:41 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/iconv/testsiconv_stream_filter_delimiter.phpt
Log:
- MFH:Add a new test for the additional delimiter of the encoding conversion
filter
http://cvs.php.net/viewv
moriyoshi Thu May 14 19:07:18 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/iconv/testsiconv_stream_filter.phpt
Log:
- MFH: Update the test as newer libc gets the bogus input through rather than
rejecting it.
http://cvs.php.net/viewvc
moriyoshi Thu May 14 19:06:20 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/iconv/testsiconv_stream_filter_delimiter.phpt
Log:
- Add a new test for the additional delimiter of the encoding conversion
filter
http://cvs.php.net/viewvc.cgi/p
moriyoshi Thu May 14 19:02:38 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/iconv/testsiconv_stream_filter.phpt
Log:
- Update the test as newer libc gets the bogus input through rather than
rejecting it.
http://cvs.php.net/viewvc.cgi/ph
moriyoshi Thu Apr 16 02:07:53 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/mbstring/tests mb_convert_encoding_stateful.phpt
Log:
- MFH: Just a paranoiac test. This works perfectly.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_
moriyoshi Thu Apr 16 02:07:20 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/mbstring/tests mb_convert_encoding_stateful.phpt
Log:
- MFH: just a paranoiac test. This works perfectly.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_
moriyoshi Thu Apr 16 02:06:59 2009 UTC
Added files:
/php-src/ext/mbstring/tests mb_convert_encoding_stateful.phpt
Log:
- Just a paranoiac test. This works perfectly.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_convert_encoding_state
moriyoshi Thu Apr 16 02:05:00 2009 UTC
Modified files:
/php-src/ext/mbstring config.m4 mbstring.dsp
/php-src/ext/mbstring/libmbfl/mbfl mbfl_consts.h mbfl_convert.c
mbfl_encoding.c mbfl_encoding.h
Hey, we need to be more specific on what was the problem and what this
patch actually fixes; oniguruma is a third-party library and I really
don't think we'll be good at keeping up to upstream-updates with such
a site specific change.
Moriyoshi
2009/3/20 Ilia Alshanetsky :
> iliaa Thu M
moriyoshi Wed Mar 18 17:48:19 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
- Use UTF-8 characters as 5.2's NEWS does.
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.523&r2=1.2027.2.547.2.965.2.524&diff_format=u
Ind
moriyoshi Wed Mar 18 17:43:55 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/mbstring/libmbfl/filters mbfilter_cp850.c
mbfilter_cp850.h
unicode_table_cp
moriyoshi Wed Mar 18 17:34:43 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring mbstring.dsp
Log:
- MFH: Synching .dsp file (I am not sure whether I really should do this)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.d
moriyoshi Wed Mar 18 17:34:27 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring mbstring.dsp
Log:
- MFH: Synching .dsp file (I am not sure whether I really should do this)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.d
moriyoshi Wed Mar 18 17:34:03 2009 UTC
Modified files:
/php-src/ext/mbstring mbstring.dsp
Log:
- Synching .dsp file (I am not sure whether I really should do this)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.dsp?r1=1.21&r2=1.22&dif
moriyoshi Tue Mar 17 05:31:04 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/iconv iconv.c
Log:
- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
well as '/'. It's impossible to specify the filter in php://filter with
moriyoshi Tue Mar 17 05:27:00 2009 UTC
Modified files:
/php-src/ext/iconv iconv.c
Log:
- Make iconv filter accept '.' as the delimiter between encoding names as well
as '/'. It's impossible to specify the filter in php://filter without this
fix.
moriyoshi Sun Mar 15 20:44:17 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring mb_gpc.c mbstring.c mbstring.h
Log:
- MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
http:
moriyoshi Sun Mar 15 20:42:57 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring mb_gpc.c mbstring.c mbstring.h
Log:
- MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
http:
moriyoshi Sun Mar 15 20:42:30 2009 UTC
Modified files:
/php-src/ext/mbstring mb_gpc.c mbstring.c mbstring.h
Log:
- Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
http://cvs.php.net/viewvc.c
1 - 100 of 1387 matches
Mail list logo