php
php copied to clipboard
Development repository for the php cookbook
### :speaking_head: Foreword Hi, I'm having a problem to install a pecl because I can't answer the prompted questions. ## :person_frowning: Problem Statement When installing the pecl `redis` (https://pecl.php.net/package/redis) on...
### Description `php.ini` for CentOS, RedHat and Ubuntu are missing `request_order`, defaulting it to `variables_order`, which is set to `EGPCS`. http://php.net/manual/en/ini.core.php says that > ...the default distribution php.ini files does...
### 🗣️ Foreword Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without...
## :ghost: (Not A) Brief Description When trying to install PHP7.2 from SCL on CentOS 7, installing a pecl package (imagick for example) using the php_pear resource fails because the...
### 🗣️ Foreword Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without...
# Description Removes recipes and attributes; adds custom resources and helpers. Drops direct support for installation from community repos and from source. See UPGRADING.md for more details on changes. ##...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sous-chefs/php). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://togithub.com/actions/stale) | action | major | `v8` -> `v9` | |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sous-chefs/.github](https://togithub.com/sous-chefs/.github) | action | minor | `3.0.0` -> `3.1.0` | ---...
I'm doing an ethical hacking test, I tested an XSS payload : alert("xss") on a website, and the pop-up appears, so I want to collect user cookie I created a...