[PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2006-01-03 Thread Jani Taskinen
sniper Tue Jan 3 13:25:06 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/iconv config.m4 Log: - prevent pontential failure with stupid compilers http://cvs.php.net/viewcvs.cgi/php-src/ext/iconv/config.m4?r1=1.33.2.3&r2=1.33.2.4&diff_format=u Index: ph

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2005-10-13 Thread Jani Taskinen
On Fri, 14 Oct 2005, Antony Dovgal wrote: Someone claimed -o is not supported in all 'test' implementations. Using || is a bit clearer too and definately supported. Are you going to change all the -o's to || everywhere ? Only if someone complains or in new stuff or someone uses

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
On 14.10.2005 00:48, Jani Taskinen wrote: On Thu, 13 Oct 2005, Antony Dovgal wrote: On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if t

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2005-10-13 Thread Jani Taskinen
On Thu, 13 Oct 2005, Antony Dovgal wrote: On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if test -f "$i/include/iconv.h" || test -f "$i/

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2005-10-13 Thread Antony Dovgal
On 13.10.2005 23:28, Jani Taskinen wrote: - for i in /usr /usr/local; do -if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then + for i in /usr/local /usr; do +if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then Just curious: what's

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv config.m4

2005-10-13 Thread Jani Taskinen
sniper Thu Oct 13 15:28:59 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv config.m4 Log: MFH http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33.2.1&r2=1.33.2.2&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/config.