phing icon indicating copy to clipboard operation
phing copied to clipboard

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

Results 41 phing issues
Sort by recently updated
recently updated
newest added

`strftime()` function [was deprecated in PHP 8.1](https://wiki.php.net/rfc/deprecations_php_8_1#strftime_and_gmstrftime) and is going to be removed in PHP 9. The problem is that [TstampTask](https://www.phing.info/guide/chunkhtml/TstampTask.html) relies a lot on this function. As [php.watch](https://php.watch/versions/8.1/strftime-gmstrftime-deprecated#replacements) explains,...

Hi, I modified `TstampTask` to handle ICU syntax, rationale is explained in https://github.com/phingofficial/phing/issues/1682 - `pattern` attribute must be specified using ICU syntax - `TstampCustomFormat` only stores attributes, the logic has...

This issue will contain a list of checks that need to be completed before we can mark 3.0 as stable and release it. - [x] make it PHP 8.1 compatible...

core

**Is your feature request related to a problem? Please describe.** Right now all properties are logged with VERBOSE level on. This is critical in some situations, especially if passwords are...

I'm trying to add a _final new line_ at the end of a file. I tried to do so with _AppendTask_. ```xml ``` The problem is this doesn't work because...

defect

The "trick" to re-order autoloaders when using `pharLocation` (see phingofficial/task-phpunit#1) needs to be extended to other `pharLocation`-enabled tasks. - [ ] phpmd - [ ] phpcpd - [ ] phpdepend...

We are using [file access control lists (ACLs)](https://wiki.archlinux.org/index.php/Access_Control_Lists) on our Linux systems because otherwise, we are not able to delete web server created files (e.g. caches or session files) with...

enhancement

Before PHP 8.2, the flag `FilesystemIterator::SKIP_DOTS` was always set, according to [FilesystemIterator documentation](https://www.php.net/manual/en/filesystemiterator.construct): ![Screenshot from 2022-09-14 21-03-22](https://user-images.githubusercontent.com/496541/190240779-618a758b-addd-42ab-809a-041c9c6b04aa.png) `FilesystemIterator` has changed its behavior in PHP 8.2. Here an example (also in...

I ran Rector to update code to PHP 7.3 I only committed changes that can be easily reviewed.

Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.48 to 4.3.5. Release notes Sourced from smarty/smarty's releases. v4.3.4 What's Changed Fix strip_tags modifier for falsy input. by @​wisskid in smarty-php/smarty#893 Fix use of negative numbers...

dependencies
php