mbox series

[0/2] php warning fixes

Message ID 20200212201638.3051647-1-eschwartz@archlinux.org
Headers show
Series php warning fixes | expand

Message

Eli Schwartz Feb. 12, 2020, 8:16 p.m. UTC
I had this sitting around since December and forgot to send it in,
offered FWIW. It's slightly different in implementation and has more
wordy commit messages.

Eli Schwartz (2):
  fix php 7.4 warnings
  fix more php 7.4 warnings

 web/lib/acctfuncs.inc.php |  1 +
 web/lib/aur.inc.php       | 28 +++++++++++++++++++++-------
 web/lib/pkgfuncs.inc.php  |  4 +++-
 3 files changed, 25 insertions(+), 8 deletions(-)

Comments

Lukas Fleischer Feb. 12, 2020, 8:22 p.m. UTC | #1
On Wed, 12 Feb 2020 at 21:16:36, Eli Schwartz wrote:
> I had this sitting around since December and forgot to send it in,
> offered FWIW. It's slightly different in implementation and has more
> wordy commit messages.

Thanks. I will discard the other patch I submitted earlier (Verify that
returned rows exist before extracting columns) and apply these two
instead.