aslam karachiwala
aslam karachiwala
> a downgrade to previous version seems to be a viable quick fix for now VSCodium only offers one previous version, 7.0.1. Need to download [shell-format-7.2.5.vsix from Releases](https://github.com/foxundermoon/vs-shell-format/releases/tag/7.2.5) and install...
> > In which directories are the libraries posix.so, pcntl.so, imagick.so and sysvsem.so located on the system? PHP 8.2 is at `/usr/local/php/8.2.28`. Executables `php`, `phpize`, etc. are in `/usr/local/php/8.2.28/bin`. The...
> Could you upload the entire Makefile and one of the *.sh files from a failed test (e.g., tests/apc_001.sh)? Scrubbed `Makefile` and `tests/apc_001.sh` attached. I've removed my custom bash startup/utility...
> Search the Makefile for the following string `rm $(top_builddir)/tmp-php.ini` and prefix it with a # to comment it out. Then the INI file should remain after the test run....
Thought it might help to know the last version for which the tests succeeded. `phpinfo` lists _5.1.23-dev_ as the `apcu` version, built on Jul 22, 2023. That build must have...
> Are you able to upgrade to an actively maintained PHP Version like 8.3 or 8.4? I upgraded to PHP 8.3 and tried with apcu 5.1.27. The tests still fail....
> Is this the temporary INI file generated for the tests, or is it the system-wide INI file from the /etc directory tree? Sorry, that was the system-wide `php.ini`. Here's...
`~~~~~` in the first line is a BCN tag. ``` # ~~~~~[Block:arg_validation]... { if (($# != 3)); then l0gCode_return "$E_MISSING_OR_EXTRA_ARGS" elif [ -z "$1" ] || [ -z "$2" ];...
> try > > ``` > git cherry-pick e7f6a286f3d4cb458896183af727443bc9baeb09 c622ba2632421087e9eeea17520477c5cde1de8f > ``` ``` $ git cherry-pick e7f6a286f3d4cb458896183af727443bc9baeb09 c622ba2632421087e9eeea17520477c5cde1de8f Auto-merging src/http.cpp CONFLICT (content): Merge conflict in src/http.cpp error: could not apply...
> you seem to be trying to cherry pick on master. Ah, yep. However, no joy. Diffed the "bashTests" log excerpts, the one after the cherry-pick is identical to the...