History log of /web-php/include/manual-lookup.inc (Results 1 – 25 of 65)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 45d49c7e 07-Dec-2023 Andreas Möller

Fix: Remove emacs instruction (#876)


# 11243875 26-May-2023 Derick Rethans

Fixed PHP 8.2 deprecation warnings


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.


# 9ea4de30 11-Aug-2022 Peter Cowburn

fix number of ? in IN clause

Bug was introduced in a3dcbf63da.


# f127de5d 15-Jul-2022 Andreas Möller

Enhancement: Enable `strict_param` fixer

We set strict param to false to ensure current behavior,
except for two cases where it is safe to go with true.

Closes GH-658.


# 5c9eab2f 15-Jul-2022 Christoph M. Becker

Fix CS violations (case of null, false and true)


# b575ebd4 15-Jul-2022 Andreas Möller

Enhancement: Include `*.inc` files (with exceptions)

Closes GH-662.


# 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 ...


# 287cce47 24-May-2015 Levi Morrison

Partially fix bug #49956

This allows basic mysqli_* lookups to work, such as
mysqli_real_escape_string.

This will not fix mysqli_num_fields because the name of the page
it w

Partially fix bug #49956

This allows basic mysqli_* lookups to work, such as
mysqli_real_escape_string.

This will not fix mysqli_num_fields because the name of the page
it would link to is mysqli-result.field-count.php.

show more ...


# d7370d70 21-Apr-2015 Hannes Magnusson

Allow urlencode \ too


# a3dcbf63 20-Apr-2015 Hannes Magnusson

Allow namespace\classname searches


# fdec771e 05-Dec-2012 Daniel P. Brown

Second part of the fix for bug #63490.


# 50eb4c40 30-Aug-2011 Hannes Magnusson

Protect against broken databases


# bdbeacc7 16-Jul-2011 Philip Olson

Improved sqlite search. See the comments for @todo items, but removed slow LIKE and increased sqlite hit frequency (e.g., php.net/function.strlen.php as per the 404 miss logs).


# c8187bdc 06-Jul-2011 Hannes Magnusson

Ensure we have a statement object, otherwise show a 'service not available' page


# 4d9ce0bf 06-Jul-2011 Philip Olson

Converted ext/sqlite usage to pdo_sqlite. No functionality or behaviour was [knowingly] altered.


# e1140fd4 06-Jul-2011 Hannes Magnusson

Check if the file exists before trying to open it


# 5fb10065 11-Aug-2010 Philip Olson

Fixed sqlite based search, patch by vrana and salathe, closes PHP Bug #43352


# 6d547189 05-Jun-2010 Hannes Magnusson

- Remove the /manual workaround (was a typo in the generation script on the rsync box)
- Do not hardcode the fallback "slow lookup" to english, use the originally
requested language (the "s

- Remove the /manual workaround (was a typo in the generation script on the rsync box)
- Do not hardcode the fallback "slow lookup" to english, use the originally
requested language (the "slow lookup" will then fallback to 'en' again)

show more ...


# 68aa9151 05-Jun-2010 Felipe Pena

- Reverting changes as it looks to be broken something... to Hannes fix it correctly soon


# 3ed8a4d6 05-Jun-2010 Hannes Magnusson

Fixed bug#51628 (hard to find the Spanish translation)


# 4be75fa8 05-Jun-2010 Hannes Magnusson

WS


123