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 66,382 public repositories matching this topic...
-
Updated
Jul 27, 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
Aug 13, 2020 - PHP
-
Updated
Jul 12, 2020 - PHP
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 13, 2020 - PHP
-
Updated
Aug 18, 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
Aug 17, 2020 - JavaScript
-
Updated
Aug 13, 2020 - PHP
-
Updated
Aug 14, 2020 - PHP
As it looks for me, there is no no way to access the Access Control List (ACL) feature for folder by remotecontrol.
I would expect it in OCS API. But i cannot find it.
Can you implement it?
This is my use case:
I program in a small team a software to generate template structures in nextcloud for similar workgroups on different locations. They have all the same workflow.
E.g. if a new wo
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
Aug 18, 2020 - PHP
-
Updated
Jul 30, 2020 - PHP
-
Updated
Aug 11, 2020 - PHP
-
Updated
Aug 17, 2020 - PHP
-
Updated
Aug 15, 2020 - PHP
- 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
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.
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia



Symfony version(s) affected: 5.1
Description
It is possible to pass request parameters of any type to the Symfony web crawler, something that's not possible in actual requests.
How to reproduce
On the sending end: