mirror of
https://github.com/php/php-src.git
synced 2026-04-17 04:51:03 +02:00
0bf50a8302af94357595a21877e224fa42729e25
Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:
set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;
…
…
…
The Win32 Build System. See http://wiki.php.net/internals/windows/stepbystepbuild vim:tw=78:sw=1:ts=1:et
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Languages
C
66.1%
PHP
31.2%
C++
0.8%
Shell
0.5%
M4
0.4%
Other
0.8%