prepare v4.2.5
[m6w6/ext-http] / src / php_http_url.c
2024-02-05  Michael WallnerMerge pull request #134 from m6w6/issue-pointers
2024-01-29  Remi ColletFix incompatible pointer types issue-pointers 134/head
2022-06-09  Michael WallnerMerge v3.x
2022-06-09  Michael WallnerMerge remote-tracking branch 'origin/v3.x'
2022-06-08  Michael WallnerMerge remote-tracking branch 'origin/v3.x'
2022-06-08  Michael WallnerBackport v4 updates
2021-11-10  Michael WallnerPHP-8.2 compat with __toString
2020-09-21  Michael WallnerPHP 8 compatibility
2019-03-13  Michael Wallnerfix reflection
2019-02-04  Michael WallnerMerge pull request #74 from gbarosio/readme
2018-09-27  Michael Wallnerbuild: fix master
2018-03-06  Michael Wallnersplit utf8 ranges and single chars
2018-03-06  Michael Wallneruse binary search on utf8_ranges
2018-03-05  Michael Wallneruse u_isalnum if available
2018-02-22  Michael Wallnerperformance improvements
2018-02-08  Michael Wallnercompat with master
2018-02-08  Michael Wallnerrefactor for 7.2
2018-02-01  Michael Wallnerfix #73
2017-07-03  Michael Wallnerfix #66 & fix #67
2017-04-04  Michael Wallnerfix #66 & fix #67
2016-12-12  Michael Wallnerprepare 3.1.0
2016-10-21  Michael Wallnerfix ICU ifdefs
2016-10-05  Michael Wallnerfix build with GCC-4
2016-10-05  Michael WallnerMerge branch 'v2.6.x'
2016-10-04  Michael WallnerMerge branch 'v2.6.x' of ../ext-http
2016-10-04  Michael WallnerMerge branch 'v2.6.x' of ../ext-http
2016-10-04  Michael Wallnerfix idna parser flags checking
2016-10-04  Michael Wallnertry to find common level of strictness; fixes #52
2016-10-04  Michael Wallnerupdate config.m4; allow disabling idna; add idnkit
2016-10-04  Michael Wallnerflush
2016-10-04  Michael Wallnerfix PHP-73185
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael WallnerMerge branch 'v2.6.x'
2016-09-12  Michael WallnerMerge branch 'v2.6.x'
2016-09-12  Michael WallnerMerge branch 'v2.6.x'
2016-09-08  Michael WallnerMerge branch 'v2.6.x'
2016-09-07  Michael WallnerMerge branch 'v2.6.x'
2016-08-23  Michael WallnerMerge branch 'v2.6.x'
2016-08-23  Michael WallnerMerge branch 'v2.6.x'
2016-08-22  Michael WallnerMerge branch 'v2.6.x'
2016-08-17  Michael Wallnererror control for http\Url
2016-08-10  Michael WallnerMerge branch 'v2.6.x'
2016-07-27  Michael WallnerMerge branch 'v2.6.x'
2016-06-21  Michael WallnerMerge branch 'v2.6.x'
2016-06-15  Michael WallnerMerge branch 'v2.6.x'
2016-06-13  Michael WallnerMerge branch 'v2.6.x'
2016-06-01  Michael WallnerMerge branch 'v2.6.x'
2016-06-01  Michael WallnerAllow IDNA/punycode hosts
2016-05-24  Michael WallnerMerge branch 'v2.6.x'
2016-05-24  Michael WallnerMerge branch 'v2.6.x'
2016-04-27  Michael WallnerMerge branch 'v2.6.x' of github.com:m6w6/ext-http
2016-03-09  Michael WallnerMerge branch 'v2.5.x'
2016-03-09  Michael WallnerMerge pull request #28 from rc0r/rc0r-fixes
2016-03-09  rc0rPossible null pointer dereference in php_http_url_mod...
2016-03-09  Michael Wallnerfix bug #71719 (Buffer overflow in HTTP url parsing...
2016-03-03  rc0rPossible null pointer dereference in php_http_url_mod... 28/head
2016-01-19  Michael WallnerMerge branch 'v2.5.x'
2015-12-04  Michael Wallneradd http\Env\Url
2015-12-03  Michael Wallnerfix warnings
2015-09-29  Michael WallnerMerge branch 'R_2_5'
2015-09-28  Michael WallnerMerge branch 'R_2_5'
2015-09-28  Michael Wallnerattempt to implement some personal standards