- atof -> zend_strtod
[m6w6/ext-http] / http.dsp
2007-02-15  Michael Wallner- add missing source file
2007-02-05  Michael Wallner- update flags and fix PHP4 Win32 build
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-02-14  Michael Wallner- typo
2006-02-14  Michael Wallner- fix build
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-11-21  Michael Wallner- drop mhash support
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-06-15  Michael Wallner- fix php4 build; path has changed
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-04-12  Michael Wallner- update
2005-03-20  Michael Wallner*build files
2005-03-10  Michael Wallner* ditch warnings
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-02-25  Michael Wallner* add std defs header
2005-02-23  Michael Wallner* add src files
2005-02-15  Michael Wallner* add winmm.lib for timeGetTime
2005-02-15  Michael Wallner* add zlib
2005-02-14  Michael Wallner* add ssl libs
2005-02-14  Michael Wallner* add wsock32.lib
2005-02-11  Michael Wallner* add defines too
2005-02-11  Michael Wallner* php_http.dll successfully built for php4 and working...
2005-02-11  Edin KadribasicFix win32 compile on php4
2005-02-08  Michael Wallner* typos
2005-02-08  Michael Wallner* use \r\n
2005-02-07  Michael Wallner* another try
2005-02-05  Michael Wallner* php 4!
2005-02-05  Michael Wallner* probably fixing the PHP4 build issue (mostly took...
2005-02-04  Michael Wallner* dsp is needed too