kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Add missing zlib functions

Open NikOsint opened this issue 1 year ago • 0 comments

  • [x] inflate_init()
  • [x] inflate_add()
  • [ ] readgzfile()
  • [ ] gzopen()
  • [ ] gzwrite()
  • [ ] gzseek()
  • [ ] gzrewind()
  • [ ] gztell()
  • [ ] gzread()
  • [ ] gzgetc()
  • [ ] gzgets()
  • [ ] gzpassthru()
  • [ ] gzeof()
  • [ ] gzclose()

NikOsint avatar Dec 05 '23 22:12 NikOsint