8000 DocPHT is broken under PHP 8.2 · Issue #33 · docpht/docpht · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

DocPHT is broken under PHP 8.2 #33

Open
s22-tech opened this issue Jan 15, 2024 · 2 comments
Open

DocPHT is broken under PHP 8.2 #33

s22-tech opened this issue Jan 15, 2024 · 2 comments

Comments

@s22-tech
Copy link

Accessing it under 8.2 produces these errors:

Deprecated: Return type of PHPSecureSession\SecureHandler::open($save_path, $session_name) should either be compatible with SessionHandler::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/server/docpht/vendor/ezimuel/php-secure-session/src/SecureHandler.php on line 49

Deprecated: Return type of PHPSecureSession\SecureHandler::read($id) should either be compatible with SessionHandler::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/server/docpht/vendor/ezimuel/php-secure-session/src/SecureHandler.php on line 60

Deprecated: Return type of PHPSecureSession\SecureHandler::write($id, $data) should either be compatible with SessionHandler::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/server/docpht/vendor/ezimuel/php-secure-session/src/SecureHandler.php on line 72

Deprecated: Creation of dynamic property System\Request::$server is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$path is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$hostname is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$servername is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$secure is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$port is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$protocol is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$url is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$curl is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$extension is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$headers is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$method is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$query is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$args is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$body is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$files is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$cookies is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\Request::$ajax is deprecated in /home/server/docpht/vendor/nezamy/route/system/Request.php on line 226

Deprecated: Creation of dynamic property System\App::$request is deprecated in /home/server/docpht/vendor/nezamy/route/system/App.php on line 91

Deprecated: Creation of dynamic property System\Route::$req is deprecated in /home/server/docpht/vendor/nezamy/route/system/Route.php on line 701

Deprecated: Creation of dynamic property System\App::$route is deprecated in /home/server/docpht/vendor/nezamy/route/system/App.php on line 91

Fatal error: Uncaught Exception: Callable error on DocPHT\Controller\HomeController -> index ! in /home/server/docpht/vendor/nezamy/route/system/Route.php:638 Stack trace: #0 /home/server/docpht/vendor/nezamy/route/system/Route.php(598): System\Route->callback(Array, Array) #1 /home/server/docpht/index.php(95): System\Route->end() #2 {main} thrown in /home/server/docpht/vendor/nezamy/route/system/Route.php on line 638

Specifications

  • DocPHT version: lates
  • PHP version: 8.2
  • Platform: MacOS 13.5
  • Browser: Brave, Firefox
@creecros
Copy link
Member

It's not compatible with php 8 at the moment.

@s22-tech
Copy link
Author
s22-tech commented Jan 18, 2024 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0