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 67,674 public repositories matching this topic...
-
Updated
Sep 26, 2020
So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and nothing works after that. So for example; composer require phpunit/phpunit:"8.3.3 as ^8.3"
My composer.json:
{
"require": {
"phpunit/phpunit": "8.3.3 as ^8.3"
}
}Output of composer diagnose:
$ composer diagnose
-
Updated
Sep 26, 2020 - PHP
-
Updated
Sep 28, 2020 - PHP
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 21, 2020 - PHP
-
Updated
Sep 29, 2020 - PHP
According to http://manual.phpdoc.org/HTMLframesConverter/default/
@propertyshows a "magic" property variable that is found inside the class.The property is presumed to be available for both read and write operations. If the property is read-only, you should use the
@property-readtag instead. If the property is write-only, use@property-write.
Example:
/**
* show-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 29, 2020 - PHP
The ability to set the language on the user creation form could be something useful on a multi user environment.
-
Updated
Sep 28, 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
Sep 25, 2020 - PHP
-
Updated
Sep 4, 2020 - PHP
-
Updated
Sep 18, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
-
Updated
Sep 29, 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.
- OctoberCMS Build: 466
- PHP Version: 7.2^
- Database Engine: MySQL MariaDB 10.3.23 (with strict set to true through database.php configuration)
Description:
For one of our plugins we're currently running into the error described below:
SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if th
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia

Symfony version(s) affected: 5.2
Description
I have
symfony/mailerandsymfony/mailjet-mailerinstalled.My composer.json contains this.
{ #... "symfony/mailer": "5.2.*", "symfony/mailjet-mailer": "^5.2@dev", #... }My
.envcontains:I get the following error: