[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/iconv/

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 12:32:56 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=316344

Log:
ignore another file generated by PHP_SETUP_ICONV php_iconv_aliased_libiconv.h

Changed paths:
_U  php/php-src/branches/PHP_5_4/ext/iconv/


Property changes on: php/php-src/branches/PHP_5_4/ext/iconv
___
Modified: svn:ignore
   - #*#
*.dsw
*.la
*.lo
*.ncb
*.opt
*.plg
*.tgz
*~
#*
deps
libs
Debug
Debug_TS
Makefile
Makefile.fragments
Makefile.global
Makefile.objects
Release
Release_TS
Release_TSDbg
Release_TS_inline
Release_inline
acinclude.m4
aclocal.m4
autom4te.cache
build
config.cache
config.guess
config.h
config.h.in
config.log
config.nice
config.status
config.sub
configure
configure.in
conftest
conftest.c
include
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
modules
scan_makefile_in.awk
*.gcda
*.gcno
php_have_bsd_iconv.h
php_have_ibm_iconv.h
php_have_libiconv.h
php_php_iconv_h_path.h
php_have_glibc_iconv.h
php_php_iconv_impl.h
php_have_iconv.h
php_iconv_supports_errno.h

   + #*#
*.dsw
*.la
*.lo
*.ncb
*.opt
*.plg
*.tgz
*~
#*
deps
libs
Debug
Debug_TS
Makefile
Makefile.fragments
Makefile.global
Makefile.objects
Release
Release_TS
Release_TSDbg
Release_TS_inline
Release_inline
acinclude.m4
aclocal.m4
autom4te.cache
build
config.cache
config.guess
config.h
config.h.in
config.log
config.nice
config.status
config.sub
configure
configure.in
conftest
conftest.c
include
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
modules
scan_makefile_in.awk
*.gcda
*.gcno
php_have_bsd_iconv.h
php_have_ibm_iconv.h
php_have_libiconv.h
php_php_iconv_h_path.h
php_have_glibc_iconv.h
php_php_iconv_impl.h
php_have_iconv.h
php_iconv_supports_errno.h
php_iconv_aliased_libiconv.h


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/iconv/tests/bug52211.phpt trunk/ext/iconv/tests/bug52211.phpt

2011-09-06 Thread Pierre Joye
pajoye   Tue, 06 Sep 2011 06:42:11 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=316212

Log:
- add skipif

Changed paths:
U   php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
U   php/php-src/trunk/ext/iconv/tests/bug52211.phpt

Modified: php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
===
--- php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
06:34:36 UTC (rev 316211)
+++ php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
06:42:11 UTC (rev 316212)
@@ -1,5 +1,8 @@
 --TEST--
 Bug #52211 (iconv() returns part of string on error)
+?php
+include('skipif.inc');
+?
 --FILE--
 ?php


Modified: php/php-src/trunk/ext/iconv/tests/bug52211.phpt
===
--- php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 06:34:36 UTC 
(rev 316211)
+++ php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 06:42:11 UTC 
(rev 316212)
@@ -1,5 +1,8 @@
 --TEST--
 Bug #52211 (iconv() returns part of string on error)
+?php
+include('skipif.inc');
+?
 --FILE--
 ?php


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/iconv/tests/bug52211.phpt trunk/ext/iconv/tests/bug52211.phpt

2011-09-06 Thread Hannes Magnusson
On Tue, Sep 6, 2011 at 08:42, Pierre Joye paj...@php.net wrote:
 pajoye                                   Tue, 06 Sep 2011 06:42:11 +

 Revision: http://svn.php.net/viewvc?view=revisionrevision=316212

 Log:
 - add skipif

 Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
    U   php/php-src/trunk/ext/iconv/tests/bug52211.phpt

 Modified: php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
 ===
 --- php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
 06:34:36 UTC (rev 316211)
 +++ php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
 06:42:11 UTC (rev 316212)
 @@ -1,5 +1,8 @@
  --TEST--
  Bug #52211 (iconv() returns part of string on error)
 +?php
 +include('skipif.inc');
 +?


missing --SKIPIF--

Please be more careful when you are fixing the tests :(

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/iconv/tests/bug52211.phpt trunk/ext/iconv/tests/bug52211.phpt

2011-09-06 Thread Pierre Joye
pajoye   Tue, 06 Sep 2011 09:28:23 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=316239

Log:
- missing --SKIPIF--

Changed paths:
U   php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
U   php/php-src/trunk/ext/iconv/tests/bug52211.phpt

Modified: php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt
===
--- php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
09:23:10 UTC (rev 316238)
+++ php/php-src/branches/PHP_5_4/ext/iconv/tests/bug52211.phpt  2011-09-06 
09:28:23 UTC (rev 316239)
@@ -1,5 +1,6 @@
 --TEST--
 Bug #52211 (iconv() returns part of string on error)
+--SKIPIF--
 ?php
 include('skipif.inc');
 ?

Modified: php/php-src/trunk/ext/iconv/tests/bug52211.phpt
===
--- php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 09:23:10 UTC 
(rev 316238)
+++ php/php-src/trunk/ext/iconv/tests/bug52211.phpt 2011-09-06 09:28:23 UTC 
(rev 316239)
@@ -1,5 +1,6 @@
 --TEST--
 Bug #52211 (iconv() returns part of string on error)
+--SKIPIF--
 ?php
 include('skipif.inc');
 ?

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php