mreiden
mreiden
Fixes using WebConnector with PHP7+ with allow_remote_addr/deny_remote_addr handler_options. The ereg just validates the string is IPv4, so use filter_var with FILTER_VALIDATE_IP. Also remove commented out ereg date checking code (This...
PgSQL driver updates to allow DB QuickBooks mapping feature. - Lowercase table, column, and index names due to postgres case-folding names to lowercase unless they are quoted. They were quoted...
Remove trailing whitespace in txt, xml, and php files. Remove closing php tags in php class files.
Symfony 4.2+ complains the parameters of the asQBXML method of child classes do not match those in the QuickBooks_QBXML_Object parent class. This will throw an error starting in Symfony 5....
Change all file permissions to 644 for consistency and because they do not need to be executable.
It would be useful to be able to configure the permissions set on the downloaded databases instead of it being set to 0755. Also, it seems like 0644 would be...
Depends on php-parser dependency support. https://github.com/Kenneth-Sills/php-parser/pull/1
Handle T_Class as a special case when it comes after T_DOUBLE_COLON in recursive_variable_chain_scan This solves https://github.com/glayzzle/php-parser/issues/1135 ``` $arrayVariable[0]::class; $classVariable->classProp::class ```
While working on a 8.3 typed constants PR I thought these might be updated.
Only print temp profile removal message when user_data_dir is not set.