[PHP-CVS] com php-src: Merge branch 'PHP-5.4': run-tests.php

2012-07-06 Thread Anthony Ferrara
Commit:6abd7365d041f07ab2ac16de22091e6b3065d69b Author:Anthony Ferrara Fri, 6 Jul 2012 22:39:32 -0400 Parents: ed54357fcded8849c6830fa80b42bdde4650fdb8 79ed100c19667ecf8b8fcb445bd52bf8c22cee0a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6abd

[PHP-CVS] com php-src: Fix two issues with run-tests.php: run-tests.php

2012-07-06 Thread Anthony Ferrara
Commit:26b37f1792dfaf9b0b30f81e492c8f68b9ece571 Author:Anthony Ferrara Fri, 6 Jul 2012 22:37:50 -0400 Parents: 157ddd95773114c1148536b4b32fcbedf0c79b20 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=26b37f1792dfaf9b0b30f81e492c8f

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-07-06 Thread Philip Olson
philip Fri, 06 Jul 2012 22:48:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=326513 Log: phpdoc karma for Pieter Hordijk (peehaa) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

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

2012-07-06 Thread Stas Malyshev
Hi! > 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 b