-
**Description**
Add a tye configuration file that configures the app project and MySQL (in Docker).
**Reason**
It makes it easier to start developing without having to install MySQL locally.
*…
-
Incorrect warning issued for session_regenerate_id:
warning PHP5014: session_regenerate_id() expects 0 parameter(s), 1 given
```
public function regenerateId($deleteOldSession = true)
{
…
-
Hi, when running the command from a macbook air m2: `dotnet run` i get the following error in my browser:
```
System.DllNotFoundException: Unable to load shared library 'MonoPosixHelper' or one of…
-
```
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'tinfo')
at Pchp.Core.Context.Create(RuntimeTypeHandle caller, PhpTypeInfo tinfo, PhpValue[] arguments)
…
vvtll updated
2 years ago
-
How to find current page URL
$pageURL = $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
getting error "Notice: Undefined offset"
System\Web\HttpContext::$Current->Request…
-
- [ ] `CURLINFO_NAMELOOKUP_TIME`
- [ ] `CURLINFO_CONNECT_TIME`
- [ ] `CURLINFO_PRETRANSFER_TIME`
- [ ] `CURLINFO_STARTTRANSFER_TIME`
- [ ] `CURLINFO_REDIRECT_TIME`
- [ ] `CURLINFO_SIZE_UPLOAD`
-…
-
What about a Rider Plugin?
-
The following issues are currently returned in **Peach Pie**, and as inconsistencies to PHP, should be resolved.
### Issues
- [x] It seems that the following DOCTYPE is prepended to the returned s…
-
Create a new console project, run it, and the prompt is as follows
![Image_1727532592193](https://github.com/user-attachments/assets/ee1b049e-1537-4593-8a92-5667060e4fa2)
-
It would be nice to have openssl_sign() support.