xmark icon indicating copy to clipboard operation
xmark copied to clipboard

A PHP7 extension that can hook most functions/classes and parts of opcodes

Results 5 xmark issues
Sort by recently updated
recently updated
newest added

兼容php7.4。php7.2测试通过全部测试样例。php7.4测试仅taint-issue061.phpt失败,因为implode在php7.4中使用有变动,会报Deprecated `Deprecated: my_implode(): Passing glue string after array is deprecated. Swap the parameters`

hello,i can not use xmark.rename_classes [xmark] xmark.enable = 1 xmark.enable_rename = 1 xmark.rename_classes=mysqli:prvd_mysqli PHP Fatal error: function/class 'mysqli' does not exists in Unknown on line 0 Fatal error: Uncaught Error:...

My environment is ``` z xmark master ✗ ❯ php -v PHP 7.4.9 (cli) (built: Aug 27 2020 13:37:23) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0,...

我的环境中 `php -r 'if(extension_loaded("sqlite3")) print "true\n";'` 表明已经加载了 sqlite3, 但是 `make test` 跳过了 tests/taint018.phpt

Ok, so, I posted this issue earlier, and managed to fix it myself. PHP loads modules in the /etc/php/7.2/apache/conf.d/ directory. It loads them AFTER the php.ini file is loaded. The...