History log of /PHP-5.5/ext/curl/interface.c (Results 301 – 310 of 310)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.2RC1
# 535a73a7 28-Feb-2003 foobar

- Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
(Phil Oleson <poleson@verio.net>)


# afc69728 25-Feb-2003 foobar

(hope) fix some win32 build errors


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


# b0924da0 03-Feb-2003 Ilia Alshanetsky

Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).


# 923ae6ca 02-Feb-2003 Ilia Alshanetsky

Gave the user the ability to specify encoding of the request.
Patch by jens@mermaidconsulting.dk.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# aebb39b0 18-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref.

Thanks to Marcus Börger for writing a script that significantly simplifies
this process.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0
# 98e85ae8 21-Dec-2002 Ilia Alshanetsky

Fixed bug #20987 (no handling for client certificates).


Revision tags: php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 9ae3c2f7 14-Nov-2002 Wez Furlong

Commit these before Sterling renames the files again :-)
When curlstreams are enabled, registers a each supported protocol
with PHP.
"More Correctly" implement eof for curlstreams.
St

Commit these before Sterling renames the files again :-)
When curlstreams are enabled, registers a each supported protocol
with PHP.
"More Correctly" implement eof for curlstreams.
Still not ready for anything like primetime.

show more ...


# 53728441 13-Nov-2002 Sterling Hughes

add multi support and reorganize things a bit...


1...<<111213