#
9482f9bd |
| 07-Dec-2023 |
Andreas Möller |
Fix: Remove unused functions (#585)
|
#
d7132525 |
| 06-Dec-2023 |
Andreas Möller |
Fix: Inline variables (#856)
|
#
1ebc2c49 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `binary_operator_spaces` fixer Closes GH-667.
|
#
d9bcfed4 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `array_syntax` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
|
#
d7e1b815 |
| 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `constant_case` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-660.
|
#
b3c9551c |
| 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `no_extra_blank_lines` fixer Closes GH-646.
|
#
530b28e9 |
| 17-Jun-2022 |
Mathias Reker ⚡️ |
Add void return types Add void return type to functions with missing or empty return statements. Closes GH-535.
|
#
2735e5f0 |
| 31-May-2019 |
Sara Golemon |
Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__ 1/n - Update / and /include/ only.
|
#
dd8d8bf8 |
| 17-Oct-2018 |
Peter Kokot |
Sync final and leading newlines This patch adds some missing newlines, trims some multiple redundant final newlines into a single one, and trims few redundant leading newlines.
Sync final and leading newlines This patch adds some missing newlines, trims some multiple redundant final newlines into a single one, and trims few redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-'<newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
show more ...
|
#
e235f794 |
| 17-Oct-2018 |
Peter Kokot |
Trim trailing whitespace This patch cleans all redundant trailing whitespace across the repository except for the icalendar files.
|
#
0f95b8c7 |
| 30-Jun-2018 |
Peter Kokot |
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last use
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
show more ...
|
#
0b8dff5f |
| 22-Nov-2013 |
Hannes Magnusson |
Simplify & add a link to the google search
|
#
55cd8f3f |
| 21-Nov-2013 |
Hannes Magnusson |
Cleanup Don't use Google here, its really annoying Also, no need to list every single filename here when people navigate to this page directly, thats pretty useless. Lets redirect to
Cleanup Don't use Google here, its really annoying Also, no need to list every single filename here when people navigate to this page directly, thats pretty useless. Lets redirect to the search page instead Cleaned up some dead code, and no longer supported search options
show more ...
|
#
966a1344 |
| 30-Oct-2013 |
Rasmus Lerdorf |
Turn off the API search here too
|
#
3cc94915 |
| 05-Dec-2012 |
Daniel P. Brown |
Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when st
Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'
show more ...
|
#
5551124c |
| 19-Aug-2012 |
Peter Cowburn |
anchor quickref.php regex The previous regex stumbled on some pages. For example, reflectionfunction.construct.php was included in the list since it matches function.<something>.php
|
#
3cd800c7 |
| 16-Aug-2012 |
Philip Olson |
Added default google CSE search.
|
#
f5232136 |
| 02-Aug-2012 |
Philip Olson |
Used our standard includes format (which uses DOCUMENT_ROOT)
|
#
51b7a544 |
| 02-Aug-2012 |
Philip Olson |
Panic, and hacked in a custom google search until this bing-is-no-longer-free issue is resolved.
|
#
9f809b52 |
| 21-Jul-2011 |
Rasmus Lerdorf |
Get rid of the nasty table here and start adding more of the "Other ways to search" links to get closer to this being the one true initial landing page for the redesign.
|
#
2dcc1fbc |
| 19-Jul-2011 |
Philip Olson |
notfound is already escaped inside manual-lookup.php, so it was escaped twice. Bug discovered by Chris Jones
|
#
4f8bc3d7 |
| 19-Jul-2011 |
Philip Olson |
Added rudimentary search snippets feature. Common searches result in snippets of text. See also the comments. And feel free to improve the text.
|
#
3b13dff2 |
| 17-Jul-2011 |
Rasmus Lerdorf |
Add a limited intermediate result display cache
|
#
fe0d183d |
| 16-Jul-2011 |
Rasmus Lerdorf |
Right float the bing attribution
|
#
ce4f971e |
| 16-Jul-2011 |
Rasmus Lerdorf |
Make this page a bit more compact so it is easier to scan for actual content
|