Code Monkey home page Code Monkey logo

Comments (6)

cboltz avatar cboltz commented on July 2, 2024 1

I merged #41 (thanks!) and also reverted most of c253ef7 - there's no need for additional caching in escape_string().

from postfixadmin.

cboltz avatar cboltz commented on July 2, 2024

Are you sure this still happens with the latest code we have on github?

Commit c253ef7 (done about a month ago) claims to have this fixed ;-)

That said - your fix looks better, so I seriously think about accepting your patch and reverting c253ef7 ;-)

from postfixadmin.

DavidGoodwin avatar DavidGoodwin commented on July 2, 2024

My fix was only to allow a connection to be passed into the escape_string() function; this on the other hand short cuts the db_connect() function if a connection has been opened before. So they're slightly different.

There is already a static $link in db_query() ...

https://github.com/postfixadmin/postfixadmin/blob/master/functions.inc.php#L1419

from postfixadmin.

killerbees19 avatar killerbees19 commented on July 2, 2024

Are you sure this still happens with the latest code we have on github?

Nope, it's the Debian package from Stretch. Sorry, I didn't see the issue/commit. But I think it's a little bit different.

from postfixadmin.

killerbees19 avatar killerbees19 commented on July 2, 2024

There is already a static $link in db_query() ...

But it's useless when calling db_connect() from other functions like escape_string().

mysqli_connect() returns always a new connection:

(PHP 5, PHP 7)
mysqli::__construct -- mysqli_connect — Open a new connection to the MySQL server

from postfixadmin.

cboltz avatar cboltz commented on July 2, 2024

Agreed, db_connect() is irrelevant for escape_string() - and caching the connection directly in db_connect() is probably the best thing we can do.

I still think that this fix is better than c253ef7 ;-)

from postfixadmin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.