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,228 public repositories matching this topic...
-
Updated
Oct 9, 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
Oct 10, 2020 - PHP
To better show which translations exist, there should be a list in the README for that.
-
Updated
Oct 11, 2020 - C++
-
Updated
Oct 11, 2020 - C++
-
Updated
Oct 11, 2020 - PHP
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 11, 2020 - PHP
-
Updated
Oct 11, 2020 - PHP
-
Updated
Oct 2, 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 10, 2020 - PHP
-
Updated
Oct 2, 2020 - PHP
-
Updated
Sep 18, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
-
Updated
Oct 10, 2020 - PHP
When in your form setting is something like this:
trigger:
action: disable
field: common_text_or_number_field
condition: value[]
...everything works as expected. "" value is compared with empty text field "" and result is true.
But in this case:
trigger:
action: disable
field: dropdown_field
condition: value[]
... "" is compared wi
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
Oct 10, 2020 - Dockerfile
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia

Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.