History log of /php-src/ext/curl/interface.c (Results 276 – 300 of 618)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

# 3bcb1686 19-Aug-2014 Anatol Belski

ported ext/curl

# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 3f27d707 28-May-2014 Nikita Popov

Use zend_long_to_str in curl

Also use STR_ADDREF instead of maintaining a numeric_key flag.

# 066ea220 28-May-2014 Dmitry Stogov

Avoid in-place modification

Revision tags: php-5.4.29, php-5.5.13
# 55b6fb16 15-May-2014 Dmitry Stogov

Fixed zend_string/char* mess

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 3ba4f826 13-May-2014 Dmitry Stogov

Fixed curl_close() behavior

# b8b8c497 13-May-2014 Dmitry Stogov

In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but do

In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter.

show more ...

# 1071bf74 09-May-2014 Xinchen Hui

Finish ext/curl (7 tests fails as trunk)

# f4c105dc 09-May-2014 Xinchen Hui

Fixed post data (long type cast matters here :<)

# 763cee63 09-May-2014 Xinchen Hui

Use zend_string for better performance

# 2d9bc88d 09-May-2014 Xinchen Hui

Fixed clone refcount

# 564db38d 09-May-2014 Xinchen Hui

Fixed build with high version libcurl

# c5e63f8a 09-May-2014 Xinchen Hui

Refactoring ext/curl (only compilable now)

# cd4b4dfc 05-May-2014 Dmitry Stogov

Merge branch 'master' into refactoring2

Conflicts:
Zend/zend_hash.c
ext/date/php_date.c


Revision tags: php-5.6.0beta2
# 40761208 30-Apr-2014 Michael Wallner

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
fix bug #64247 (CURLOPT_INFILE doesn't allow reset)


# 54fee595 30-Apr-2014 Michael Wallner

fix bug #64247 (CURLOPT_INFILE doesn't allow reset)

Revision tags: php-5.5.12, php-5.4.28
# f9927a6c 25-Apr-2014 Dmitry Stogov

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patch

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)

Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c

show more ...


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)

Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# 1a14eb53 11-Mar-2014 Adam Harvey

Merge branch 'PHP-5.5' into PHP-5.6


# f8252aa5 11-Mar-2014 Adam Harvey

Fix compile error with theoretically supported versions of libcurl < 7.12.3.

Revision tags: php-5.5.10, php-5.4.26
# af545ead 28-Feb-2014 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
don't compare constants on run time


# 36c44597 28-Feb-2014 Anatol Belski

don't compare constants on run time

# cbb2dc07 28-Feb-2014 Tjerk Meesters

Merge branch '5.5' into 5.6

* 5.5:
Fixed expected output of a few cURL test cases
Allow NULL as value for CURLOPT_CUSTOMREQUEST option.


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1
# 488e64db 18-Nov-2013 datibbaw

Allow NULL as value for CURLOPT_CUSTOMREQUEST option.

Added test case.

Refactored the code to isolate the string handling. Fixed return values to use SUCCESS and FAILURE.

R

Allow NULL as value for CURLOPT_CUSTOMREQUEST option.

Added test case.

Refactored the code to isolate the string handling. Fixed return values to use SUCCESS and FAILURE.

Removed unused error variable.

Indentation fix.
Removed the ugly goto.

show more ...

1...<<11121314151617181920>>...25