-
### Description:
The build hangs on step 52 with the message
```
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@achrinza/node-ipc@9.2.9',
npm warn EBADENGINE required: {
…
-
- PHPMD version: 2.8.2
- PHP Version: 7.3.17
- Installation type: composer
- Operating System / Distribution & Version:
I am running phpmd in a Azure DevOps pipeline using a ubuntu image, and I…
-
This issue is to track the progress of the PECL builds we are doing
Here is the list of extensions built so far
- amqp
- apcu
- apfd
- ast
- base58
- bitset
- couchbase
- crypto
- CSV
- d…
-
When I tried to use NUnit I encountered the following error:
```
❯ ~/src/Phalanger/Deployment/Release/phpc.exe /pure+ /target:dll /lang:clr /out:obj/Debug/tests/XDebug.Protocol.test.dll test/Unit/Xde…
-
I got a test php file:
``` php
-
Our plugin is using ActionScheduler 3.7.1. We are seeing a PHP Fatal error: Uncaught Error: Class "ActionScheduler_Lock" on plugin uninstall.
### Steps to reproduce:
1) Install version 3.7.1 and s…
-
My header:
```c
#ifndef LIBSQL_H
#define LIBSQL_H
#include
#include
#include
typedef struct libsql_error_t libsql_error_t;
typedef enum {
LIBSQL_CYPHER_DEFAULT = 0,
LIBSQL…
-
eric@eric:~/Documents/java-research/NAVEX/joern-dev$ ./phpast2cpg nodes.csv rels.csv
Exception in thread "main" java.lang.ClassCastException: ast.expressions.StringExpression cannot be cast to ast.f…
-
This is not possible when using native php-ast; php-ast only has the information available to reflection (i.e. elements such as classes, closures, etc.).
But it is possible to extract this in the pol…
-
Get rid of cst_php.ml in pfff and generate directly constructs in ast_php.ml from parser_php.mly
This will give more velocity to improving our support for PHP.
This would remove also the need for …