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 68,862 public repositories matching this topic...
-
Updated
Oct 24, 2020
Hello,
There are some missing translation for Portuguese (pt). These should be added in branch 4.4.
See symfony/symfony#38710 for details and this page for an example.
These are the files that should be updated:
- [src/Symfony/Component/Form/Resources/translations/validators.pt.xlf](https://github.com/symfony/symfony/blo
-
Updated
Oct 25, 2020 - PHP
-
Updated
Oct 23, 2020 - PHP
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 28, 2020 - PHP
-
Updated
Oct 28, 2020 - PHP
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 27, 2020 - PHP
-
Updated
Oct 26, 2020 - PHP
-
Updated
Oct 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
Oct 28, 2020 - PHP
-
Updated
Oct 26, 2020 - PHP
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 21, 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.
Wrong var type
In this line, The $config variable defined as an array but used as an object
-
Updated
Oct 28, 2020 - PHP
-
Updated
Oct 27, 2020 - Dockerfile
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia



It doesn't make a lot of sense to require a package with the same name as the root package (so the name listed in composer.json), since it will automatically be met if the version constraint matches, or otherwise always fail.
Is there any use case for this at all? Unless anyone can think of one, i think this should error when running composer update (so also on composer require). Not sure in ho