Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
gitlost
/
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 and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 27, 2017
Merge branch 'PHP-7.2'
Show description for 121331b
cmb69
committed
121331b
View commit details
Copy full SHA for 121331b
Browse repository at this point
[ci skip] hash_hmac_algos() is new in PHP 7.2.0
cmb69
committed
b0d6d27
View commit details
Copy full SHA for b0d6d27
Browse repository at this point
Updated NEWS
Show description for 819874c
MCMic
committed
819874c
View commit details
Copy full SHA for 819874c
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for 1f8970c
dstogov
committed
1f8970c
View commit details
Copy full SHA for 1f8970c
Browse repository at this point
Merge branch 'PHP-7.1' into PHP-7.2
Show description for 978c6c4
dstogov
committed
978c6c4
View commit details
Copy full SHA for 978c6c4
Browse repository at this point
Fixed bug #75255 (Request hangs and not finish)
dstogov
committed
1c68d63
View commit details
Copy full SHA for 1c68d63
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for a4da53a
krakjoe
committed
a4da53a
View commit details
Copy full SHA for a4da53a
Browse repository at this point
fix bug #75222 DateInterval microseconds property always 0
jhdxr
authored and
krakjoe
committed
7deb561
View commit details
Copy full SHA for 7deb561
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for b44c1e4
krakjoe
committed
b44c1e4
View commit details
Copy full SHA for b44c1e4
Browse repository at this point
Merge branch 'PHP-7.1' into PHP-7.2
Show description for b0950ff
krakjoe
committed
b0950ff
View commit details
Copy full SHA for b0950ff
Browse repository at this point
Merge branch 'PHP-7.0' into PHP-7.1
Show description for 1981c48
krakjoe
committed
1981c48
View commit details
Copy full SHA for 1981c48
Browse repository at this point
Fix CGI m4 config message when CGI is disabled
petk
authored and
krakjoe
committed
29e673f
View commit details
Copy full SHA for 29e673f
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for e1d9f33
krakjoe
committed
e1d9f33
View commit details
Copy full SHA for e1d9f33
Browse repository at this point
Merge branch 'PHP-7.1' into PHP-7.2
Show description for 474ee70
krakjoe
committed
474ee70
View commit details
Copy full SHA for 474ee70
Browse repository at this point
Merge branch 'PHP-7.0' into PHP-7.1
Show description for af71942
krakjoe
committed
af71942
View commit details
Copy full SHA for af71942
Browse repository at this point
Fix bug #75248 and #75251
petk
authored and
krakjoe
committed
6d0391b
View commit details
Copy full SHA for 6d0391b
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for e2e3c98
krakjoe
committed
e2e3c98
View commit details
Copy full SHA for e2e3c98
Browse repository at this point
Merge branch 'PHP-7.1' into PHP-7.2
Show description for 0d6c56a
krakjoe
committed
0d6c56a
View commit details
Copy full SHA for 0d6c56a
Browse repository at this point
Merge branch 'PHP-7.0' into PHP-7.1
Show description for 2dd7745
krakjoe
committed
2dd7745
View commit details
Copy full SHA for 2dd7745
Browse repository at this point
Fixed #75220 - Segfault when calling is_callable on parent
andrewnester
authored and
krakjoe
committed
a680d70
View commit details
Copy full SHA for a680d70
Browse repository at this point
Commits on Sep 26, 2017
Merge branch 'PHP-7.2'
Show description for ab13da9
jedisct1
committed
ab13da9
View commit details
Copy full SHA for ab13da9
Browse repository at this point
ext/sodium: call crypto_pwhash_argon2id() explicitly if required
jedisct1
committed
33b4405
View commit details
Copy full SHA for 33b4405
Browse repository at this point
ext/sodium: avoid tautological comparisons
jedisct1
committed
47d7539
View commit details
Copy full SHA for 47d7539
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for cb39422
jedisct1
committed
cb39422
View commit details
Copy full SHA for cb39422
Browse repository at this point
ext/sodium: signing empty messages is fine
jedisct1
committed
f64d00d
View commit details
Copy full SHA for f64d00d
Browse repository at this point
Split CFG after RECV independently from ZEND_ACC_HAS_TYPE_HINTS flag.
dstogov
committed
5b849d9
View commit details
Copy full SHA for 5b849d9
Browse repository at this point
Update NEWS for 7.2.0RC4
remicollet
committed
bffe657
View commit details
Copy full SHA for bffe657
Browse repository at this point
Update NEWS for PHP 7.2.0RC3
remicollet
committed
8cdb978
View commit details
Copy full SHA for 8cdb978
Browse repository at this point
Merge branch 'PHP-7.2'
nikic
committed
49d895a
View commit details
Copy full SHA for 49d895a
Browse repository at this point
Create $http_response_header even if not used
Show description for 3a4db74
nikic
committed
3a4db74
View commit details
Copy full SHA for 3a4db74
Browse repository at this point
Commits on Sep 25, 2017
Merge branch 'PHP-7.2'
Show description for 842dba8
cmb69
committed
842dba8
View commit details
Copy full SHA for 842dba8
Browse repository at this point
Merge branch 'pull-request/2773' into PHP-7.2
Show description for 296eb51
cmb69
committed
296eb51
View commit details
Copy full SHA for 296eb51
Browse repository at this point
Merge branch 'PHP-7.2'
Show description for 8cc0921
weltling
committed
8cc0921
View commit details
Copy full SHA for 8cc0921
Browse repository at this point
Merge branch 'PHP-7.1' into PHP-7.2
Show description for 8466ef9
weltling
committed
8466ef9
View commit details
Copy full SHA for 8466ef9
Browse repository at this point
Merge branch 'PHP-7.0' into PHP-7.1
Show description for 0217a81
weltling
committed
0217a81
View commit details
Copy full SHA for 0217a81
Browse repository at this point
Previous
Next
You can’t perform that action at this time.