Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Appearance settings
Resetting 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 }}
yezhaobin
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on May 21, 2016
Fix reachability detection if live ranges aren't split
Show description for fa95666
nikic
committed
fa95666
Copy full SHA for fa95666
Commits on May 19, 2016
Allow for [] = $array; (alias for list())
bwoebi
committed
4f077ae
Copy full SHA for 4f077ae
Added and fixed tests related to "finally" handling
dstogov
committed
14a71cf
Copy full SHA for 14a71cf
Commits on May 18, 2016
Added specialized handler for ZEND_FETCH_DIM_R opcode with only numeric indexes.
dstogov
committed
88196e9
Copy full SHA for 88196e9
Merge branch 'PHP-7.0'
derickr
committed
932c952
Copy full SHA for 932c952
Merge branch 'PHP-5.6' into PHP-7.0
derickr
committed
c572968
Copy full SHA for c572968
Fixed bug #63740 (strtotime seems to use both sunday and monday as start of week)
derickr
committed
f43f6fc
Copy full SHA for f43f6fc
Fixed typo
dstogov
committed
cef8d93
Copy full SHA for cef8d93
Commits on May 17, 2016
Move builtin_ctzl portability into zend_bitset.h
Show description for 14023d3
nikic
committed
14023d3
Copy full SHA for 14023d3
Merge branch 'PHP-7.0'
Show description for 0d77222
dstogov
committed
0d77222
Copy full SHA for 0d77222
Use PHP_VERSION as OPcahce version
dstogov
committed
d41920c
Copy full SHA for d41920c
Mark assert() as INDIRECT_VAR_ACCESS
Show description for b65b15c
nikic
committed
b65b15c
Copy full SHA for b65b15c
Merge branch 'master' of git.php.net:/php-src
Show description for 37b1226
laruence
committed
37b1226
Copy full SHA for 37b1226
Revert "Fixed Bug #72213 (Finally leaks on nested exceptions)"
Show description for fad9146
laruence
committed
fad9146
Copy full SHA for fad9146
Inlined fast paths of the freqently execute handlers for FETCH_DIM_R.
dstogov
committed
c466df6
Copy full SHA for c466df6
Merge branch 'PHP-7.0'
Show description for 0c8879e
laruence
committed
0c8879e
Copy full SHA for 0c8879e
Let's only read-only here
laruence
committed
2eb7e75
Copy full SHA for 2eb7e75
Merge branch 'master' of git.php.net:/php-src
Show description for b27ecb5
laruence
committed
b27ecb5
Copy full SHA for b27ecb5
Merge branch 'PHP-7.0'
Show description for 60d743d
laruence
committed
60d743d
Copy full SHA for 60d743d
Fixed bug #72229 (Wrong reference when serialize/unserialize an object)
laruence
committed
7989db9
Copy full SHA for 7989db9
Specialize ZEND_ASSIGN_ADD and family according to value of opline->extended_value
dstogov
committed
34a6c93
Copy full SHA for 34a6c93
Fixed Bug #72213 (Finally leaks on nested exceptions)
laruence
committed
5037ebf
Copy full SHA for 5037ebf
IS_CONST operands don't have to be separated. Use reference-counting instead of duplication.
Show description for 8f7b1a3
dstogov
committed
8f7b1a3
Copy full SHA for 8f7b1a3
Commits on May 16, 2016
micro-optimisation
dstogov
committed
1fe7b3b
Copy full SHA for 1fe7b3b
Merge branch 'PHP-7.0'
Show description for 41cb432
weltling
committed
41cb432
Copy full SHA for 41cb432
update NEWS
weltling
committed
7e5ea3c
Copy full SHA for 7e5ea3c
Tidy up
tpunt
authored and
weltling
committed
0e21742
Copy full SHA for 0e21742
Remove unnecessary boundary checks
tpunt
authored and
weltling
committed
367fde9
Copy full SHA for 367fde9
Resolve bug #72017
tpunt
authored and
weltling
committed
39052d4
Copy full SHA for 39052d4
Merge branch 'PHP-7.0'
laruence
committed
8ed45ff
Copy full SHA for 8ed45ff
Revert "Revert the ABI break commit"
Show description for 6f48605
laruence
committed
6f48605
Copy full SHA for 6f48605
Merge branch 'PHP-7.0'
laruence
committed
d1d18d5
Copy full SHA for d1d18d5
Revert "Revert "fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)""
Show description for 0b3a4c6
laruence
committed
0b3a4c6
Copy full SHA for 0b3a4c6
Check if generator object is created by GENERATOR_CREATE when throw exceptions from generator function
dstogov
committed
97bf4e0
Copy full SHA for 97bf4e0
Extend CAL_FLAGS from 8-bit to 16-bit
dstogov
committed
054446a
Copy full SHA for 054446a
Pagination
Previous
Next
You can’t perform that action at this time.