article thumbnail

PHP Uses – Applications of PHP

The Crazy Programmer

PHP is known as Hypertext Preprocessor. Many databases such as PostgresSQL, Oracle, Informix, MySQL can be integrated with PHP. Many databases such as PostgresSQL, Oracle, Informix, MySQL can be integrated with PHP. PHP scripts are interpreted only on a server that has PHP installed in it. Why is PHP so Common?

PHP 162
article thumbnail

Async PHP – A Deep Dive into Asynchronous Programming

The Crazy Programmer

Together, we will find out more about the wonderful world of async PHP. Conventionally, PHP language has been the so-called synchronous language where every code line is executed sequentially. Async PHP, however, enables developers to execute non-blocking operations. Every library has its own unique set of tools and features.

PHP 113
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

2021 PHP Landscape Report: Top PHP Technologies

Zend

In this blog, we discuss the most popular PHP technologies in 2021 — including the top PHP frameworks, testing tools, and more.

PHP 98
article thumbnail

How to Become an Ethical Hacker – Learn Hacking Step By Step

The Crazy Programmer

A Certified Ethical Hacker (CEH) also called a white-hat hacker, uses hackers’ hacking tools and techniques to lawfully hack the organization’s system, identify possible breaches, perform penetration tests on the system, and enhance the system’s security. Other languages, like PHP, JavaScript, C++, are also essential. Conclusion.

How To 290
article thumbnail

Snyk Extends Tools Portfolio to Drive DevSecOps Adoption

DevOps.com

During its online SnykCon 2021 conference this week, Snyk extended Snyk Code, a static application security testing (SAST) tool that already supports the Java, JavaScript and Python programming languages to include support for C#, Ruby, PHP and Go.

Tools 130
article thumbnail

Finding and Fixing PHP Errors in Production

Zend

Finding and fixing production PHP errors can be a challenge without the right tools. In this blog, we give an overview of how to find and fix common PHP issues in production apps.

PHP 89
article thumbnail

Modern cryptography in PHP 7.2 with Sodium

Zend

Recently, at ZendCon & OpenEnterprise 2018, I presented a session about the usage of Sodium in PHP 7.2. It is a portable, cross-compilable, installable and packageable fork of NaCl, a famous cryptographic tool designed by Prof. The post Modern cryptography in PHP 7.2 Here you can find the slides of this session.

PHP 85