-
This library should provide better support for HTTP file uploads and submitting forms. Right now, both are supported just fine, but require manually constructing the outgoing HTTP request body. This i…
clue updated
3 months ago
-
| Q | A
| ------------ | ---
| Feature PR | symfony/symfony#54179
| PR author(s) | @nicolas-grekas
| Merged in | 7.2
We created this issue to not forget to document this new feature. …
-
I'd like to be able to grab the trailing args:
```
php foo.php -d val foo bar
php foo.php -d val -- foo bar
```
Then I want to get an array `["foo", "bar"]` back.
(`--` is common as an argument sep…
-
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "f…
-
# New Issue
## Diagnose
> If you use a Composer installation, please specify:
Output of `composer show` command
```
amphp/amp 3.0.2 A non-blocking co…
-
Hi,
As php 8.1 is public few weeks earlier, any plan to support fiber implementation in php 8.1?
https://wiki.php.net/rfc/fibers
please share your inputs
thank you
-
Hi,
tbh, I don't know if I am correct here, but my research showed me earlier issues with interactions with opcache and revolt/event-loop so I hope you might be able to help us figure out this iss…
-
### Description
The following code ( This should never happen when I'm using magic methods, but unfortunately it does happen sometimes ):
```php
-
Hello, i am trying to get the last URI in a redirect sequence, this uri is available in the request object but there is no way to getting out at the moment in a easy way.
To give context i will try…
-
Today when I went to do 'composer update' on my exakat server, I got this error:
```
# composer update -vvv
Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ssl/…