- rename HttpQueryString::getInstance() to HttpQueryString::singleton()
[m6w6/ext-http] / http_querystring_object.c
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