Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
5641234e |
| 21-May-2003 |
Sterling Hughes |
move all the other callbacks
|
#
3de6a7d3 |
| 21-May-2003 |
Sterling Hughes |
switch over to using fast_call_user_function() with the callbacks
|
Revision tags: BEFORE_FD_REVERT |
|
#
dd8accf8 |
| 17-May-2003 |
Sterling Hughes |
apply fix from bug #23539
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b |
|
#
09fbc97d |
| 09-May-2003 |
Ilia Alshanetsky |
Add missing initialization.
|
Revision tags: SPL_ALPHA, php-4.3.2RC2 |
|
#
810ac117 |
| 28-Apr-2003 |
Derick Rethans |
- Fix non-ZTS build after Sterling's changes to TSRM
|
#
7ed6fd22 |
| 27-Apr-2003 |
Sterling Hughes |
use the new TSRMLS_FETCH_FROM_CTX() macro
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
b4b661ae |
| 17-Mar-2003 |
foobar |
WS & CS fixes
|
#
cf072c4a |
| 13-Mar-2003 |
Ilia Alshanetsky |
Fixed bug #22681 (Crash when reading from invalid file pointer).
|
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...
|