4 replies
How does the latest PHP upgrade solve security issues?
#php #security
  • Profile picture of the author wordpress+expert
    Updates are not so important. Security depends not only on the version of PHP. Safety depends primarily on the verification data sending to the server.
    {{ DiscussionBoard.errors[10258999].message }}
    • Profile picture of the author sharonholmes100
      There are 5 helpful tips for creating secure php applications. They are use proper error reporting, disable php "bad features", validate input, Watch for Cross Site Scripting (XSS) Attacks in User Input, Protecting against SQL Injection
      {{ DiscussionBoard.errors[10266676].message }}
    • Profile picture of the author Zoumhem
      Originally Posted by wordpress+expert View Post

      Updates are not so important. Security depends not only on the version of PHP. Safety depends primarily on the verification data sending to the server.
      I would say security depends more on the coding. If have a PHP file upload script which is coded terrible, than people will abuse it. Even with the latest PHP version. So forget PHP "security updates" allways make sure, to decently code your script, specially if you have critical functions that can be abused.
      Signature
      Internet Marketer and professional Webdesigner! Ask me anything you wan´t about Internet Marketing or Webdesigning!

      {{ DiscussionBoard.errors[10272866].message }}
  • Profile picture of the author Jeffreykpena
    PHP is the most commonly used server-side programming language, with 81.8% of web servers deploying it, according to W3 Techs.
    An open source technology, PHP is unusual in that it is both a language and a web framework, with typical web framework features built-in to the language. Like all web languages, there is also a large community of libraries etc. that contribute to the security (or otherwise) of programming in PHP. All three aspects (language, framework, and libraries) need to be taken into consideration when trying to secure a PHP site.
    PHP is a 'grown' language rather than deliberately engineered, making writing insecure PHP applications far too easy and common. If you want to use PHP securely, then you should be aware of all its pitfalls.







    .....................................
    locksmith in clearwater
    Signature

    Pro locksmith clearwater provide reliable and quality Locksmiths throughout every corner of greater clearwater.......locksmith in clearwater

    {{ DiscussionBoard.errors[10272660].message }}

Trending Topics