src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list. (by openbsd)
PHPT
The PHP Interpreter (by php)
src | PHPT | |
---|---|---|
760 | 306 | |
3,405 | 38,898 | |
1.3% | 0.5% | |
10.0 | 10.0 | |
3 days ago | 3 days ago | |
C | C | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
src
Posts with mentions or reviews of src.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-22.
-
Using multiple SSH keys on multiple Git repositories
OpenBSD website
-
What Okta Bcrypt incident can teach us about designing better APIs
Interesting! Let's check the OpenBSD implementation of this algorithm, and here is the link to it. The first point of interest lies here:
- OpenBSD 7.5 を 7.6 へ アップグレード
-
OpenBSD Upgrade 7.5 to 7.6
The OpenBSD project released 7.6 of their OS on 8 Oct 2024 as their 57th release 💫
-
OpenBSD now enforcing no invalid NUL characters in shell scripts
Funny enough filenames are just byte sequences. So almost anything goes.
There was just some patch that added '/' protection, because that's the only character that's not allowed in filenames.
https://github.com/openbsd/src/commit/46f7109a9e03df89b66ada...
- We have reached OpenBSD of Theseus
- OpenBSD 7.4 を 7.5 へ アップグレード
-
PostgreSQL on OpenBSD: Upgrade 15 to 16 with pg_upgrade
OpenBSD gives us good documentation as a series of the project. (For example, the man pages are cared and kept maintained.) It's applied to principal service packages as well as the OS. So is as to PostgreSQL.
-
OpenBSD Upgrade 7.4 to 7.5
The OpenBSD project released 7.5 of their OS on 5 Apr 2024 as their 56th release 💫
-
OpenSSH Race condition resulting in potential remote code execution
> Only two remote holes in the default install, in a heck of a long time!
As someone who doesn't know this kind of stuff well, will this cause OpenBSD to have to update the statement above?
https://www.openbsd.org
PHPT
Posts with mentions or reviews of PHPT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-14.
-
Insights from the PHP Foundation Executive Director
PHP Foundation not only focuses on PHP core development but also does its best to ensure the growth of PHP's popularity. It is hard to discuss a language's future without considering how it is seen by new developers joining the market, or returning developers assessing if PHP would be a good choice. PHP.net is supposed to be the “face” of the language, so we started this discussion there:
-
Want to Know Where Popular Web Technologies Serve Websites on Red Hat Linux? Let’s Break It Down!
Official Source: php.net
-
Configurando Ambiente em PHP no Windows
https://www.php.net/
-
Success Stories: PHP-Powered Projects by Indian Development Firms
India has long been a global leader in software development, with PHP being one of the most widely used technologies for web development. Indian development firms have leveraged PHP to build dynamic websites, scalable web applications, and powerful enterprise solutions for businesses worldwide. From startups to large enterprises, PHP continues to be a preferred choice due to its flexibility, cost-effectiveness, and extensive community support.
-
2025 Best PHP Micro Frameworks: Slim, Flight, Fat-Free, Lumen, and More!
Hey PHP fans! Welcome to 2025—a year where PHP continues to shine as the backbone of the web (sorry, haters, it’s not going anywhere!). If you’re building a slick API, a lightweight app, or just want to ditch the bloat of full-stack frameworks, micro frameworks are your ticket to coding bliss. Today, we’re diving into the top four PHP micro frameworks: Slim PHP, Flight PHP, Fat-Free Framework (F3), and Lumen—plus a few honorable mentions to keep things spicy.
- Learning Path for Web Development
-
1 Billion Rows Challenge in PHP
# Install build tools and libraries needed sudo apt-get -y install build-essential autoconf libtool bison re2c pkg-config git libxml2-dev libssl-dev # Clone and build a stripped-down version of PHP with ZTS support git clone https://github.com/php/php-src.git --branch=PHP-8.4.3 --depth=1 cd php-src/ ./buildconf ./configure --prefix=/opt/php8.4-zts --with-config-file-path=/opt/php8.4-zts/etc/php --disable-all --disable-ipv6 --disable-cgi --disable-phpdbg --enable-zts --enable-xml --with-libxml --with-pear --with-openssl make -j32 ./sapi/cli/php -v sudo make install # Install `parallel` module from PECL sudo /opt/php8.4-zts/bin/pecl channel-update pecl.php.net sudo /opt/php8.4-zts/bin/pecl install parallel sudo mkdir -p /opt/php8.4-zts/etc/php/conf.d echo 'extension=parallel.so' | sudo tee -a /opt/php8.4-zts/etc/php/php.ini echo 'memory_limit=-1' | sudo tee -a /opt/php8.4-zts/etc/php/php.ini # Verify module installation /opt/php8.4-zts/bin/php -i | grep parallel
- An Introduction to PHP and SQLite
- OpenBSD 7.5 を 7.6 へ アップグレード
-
OpenBSD Upgrade 7.5 to 7.6
See Configuration and syntax changes and Special packages. The latter this time includes PHP 8.1 removed:
What are some alternatives?
When comparing src and PHPT you can also consider the following projects:
cosmopolitan - build-once run-anywhere c library
DBUnit
coreutils - upstream mirror
Faker
ctl - The C Template Library
PHPUnit - The PHP Unit Testing framework.