Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
7.8k
Star
39k
Code
Issues
791
Pull requests
599
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
php-src
ext
zip
zip_stream.c
on
php-8.2.28
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 28, 2022
implement fseek for zip stream when possible with libzip 1.9.1
remicollet
committed
2223853
Copy full SHA for 2223853
Commits on Oct 11, 2021
Add ZipArchive::clearError, getStreamIndex and getStreamName methods
Show description for e9b96ae
remicollet
committed
e9b96ae
Copy full SHA for e9b96ae
Commits on Sep 1, 2021
Merge branch 'PHP-8.0' into PHP-8.1
Show description for d515979
remicollet
committed
d515979
Copy full SHA for d515979
Fix #80833 ZipArchive::getStream doesn't use setPassword
remicollet
committed
a6ffd8d
Copy full SHA for a6ffd8d
Commits on May 6, 2021
Update http->https in license (#6945)
Show description for 01b3fc0
KsaR99
authored
01b3fc0
Copy full SHA for 01b3fc0
Commits on May 17, 2020
Fix [-Wundef] warning in ZIP extension
Girgias
committed
5f0128e
Copy full SHA for 5f0128e
Commits on Sep 25, 2019
Remove mention of PHP major version in Copyright headers
Show description for 5d6e923
carusogabriel
committed
5d6e923
Copy full SHA for 5d6e923
Commits on Jul 22, 2019
Report errors from stream read and write operations
Show description for d59aac5
nikic
committed
d59aac5
Copy full SHA for d59aac5
Commits on Jan 30, 2019
Remove yearly range from copyright notice
zsuraski
committed
0cf7de1
Copy full SHA for 0cf7de1
Commits on May 28, 2018
Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.
dstogov
committed
5eb1f92
Copy full SHA for 5eb1f92
Commits on Jan 2, 2018
year++
laruence
committed
a6519d0
Copy full SHA for a6519d0
Commits on Dec 14, 2017
Turn "php_stream_wrapper"s into constants
Show description for 0f06df3
dstogov
committed
0f06df3
Copy full SHA for 0f06df3
Move constants into read-only data segment
dstogov
committed
83e495e
Copy full SHA for 83e495e
Commits on Jul 11, 2017
Fix segfault in php_stream_context_get_option call
remicollet
committed
2458dce
Copy full SHA for 2458dce
Commits on Jun 9, 2017
cleanup
Show description for 75cda24
remicollet
committed
75cda24
Copy full SHA for 75cda24
Commits on Mar 2, 2017
Zip: add support for encrypted archive
remicollet
committed
402eeb8
Copy full SHA for 402eeb8
Commits on Jan 2, 2017
Update copyright headers to 2017
SammyK
committed
9e29f84
Copy full SHA for 9e29f84
Commits on Jul 20, 2016
Merge branch 'PHP-7.0'
Show description for dda0ea9
smalyshev
committed
dda0ea9
Copy full SHA for dda0ea9
Merge branch 'PHP-5.6' into PHP-7.0
Show description for df5ee7b
smalyshev
committed
df5ee7b
Copy full SHA for df5ee7b
Merge branch 'PHP-5.5' into PHP-5.6
Show description for 17a53f9
smalyshev
committed
17a53f9
Copy full SHA for 17a53f9
Improve fix for #72520
smalyshev
committed
8ebdb1f
Copy full SHA for 8ebdb1f
Commits on Jul 19, 2016
Merge branch 'PHP-7.0'
Show description for 70d6ce3
smalyshev
committed
70d6ce3
Copy full SHA for 70d6ce3
Merge branch 'PHP-5.6' into PHP-7.0
Show description for b00f8f2
smalyshev
committed
b00f8f2
Copy full SHA for b00f8f2
Merge branch 'PHP-5.5' into PHP-5.6
Show description for 4d0565b
smalyshev
committed
4d0565b
Copy full SHA for 4d0565b
Commits on Jul 13, 2016
Fix fir bug #72520
smalyshev
committed
81406c0
Copy full SHA for 81406c0
Commits on Jun 21, 2016
Fixed compilation warnings
dstogov
committed
323b273
Copy full SHA for 323b273
Commits on Feb 22, 2016
Merge branch 'PHP-7.0'
Show description for 54380cd
remicollet
committed
54380cd
Copy full SHA for 54380cd
Merge branch 'PHP-5.6' into PHP-7.0
Show description for e8385a6
remicollet
committed
e8385a6
Copy full SHA for e8385a6
cleanup $Id
remicollet
committed
d20f1d8
Copy full SHA for d20f1d8
Commits on Jan 30, 2016
Remove version checks
Show description for 93dc91b
nikic
committed
93dc91b
Copy full SHA for 93dc91b
Commits on Jan 1, 2016
Merge branch 'PHP-5.6' into PHP-7.0
Show description for ed35de7
kaplanlior
committed
ed35de7
Copy full SHA for ed35de7
Happy new year (Update copyright to 2016)
kaplanlior
committed
49493a2
Copy full SHA for 49493a2
Commits on Aug 2, 2015
remove TSRMLS_*
Show description for 545b364
weltling
committed
545b364
Copy full SHA for 545b364
Commits on May 6, 2015
don't use deprecated libzip call
remicollet
committed
3638ac2
Copy full SHA for 3638ac2
Commits on Mar 3, 2015
Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.
dstogov
committed
2fa8d67
Copy full SHA for 2fa8d67
Pagination
Previous
Next
You can’t perform that action at this time.