[PHP-CVS] com php-src: - BFN: NEWS

2012-05-20 Thread Felipe Pena
Commit:c5fcd9f5af09b69df998a4226f66f2ea320f46db Author:Felipe Pena Sun, 20 May 2012 19:41:15 -0300 Parents: ffe8303f24bd1db8af1e64e99c9f7edca4940d95 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c5fcd9f5af09b69df998a4226f66f2ea320f46db Log: -

[PHP-CVS] com php-src: - Fixed bug #62025 (__ss_family was changed on AIX 5.3): ext/sockets/config.m4 ext/sockets/sockets.c

2012-05-20 Thread Felipe Pena
Commit:ffe8303f24bd1db8af1e64e99c9f7edca4940d95 Author:Felipe Pena Sun, 20 May 2012 19:37:20 -0300 Parents: 867447f4202f845654eb43e39a825b0efb812d36 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ffe8303f24bd1db8af1e64e99c9f7edca4940d95

[PHP-CVS] com php-src: - Fixed build using g++ (which complains about jump that crosses initialization): ext/intl/calendar/calendar_methods.cpp

2012-05-20 Thread Felipe Pena
Commit:82740ef31e5c8a6497fca6a37637a840ee80b030 Author:Felipe Pena Sun, 20 May 2012 16:17:17 -0300 Parents: 6ea4d0d83990a405bf8a92233ddc05adba69b4e1 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=82740ef31e5c8a6497fca6a37637a840ee80b030 Log: -

[PHP-CVS] com php-src: Fixed two IntlCalendar::setTimeZone() tests.: ext/intl/tests/calendar_setTimeZone_error.phpt ext/intl/tests/calendar_setTimeZone_variation2.phpt

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:22f4a307481f1667bdc95f7ec7c43538427b73ab Author:Gustavo André dos Santos Lopes Fri, 6 Apr 2012 22:04:14 +0200 Parents: 81278e1bbbc855f82a8f9a6da7c013a1cc952c09 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=22f4a307481f1667bdc95f7ec7c4353

[PHP-CVS] com php-src: Whitespace.: ext/intl/calendar/calendar_class.h

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:81d8f4079cac4e215e5ed98b5a6fd1f3a89e375f Author:Gustavo André dos Santos Lopes Mon, 30 Apr 2012 15:28:41 +0200 Parents: 4cfd9995daf249c02f4d8a23f96288d1b2a2f4c0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=81d8f4079cac4e215e5ed98b5a6fd1

[PHP-CVS] com php-src: Handle bogus string in intl_charFromString().: ext/intl/intl_convertcpp.cpp

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:30bf2fbb9d92b66b2f40cb3383bbb00d5921269c Author:Gustavo André dos Santos Lopes Mon, 30 Apr 2012 15:29:36 +0200 Parents: 81d8f4079cac4e215e5ed98b5a6fd1f3a89e375f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=30bf2fbb9d92b66b2f40cb3383bbb0

[PHP-CVS] com php-src: Bug #58756: w.r.t MessageFormatter (partial fix): ext/intl/msgformat/msgformat_data.c ext/intl/msgformat/msgformat_data.h ext/intl/msgformat/msgformat_helpers.cpp ext/intl/tests

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:e9351b89a994464f9c0f60e039ecfaa7f2297302 Author:Gustavo André dos Santos Lopes Wed, 16 May 2012 17:33:12 +0200 Parents: 30bf2fbb9d92b66b2f40cb3383bbb00d5921269c Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e9351b89a994464f9c0f60e039ecfa

[PHP-CVS] com php-src: Fixed bad DateTime construction state check: ext/intl/calendar/calendar_methods.cpp ext/intl/tests/calendar_fromDateTime_error.phpt

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:887744f6b40946ad14b9c5f3f1b6b191a84dad6a Author:Gustavo André dos Santos Lopes Thu, 17 May 2012 18:16:54 +0200 Parents: ec23c3e5401f2bf4b752e8ae64383932135eef10 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=887744f6b40946ad14b9c5f3f1b6b1

[PHP-CVS] com php-src: MessageFormatter accepts IntlCalendar arguments: ext/intl/msgformat/msgformat_helpers.cpp ext/intl/tests/msgfmt_format_intlcalendar.phpt

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:ec23c3e5401f2bf4b752e8ae64383932135eef10 Author:Gustavo André dos Santos Lopes Thu, 17 May 2012 17:45:15 +0200 Parents: d754e9683aceb125dff62ea11fd0d6b1cdf7ca4e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ec23c3e5401f2bf4b752e8ae643839

[PHP-CVS] com php-src: Note recent changes to ext/intl in UPGRADING: UPGRADING

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:6ea4d0d83990a405bf8a92233ddc05adba69b4e1 Author:Gustavo André dos Santos Lopes Sun, 20 May 2012 19:57:06 +0100 Parents: d9ca243212c73e212e579732876bfb4670e71941 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6ea4d0d83990a405bf8a92233ddc05

[PHP-CVS] com php-src: Added IntlCalendar::toDateTime(): ext/intl/calendar/calendar_class.cpp ext/intl/calendar/calendar_methods.cpp ext/intl/calendar/calendar_methods.h ext/intl/php_intl.c ext/intl/t

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:3a81f90ebc51140484c617539b1a5fb0e117f4e2 Author:Gustavo André dos Santos Lopes Thu, 17 May 2012 23:18:51 +0200 Parents: 49b1f5819485b974b62357c02f2bb4b4d2324c09 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3a81f90ebc51140484c617539b1a5f

[PHP-CVS] com php-src: Fixed a couple of memory leaks: ext/intl/timezone/timezone_class.cpp

2012-05-20 Thread Gustavo André dos Santos Lopes
Commit:49b1f5819485b974b62357c02f2bb4b4d2324c09 Author:Gustavo André dos Santos Lopes Thu, 17 May 2012 23:17:00 +0200 Parents: 887744f6b40946ad14b9c5f3f1b6b191a84dad6a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=49b1f5819485b974b62357c02f2bb4