- Saved searches
- Use saved searches to filter your results more quickly
- License
- php/php-src
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- All php source codes
- Free Hospital Management System for Small Practices
- Advance Charity Management System using PHP and MySQL Source Code Free Download
- How to Detect Mobile Device and Redirect to Mobile site using Laravel and .htaccess
- Lost and Found Information System using PHP and MySQL DB Source Code Free Download
- AC Repair and Services System using PHP and MySQL Source Code Free Download
- Service Provider Management System using PHP and MySQL Source Code Free Download
- Task Reminder System in PHP and MySQL Source Code Free Download
- Resort Reservation System in PHP and SQLite3 Source Code Free Download
- Clinic Queuing System using PHP and SQlite3 Source Code Free Download
- Visitor Management System in PHP and SQLite3 Source Code Free Download
- Category: PHP Projects
- Internet Banking System in PHP with Source Code
- Bus Ticket Booking System in PHP CodeIgniter with Source Code
- Point of Sale System in PHP MySQL with Source Code
- Online Railway Reservation System in PHP with Source Code
- Hospital Management System in PHP with Source Code
- Vehicle Booking System in PHP with Source Code
- Restaurant POS System in PHP with Source Code
- Simple Loan Management System in PHP with Source Code
- CodeAstro
- Internet Banking System in PHP with Source Code
- Inventory Management System in PHP Laravel with Source Code
- Point of Sale System in PHP Laravel with Source Code
- Bus Ticket Booking System in PHP CodeIgniter with Source Code
- Complaint Management System in Python Django with Source Code
- Point of Sale System in PHP MySQL with Source Code
- Online Railway Reservation System in PHP with Source Code
- School Management System in PHP Laravel with Source Code
Saved searches
Use saved searches to filter your results more quickly
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.
License
php/php-src
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
The `` header file is part of the standard C89 headers [1] and on current systems can be included unconditionally. The conditional include based on Windows is there so the win32/time.h can be included on other places when needed. Refs: [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 [2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
Git stats
Files
Failed to load latest commit information.
README.md
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is distributed under the PHP License v3.01.
The PHP manual is available at php.net/docs.
Prebuilt packages and binaries
Prebuilt packages and binaries can be used to get up and running fast with PHP.
For Windows, the PHP binaries can be obtained from windows.php.net. After extracting the archive the *.exe files are ready to use.
For other systems, see the installation chapter.
For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For a default build, you will additionally need libxml2 and libsqlite3.
On Ubuntu, you can install these using:
sudo apt install -y pkg-config build-essential autoconf bison re2c \ libxml2-dev libsqlite3-dev
On Fedora, you can install these using:
sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
Configure your build. —enable-debug is recommended for development, see ./configure —help for a full list of options.
# For development ./configure --enable-debug # For production ./configure
Build PHP. To speed up the build, specify the maximum number of jobs using -j :
The number of jobs should usually match the number of available cores, which can be determined using nproc .
PHP ships with an extensive test suite, the command make test is used after successful compilation of the sources to run this test suite.
It is possible to run tests using multiple cores by setting -jN in TEST_PHP_ARGS :
make TEST_PHP_ARGS=-j4 test
Shall run make test with a maximum of 4 concurrent jobs: Generally the maximum number of jobs should not exceed the number of cores available.
The qa.php.net site provides more detailed info about testing and quality assurance.
Installing PHP built from source
After a successful build (and test), PHP may be installed with:
Depending on your permissions and prefix, make install may need super user permissions.
Extensions provide additional functionality on top of PHP. PHP consists of many essential bundled extensions. Additional extensions can be found in the PHP Extension Community Library — PECL.
The PHP source code is located in the Git repository at github.com/php/php-src. Contributions are most welcome by forking the repository and sending a pull request.
Discussions are done on GitHub, but depending on the topic can also be relayed to the official PHP developer mailing list internals@lists.php.net.
New features require an RFC and must be accepted by the developers. See Request for comments — RFC and Voting on PHP features for more information on the process.
Bug fixes don’t require an RFC. If the bug has a GitHub issue, reference it in the commit message using GH-NNNNNN . Use #NNNNNN for tickets in the old bugs.php.net bug tracker.
Fix GH-7815: php_uname doesn't recognise latest Windows versions Fix #55371: get_magic_quotes_gpc() throws deprecation warning
See Git workflow for details on how pull requests are merged.
Guidelines for contributors
See further documents in the repository for more information on how to contribute:
For the list of people who’ve put work into PHP, please see the PHP credits page.
All php source codes
Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system’s project.
Free Hospital Management System for Small Practices
In today’s digital age, efficient management systems play a pivotal role in the success of small medical practices. However, budget constraints can often hinder the adoption of advanced solutions. That’s why we are excited to introduce my free hospital management system, an open-source solution designed specifically for small practices. With my user-friendly interface and robust features, you can
Advance Charity Management System using PHP and MySQL Source Code Free Download
The project is called » Advance Charity Management System » and was developed using various technologies including PHP, MySQL Database, HTML, CSS, JavaScript (jQuery and Ajax), Bootstrap, AdminLTE Template, and other plugins/libraries. The XAMPP version 3.3.0 with PHP 8.0.7 was used. How does the Advance Management System work? The Advance Charity Management System includes an Admin Panel for
How to Detect Mobile Device and Redirect to Mobile site using Laravel and .htaccess
Using Laravel .htaccess to Detect Mobile Devices and Redirect to Mobile Site This post provides information on how to use Laravel .htaccess to detect mobile devices and redirect users to the mobile version of a website. It includes details on the implementation and offers a demo if necessary. What is the .htaccess file? The .htaccess file, which stands for hypertext access file, is a configuration
Lost and Found Information System using PHP and MySQL DB Source Code Free Download
This project is entitled Lost and Found Information System . It is a web-based application that provides an online platform for individuals to post lost and found items. The project was mainly developed using PHP and MySQL Database. It has a pleasant user interface using Bootstrap v5 Framework and NiceAdmin Template . It contains multiple user-friendly features and functionalities. How does the
AC Repair and Services System using PHP and MySQL Source Code Free Download
This project is entitled AC Repair and Services System . This web-based application provides an online platform for Air Conditioner Repair and Services Company’s possible clients to book a request for their services. This project was mainly developed using PHP Language and MySQL Database . It has a pleasant user interface using Bootstrap 5 Framework and NiceAdmin Template . The project contains
Service Provider Management System using PHP and MySQL Source Code Free Download
This project is entitled Service Provider Management System . It is a web-based application that is built to provide a dynamic website for service provider companies. The project was mainly developed using the PHP Language and MySQL Database . It has a pleasant user interface using Bootstrap Framework and NiceAdmin of BootstrapMade Free Template . This project contains multiple user-friendly
Task Reminder System in PHP and MySQL Source Code Free Download
This project is entitled Task Reminder System . It is a web-based application that provides certain company employees with a platform for reminding their daily tasks. This project was mainly developed using PHP Language and MySQL Database . It has a pleasant user interface with the help of Bootstrap Framework and AdminLTE Template . It consists of multiple user-friendly features and
Resort Reservation System in PHP and SQLite3 Source Code Free Download
This simple project is entitled Resort Reservation System . It is a simple web application that provides an automated platform for certain resort management to easily store and retrieve reservation records. It was mainly developed using PHP Language and SQLite3 Database . It has a simple and pleasant user interface using Bootstrap v5 Framework . The project contains CRUD (Create, Read, Update, and
Clinic Queuing System using PHP and SQlite3 Source Code Free Download
This project is entitled Clinic Queuing System . It is a web application the primary purpose is to provide an automated platform to handle the queuing flow or system of a certain clinic. This project was mainly developed using PHP Language and SQLite3 Database . It has a pleasant and simple user interface using the Bootstrap Framework . It consists of multiple easy-to-use features and
Visitor Management System in PHP and SQLite3 Source Code Free Download
This project is entitled Visitor Management System . It is an automated platform for a certain establishment for recording and managing the daily visitors’ records. This system was mainly developed using PHP Language and SQLite3 Database . It has a pleasant user interface using Bootstrap v5 Framework . It consists of multiple easy-to-use features and functionalities. How does the Visitor
Category: PHP Projects
Internet Banking System in PHP with Source Code
A simple project based on Internet Banking System which uses PHP
Bus Ticket Booking System in PHP CodeIgniter with Source Code
A fully functional project based on Online Bus Ticket Booking
Point of Sale System in PHP MySQL with Source Code
An advanced project based on Point of Sale System (POS)
Online Railway Reservation System in PHP with Source Code
A fully functional project based on Online Railway Reservation System
Hospital Management System in PHP with Source Code
A fully functional project based on Online Hospital Management System
Vehicle Booking System in PHP with Source Code
A simple project based on Vehicle Booking System which uses PHP
Restaurant POS System in PHP with Source Code
A fully functional project based on Restaurant POS System Project
Simple Loan Management System in PHP with Source Code
A simple project based on Online Loan Management System that
CodeAstro
Internet Banking System in PHP with Source Code
A simple project based on Internet Banking System which uses PHP
Inventory Management System in PHP Laravel with Source Code
A simple project based on Inventory Management System which uses PHP
Point of Sale System in PHP Laravel with Source Code
A fully functional project based on a Point of Sale
Bus Ticket Booking System in PHP CodeIgniter with Source Code
A fully functional project based on Online Bus Ticket Booking
Complaint Management System in Python Django with Source Code
A fully functional project based on Online Complaint Management System
Point of Sale System in PHP MySQL with Source Code
An advanced project based on Point of Sale System (POS)
Online Railway Reservation System in PHP with Source Code
A fully functional project based on Online Railway Reservation System
School Management System in PHP Laravel with Source Code
A simple project based on School Management System which uses PHP