History log of /PHP-8.3/ext/curl/interface.c (Results 201 – 225 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 81b67937 29-Sep-2014 Stanislav Malyshev

Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c


# 71b63fc7 29-Sep-2014 Stanislav Malyshev

Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c


# d1e030db 29-Sep-2014 Stanislav Malyshev

Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c


# ab0939e5 29-Sep-2014 Stanislav Malyshev

Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c


# d2161c81 03-Oct-2014 Anatol Belski

reveal some newer libcurl features in MINFO


# 7d36a1a8 26-Sep-2014 krakjoe

remove fetches from curl


# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 635a2312 14-Sep-2014 Anatol Belski

better way to check for empty string


# 95a50f73 12-Sep-2014 Anatol Belski

fix type


# 8002e2c0 05-Sep-2014 Xinchen Hui

Fixed discards qualifiers from pointer target type


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts


# 28e7beea 25-Aug-2014 Nikita Popov

Fix zend_longo_str


# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 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 :<)


12345678910>>...22