This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-01 13:12:16 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e304468e57692d4dfcf283346dd67c3e418e1934
archived-php-src
/
ext
/
zip
History
Max Rees
04920645f1
Fix
#79424
ext/zip: don't use gl_pathc after call to globfree
...
This breaks on Linux with the musl libc, since it zeroes out gl_pathc during globfree.
2020-03-29 14:22:31 +02:00
..
examples
Sync leading and final newlines in source code files
2018-10-14 12:55:24 +02:00
lib
Remove extra semicolons
2018-07-25 21:47:04 -03:00
tests
Fix
#79315
ZipArchive::addFile doesn't honor start/length parameters
2020-02-28 10:29:50 +01:00
config.m4
Merge branch 'PHP-7.2' into PHP-7.3
2019-05-27 17:43:13 +02:00
config.w32
Trim trailing whitespace in source code files
2018-10-13 14:14:50 +02:00
CREDITS
…
LICENSE_libzip
…
php_zip.c
Fix
#79424
ext/zip: don't use gl_pathc after call to globfree
2020-03-29 14:22:31 +02:00
php_zip.h
Merge branch 'PHP-7.2' into PHP-7.3
2018-10-03 12:59:31 +02:00
zip_stream.c
Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.
2018-05-28 16:27:12 +03:00