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
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
/
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 }}
mindevolution
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
php-src
sapi
apache2handler
on
master
User selector
All users
All time
Commit history
Commits on Mar 2, 2012
Fixed bug #61172 (Add Apache 2.4 support)
cjbj
committed
730b54a
View commit details
Copy full SHA for 730b54a
View code at this point
Browse repository at this point
Commits on Jan 1, 2012
- Year++
felipensp
committed
8775a37
View commit details
Copy full SHA for 8775a37
View code at this point
Browse repository at this point
Commits on Nov 3, 2011
Fixed bug #60206 (possible integer overflow in content_length)
laruence
committed
d7d0d07
View commit details
Copy full SHA for d7d0d07
View code at this point
Browse repository at this point
Commits on Jul 6, 2011
- add apache 2.3 (upcoming 2.4) handler
pierrejoye
committed
e501b76
View commit details
Copy full SHA for e501b76
View code at this point
Browse repository at this point
Commits on Jun 23, 2011
Fixed a bug with calculation of REQUEST_TIME in apache2
iliaal
committed
7f2882c
View commit details
Copy full SHA for 7f2882c
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
Show description for 4737910
felipensp
committed
4737910
View commit details
Copy full SHA for 4737910
View code at this point
Browse repository at this point
Commits on May 23, 2011
- Fixed bug #54529 (SAPI crashes on apache_config.c:197)
Show description for 184f80f
felipensp
committed
184f80f
View commit details
Copy full SHA for 184f80f
View code at this point
Browse repository at this point
Commits on May 16, 2011
Fix a couple of warnings. Use %zu to printf a time_t and get_request_time
Show description for e0df4e3
rlerdorf
committed
e0df4e3
View commit details
Copy full SHA for e0df4e3
View code at this point
Browse repository at this point
Commits on Jan 1, 2011
- Year++
felipensp
committed
0203cc3
View commit details
Copy full SHA for 0203cc3
View code at this point
Browse repository at this point
Commits on Nov 6, 2010
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
iliaal
committed
f89effd
View commit details
Copy full SHA for f89effd
View code at this point
Browse repository at this point
Commits on Aug 18, 2010
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's
KalleZ
committed
34b631f
View commit details
Copy full SHA for 34b631f
View code at this point
Browse repository at this point
Commits on May 31, 2010
* implement new output API, fixing some bugs and implementing some feature
Show description for 11d24c1
m6w6
committed
11d24c1
View commit details
Copy full SHA for 11d24c1
View code at this point
Browse repository at this point
Commits on May 4, 2010
fix non-windows builds
Rob Richards
committed
60f62fc
View commit details
Copy full SHA for 60f62fc
View code at this point
Browse repository at this point
Commits on May 3, 2010
- revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin functioon in 5.3 (trunk is vc9+ only)
pierrejoye
committed
56e327b
View commit details
Copy full SHA for 56e327b
View code at this point
Browse repository at this point
- #51273, Content-length header is limited to 32bit integer with apache2/windows
pierrejoye
committed
d90f856
View commit details
Copy full SHA for d90f856
View code at this point
Browse repository at this point
- WS
pierrejoye
committed
9720dea
View commit details
Copy full SHA for 9720dea
View code at this point
Browse repository at this point
Commits on Apr 28, 2010
revert change #298288: Remove old dsp/dsw/makefile files
Rob Richards
committed
0a34d10
View commit details
Copy full SHA for 0a34d10
View code at this point
Browse repository at this point
Commits on Apr 26, 2010
Removed safe_mode
Show description for dd8e59d
KalleZ
committed
dd8e59d
View commit details
Copy full SHA for dd8e59d
View code at this point
Browse repository at this point
Commits on Apr 21, 2010
Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions
KalleZ
committed
518a17e
View commit details
Copy full SHA for 518a17e
View code at this point
Browse repository at this point
Commits on Mar 12, 2010
- Reverted r296062 and r296065
Jani Taskinen
committed
af49e58
View commit details
Copy full SHA for af49e58
View code at this point
Browse repository at this point
Commits on Mar 11, 2010
MFH: Improved / fixed output buffering (Michael Wallner)
Jani Taskinen
committed
06f072c
View commit details
Copy full SHA for 06f072c
View code at this point
Browse repository at this point
Commits on Feb 5, 2010
Fix bug #50940
rlerdorf
committed
1947334
View commit details
Copy full SHA for 1947334
View code at this point
Browse repository at this point
Commits on Jan 3, 2010
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
sebastianbergmann
committed
9ba1e81
View commit details
Copy full SHA for 9ba1e81
View code at this point
Browse repository at this point
Commits on Nov 25, 2009
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
Jani Taskinen
committed
bf7ed5e
View commit details
Copy full SHA for bf7ed5e
View code at this point
Browse repository at this point
ws
Jani Taskinen
committed
afc44b9
View commit details
Copy full SHA for afc44b9
View code at this point
Browse repository at this point
Commits on Jan 19, 2009
MFH Fix apache2handler under Apache 2.3.0-alpha
Scott MacVicar
committed
390ccd8
View commit details
Copy full SHA for 390ccd8
View code at this point
Browse repository at this point
Commits on Jan 5, 2009
Show description for f0240a0
iliaal
committed
f0240a0
View commit details
Copy full SHA for f0240a0
View code at this point
Browse repository at this point
Commits on Dec 31, 2008
Nuke unused variables
bjori
committed
1ceaa1d
View commit details
Copy full SHA for 1ceaa1d
View code at this point
Browse repository at this point
MFH: Bump copyright year, 3 of 3.
sebastianbergmann
committed
08659c2
View commit details
Copy full SHA for 08659c2
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
MFH fix #46005
smalyshev
committed
40cd1d4
View commit details
Copy full SHA for 40cd1d4
View code at this point
Browse repository at this point
Commits on Nov 24, 2008
MFB: fix php_value application order for Apache
smalyshev
committed
281676d
View commit details
Copy full SHA for 281676d
View code at this point
Browse repository at this point
Commits on Nov 17, 2008
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
felipensp
committed
fc2fb50
View commit details
Copy full SHA for fc2fb50
View code at this point
Browse repository at this point
Commits on Nov 13, 2008
Added header_remove() (chsc at peytz dotdk, Arnaud)
Show description for 8c4151a
arnaud-lb
committed
8c4151a
View commit details
Copy full SHA for 8c4151a
View code at this point
Browse repository at this point
Commits on Nov 2, 2008
- Revert ZEND_BEGIN_ARG_INFO change
felipensp
committed
7a37fa2
View commit details
Copy full SHA for 7a37fa2
View code at this point
Browse repository at this point
Commits on Oct 24, 2008
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
felipensp
committed
cc9a286
View commit details
Copy full SHA for cc9a286
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.