tenzap
tenzap
Hello, I know one should use `./phpunit` (hence `simple-phpunit`) for the tests, but actually I don't have the possibility to use it, so I run the tests by executing `phpunit`....
Hello, before I upgrade my phone to android 11 I wanted to be sure that my apps will still work on it. Will Wifi automatic still work on android 11?...
So that only the necessary files are reachable from HTTP server (index.php and media) See: https://github.com/kalkun-sms/Kalkun/wiki/Making-Kalkun-more-secure **Advantage**: Increases security **Drawback**: One has to have control of the configuration of the...
I noticed that the framework uses `ctype_*`, `mb_*`, `hash_*`, `json_*`, `session_*` which are part of the ctype, mbstring, json, session & hash extensions. These extensions are not in the composer.json...
Ref: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated This is used in `system/libraries/Xmlrpcs.php` ```php /** * Multi-call Function: Error Handling * * @param mixed * @return object */ public function multicall_error($err) { $str = is_string($err) ?...
With CI 3.1.13 on PHP 8.1, I get this error on this call: `$this->pagination->create_links();` There is no such problem on PHP 7.4 ``` An uncaught Exception was encountered Type: ErrorException...
While deploying a project based on CI3 on sourceforge.net web servers, I faced a problem with session save path. sourceforge.net's web servers run PHP 7.1 and are configured with `session.save_path`...
I have page/view that calls twice `$this->pagination->create_links();` ```php ``` However, only the first call really reflects the new state: if I went to page 2, it shows that I'm on...
Hello, I can't add some apk for go edition packages. Error is: `APK contains a new Google certificate not yet available in the keystore, please contact Open GApps maintainer to...