kphp
kphp copied to clipboard
Add missing zlib functions
- [x]
inflate_init()
- [x]
inflate_add()
- [ ]
readgzfile()
- [ ]
gzopen()
- [ ]
gzwrite()
- [ ]
gzseek()
- [ ]
gzrewind()
- [ ]
gztell()
- [ ]
gzread()
- [ ]
gzgetc()
- [ ]
gzgets()
- [ ]
gzpassthru()
- [ ]
gzeof()
- [ ]
gzclose()