#
c632d199 |
| 20-Aug-2024 |
Sergey Panteleev |
Add visual regression tests (#994) Co-authored-by: Roman Pronskiy <roman@pronskiy.com> Co-authored-by: Derick Rethans <derick@php.net>
|
#
9b25de49 |
| 17-Feb-2024 |
Andreas Möller |
Fix: Move server log and PID files to .build/server/ (#956)
|
#
b62cc508 |
| 17-Feb-2024 |
Andreas Möller |
Fix: Move cache file to .build/php-cs-fixer/ (#954)
|
#
f24c9161 |
| 03-Jul-2022 |
Andreas Möller |
Enhancement: Use phpunit/phpunit to run tests
|
#
d162fe41 |
| 23-Jan-2024 |
Andreas Möller |
Enhancement: Run end-to-end test asserting HTTP response status code (#900)
|
#
e1c61689 |
| 15-Dec-2023 |
Andreas Möller |
Fix: Clean up .gitignore (#899)
|
#
d3b6b3ed |
| 11-Jul-2022 |
Andreas Möller |
Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions Co-authored-by: Markus Staab <maggus.staab@googlemail.com> Closes GH-559.
|
#
d47ac320 |
| 08-Jul-2022 |
Andreas Möller |
Enhancement: Document platform requirement in composer.json Closes GH-408.
|
#
d40890db |
| 03-Jul-2022 |
Ayesh Karunaratne |
Micro Optimizations - Round #2 * .gitignore: Remove redundant entry * Minor optimizations with ternary operators * Use `const` instead of `define()` where appropriate
Micro Optimizations - Round #2 * .gitignore: Remove redundant entry * Minor optimizations with ternary operators * Use `const` instead of `define()` where appropriate `const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places. Closes GH-608.
show more ...
|
#
510db97a |
| 16-May-2017 |
Eli White |
Adding in php[world] Call for Speakers
|
#
5e26a4e4 |
| 01-Jun-2014 |
Paul Dragoonis |
Adding entries to the gitignore
|
#
83a7d9d5 |
| 26-Jan-2012 |
David Soria Parra |
Add gitignore
|