PHP

PHP is a popular general-purpose scripting language that's particularly suited for server-side web development. PHP runtime is generally executed by webpage content, and can be added to HTML and HTML5 webpages. PHP was originally developed in 1994 by Rasmus Lerdorf.
Here are 70,068 public repositories matching this topic...
-
Updated
Nov 26, 2020
-
Updated
Dec 4, 2020 - PHP
-
Updated
Dec 3, 2020 - PHP
-
Updated
Nov 29, 2020 - PHP
-
Updated
Dec 8, 2020 - C++
-
Updated
Dec 8, 2020 - C++
-
Updated
Dec 4, 2020 - PHP
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
When creating or editing a relationship, we should group the relationship type list with the same tag as on the contact page (Love, Family, Other kind, ...), i.e. with an element.
-
Updated
Nov 19, 2020 - PHP
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
-
Updated
Dec 2, 2020 - PHP
-
Updated
Dec 7, 2020 - PHP
-
Updated
Dec 7, 2020 - PHP
-
Updated
Nov 30, 2020 - PHP
- OctoberCMS Build: 467
- PHP Version: 7.4
We had this code running in one of our plugins for quite a while, see example: https://octobertricks.com/tricks/register-custom-side-navigation-for-your-plugin
We believe it stopped working on v466 update (2 updates ago)
When adding the code line:
<?php
$sideMenuItems = BackendMenu::listSideMenuItems();
print_r($sideMenuItems);
-
Updated
Dec 5, 2020 - PHP
-
Updated
Dec 7, 2020 - Dockerfile
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia
Symfony version(s) affected: 4.4.16
Description
StringUtil::trim()
is doingpreg_replace('/^[\pZ\p{Cc}]+|[\pZ\p{Cc}]+$/u', '', $string)
to trim strings, however this regex is missing ZERO WIDTH SPACE (\xE2\x80\x8B) characters.How to reproduce
http://sandbox.onlinephpfunctions.com/code/5b72e8ff76c34a313c0f2799995f56e5993b6b60
Possible Solution
p{Cf}
catch