[PHP-CVS] com php-src: Fixed Bug #62500 (Segfault in DateInterval class when extended): NEWS ext/date/php_date.c ext/date/tests/bug62500.phpt

2012-07-08 Thread Xinchen Hui
Commit:e3b9b1e6dc016d9128ac5e9ed95aa5b1a5065e5f Author:Xinchen Hui larue...@php.net Mon, 9 Jul 2012 00:25:48 +0800 Parents: a213c10ef2125ac2da7a71ddb668d6f0aea8a05c Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds instead of seconds): sapi/apache2filter/sapi_apache2.c

2012-07-08 Thread Felipe Pena
Commit:2019062cfc6e4b4832aaca3b73891d93adc115a8 Author:Felipe Pena felipe...@gmail.com Sun, 8 Jul 2012 14:05:28 -0300 Parents: e3b9b1e6dc016d9128ac5e9ed95aa5b1a5065e5f Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:e6d9cd983b3503d38389d0c67267c773a98af174 Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: a76878cd594e5b8160800abb9e21cc25cb264d7f Branches: master Link:

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:5910d8d4f499bf84bcaa1161bd0b89c15a19a304 Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: 2019062cfc6e4b4832aaca3b73891d93adc115a8 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: appease MSVC (doesnt like unary minus of unsigned ints): Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Commit:b2b018d5f7d0d7a0bc88e6a95fe804c39bd65b9a Author:Nuno Lopes nlop...@php.net Sun, 8 Jul 2012 15:19:41 -0400 Parents: 26b37f1792dfaf9b0b30f81e492c8f68b9ece571 Branches: PHP-5.3 Link:

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-08 Thread Nuno Lopes
Ok. I don 't have a MSVC setup handy. Can you please test if replacing that line with 'idx = 0 - idx;' fixes the warnings for you? Seems to do the trick. Is 0- same as - for unsigned on all compilers (I know common sense says it should be but when compilers are concerned it's better to be sure

[PHP-CVS] com php-src: Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, ) returns false): NEWS ext/curl/interface.c ext/curl/tests/bug61948.phpt

2012-07-08 Thread Xinchen Hui
Commit:c819cf9d6bd43d79b894f1d0f0c6c282893fd9bd Author:Xinchen Hui larue...@php.net Mon, 9 Jul 2012 08:32:40 +0800 Parents: b2b018d5f7d0d7a0bc88e6a95fe804c39bd65b9a Branches: PHP-5.3 Link:

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

2012-07-08 Thread Xinchen Hui
Commit:4323a7acedf0eff76f709456930d89380c16f0b8 Author:Xinchen Hui larue...@php.net Mon, 9 Jul 2012 08:44:59 +0800 Parents: 0398cc22a9fda50ad9ba0fb2d717f07a711e1732 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/curl/interface.c

2012-07-08 Thread Xinchen Hui
Commit:0398cc22a9fda50ad9ba0fb2d717f07a711e1732 Author:Xinchen Hui larue...@php.net Mon, 9 Jul 2012 08:38:03 +0800 Parents: 5910d8d4f499bf84bcaa1161bd0b89c15a19a304 c819cf9d6bd43d79b894f1d0f0c6c282893fd9bd Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/curl/interface.c

2012-07-08 Thread Xinchen Hui
Commit:0e97cdf86b8db73c5d80e5eaeb7efc99ae6383de Author:Xinchen Hui larue...@php.net Mon, 9 Jul 2012 08:46:38 +0800 Parents: e6d9cd983b3503d38389d0c67267c773a98af174 4323a7acedf0eff76f709456930d89380c16f0b8 Branches: master Link: