Fix Bug #17806 Segmentation fault when passing invalid url to http_get()
[m6w6/ext-http] / http_querystring_object.c
2010-06-09  Michael Wallner* revert incomplete trunk-compatibility-patch
2010-06-04  Felipe Pena- Fixed build on php-trunk
2010-05-03  Michael Wallnerattempt to fix trunk build
2009-12-31  Michael Wallneryear bump
2009-02-12  Michael WallnerFixed bug #15800
2008-02-04  Michael Wallnerfix PHP_5_3 build
2007-02-22  Michael Wallner- removed error prone macros, fixes bug #10151 (build...
2007-02-07  Michael Wallner- fix copyright year
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-09-25  Michael Wallner- fix compiler warnings
2006-07-27  Michael Wallner- move constructor code into http_querystring_instantiate()
2006-07-17  Michael Wallner- fix overload guards leaks
2006-07-13  Michael Wallner- fix WONKY build
2006-07-08  Michael Wallner- fix HttpQueryString failures with objects as argument
2006-07-08  Michael Wallner- HttpQueryString implements ArrayAccess
2006-07-06  Michael Wallner- add HttpQueryString::mod()
2006-06-11  Michael Wallner- attempt to fix gcc-2.95 build by using less HTTP_HAVE...
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
2006-05-19  Michael Wallner- fix switch() CS
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-03-29  Michael Wallner- allocate known count of HashTables entries on init
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-26  Michael Wallner- fixed access of super globals
2006-03-19  Michael Wallner- fix HttpQueryString::xlate()
2006-03-19  Michael Wallner- fix builds where include/php/ext/iconv does not have...
2006-03-08  Michael Wallner- version bump
2006-03-07  Michael Wallner- fix proto *static* HttpQueryString::singleton()
2006-03-07  Michael Wallner- rename HttpQueryString::getInstance() to HttpQueryStr...
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-20  Michael Wallner- add default stream context support
2006-02-18  Michael Wallner- simplify
2006-02-18  Michael Wallner- add HttpQueryString::iconv()
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-05  Michael Wallner- attempt to fix WONKY build
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-02-02  Michael Wallner- fix ::set() arginfo
2006-01-30  Michael Wallner- remove HttpQueryString::del() and ::mod() can be...
2006-01-30  Michael Wallnerws
2006-01-30  Michael Wallner- add accessors by type
2006-01-30  Michael Wallner- make sure queryArray is actually an array
2006-01-30  Michael Wallner- fix some typos