-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: devnexen/php-src
base: master
head repository: php/php-src
compare: master
- 14 commits
- 15 files changed
- 4 contributors
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5189450 - Browse repository at this point
Copy the full SHA 5189450View commit details
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c668ed4 - Browse repository at this point
Copy the full SHA c668ed4View commit details -
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] NEWS for php#18317
Configuration menu - View commit details
-
Copy full SHA for 8f8accf - Browse repository at this point
Copy the full SHA 8f8accfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac1b0c - Browse repository at this point
Copy the full SHA 7ac1b0cView commit details -
It looks like it's no longer supported. We don't test tidy on FreeBSD anyway.
Configuration menu - View commit details
-
Copy full SHA for 35936bf - Browse repository at this point
Copy the full SHA 35936bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdd3ed - Browse repository at this point
Copy the full SHA 3fdd3edView commit details -
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: backporting C++17 detection support for recent icu4c releases. Drop tidyp from FreeBSD build
Configuration menu - View commit details
-
Copy full SHA for 8e53349 - Browse repository at this point
Copy the full SHA 8e53349View commit details -
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: backporting C++17 detection support for recent icu4c releases. Drop tidyp from FreeBSD build
Configuration menu - View commit details
-
Copy full SHA for 041abec - Browse repository at this point
Copy the full SHA 041abecView commit details -
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: backporting C++17 detection support for recent icu4c releases. Drop tidyp from FreeBSD build
Configuration menu - View commit details
-
Copy full SHA for f2db594 - Browse repository at this point
Copy the full SHA f2db594View commit details -
* PHP-8.4: backporting C++17 detection support for recent icu4c releases. Drop tidyp from FreeBSD build
Configuration menu - View commit details
-
Copy full SHA for d366996 - Browse repository at this point
Copy the full SHA d366996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bba3dc - Browse repository at this point
Copy the full SHA 2bba3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for acd4b81 - Browse repository at this point
Copy the full SHA acd4b81View commit details -
fileinfo: Remove
php_fileinfo
struct (php#18398)* fileinfo: Remove `php_fileinfo` struct This is just a needless layer of indirection and requires an additional allocation. * fileinfo: Remove options field from `finfo_object` This was only required to restore the original options when options are given for `finfo_file()` or `finfo_buffer()`. This can more reliably be achieved using `magic_getflags()` and is therefore redundant. * fileinfo: Preserve error for uninitialized `finfo` objects
Configuration menu - View commit details
-
Copy full SHA for 7e15a07 - Browse repository at this point
Copy the full SHA 7e15a07View commit details -
fileinfo: Show libmagic version with
.
in PHPInfo output (php#18399)This makes the output in PHPInfo a little more readable.
Configuration menu - View commit details
-
Copy full SHA for 00affe4 - Browse repository at this point
Copy the full SHA 00affe4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master