Commit:    5e3d047a074eb22ec97b1bfd87c58cf00d01d18e
Author:    Anatol Belski <a...@php.net>         Wed, 20 Nov 2013 17:15:01 +0100
Parents:   7156c5cb393b4a55d9c82b40218fae9b24c1816f
Branches:  str_size_and_int64

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=5e3d047a074eb22ec97b1bfd87c58cf00d01d18e

Log:
removed debugbreak

Changed paths:
  M  ext/iconv/iconv.c


Diff:
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index b706104..a5e6046 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -2043,7 +2043,7 @@ PHP_FUNCTION(iconv_strpos)
        php_iconv_err_t err;
 
        zend_str_size_uint retval;
-__debugbreak();
+
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "SS|iS",
                &haystk, &haystk_len, &ndl, &ndl_len,
                &offset, &charset, &charset_len) == FAILURE) {


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

Reply via email to