You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fatal error is given (the maximum execution time is exceeded), when exporting a large table as PHP array, and the table is not exported. Also, when exporting small tables array() should be changed to [].
To Reproduce
Steps to reproduce the behavior:
Select a large table
Click on Export
Scroll down to Format
Select PHP array
Click on Go
Wait until the maximum execution time is exceeded and the error is saved in the exported file.
Expected behavior
The table should be exported as a PHP array.
Server configuration
Operating system: Windows
Web server: nginx/1.19.8
Database version: 5.7.32
PHP version: 8.0.3
phpMyAdmin version: 5.2.0-dev+20210326.fe41637a0d
Client configuration
Browser: Firefox
Operating system: Windows
Additional context
<?php
/**
* Export to PHP Array plugin for PHPMyAdmin
* @version 5.2.0-dev+20210326.fe41637a0d
*/
/**
* Database `db`
*/
<br />
<b>Fatal error</b>: Maximum execution time of 300 seconds exceeded in <b>Z:\nginx-1.19.8\html\phpMyAdmin-5.2.0-dev\libraries\classes\Plugins\Export\ExportPhparray.php</b> on line <b>243</b><br />
The text was updated successfully, but these errors were encountered:
Describe the bug
A fatal error is given (the maximum execution time is exceeded), when exporting a large table as PHP array, and the table is not exported. Also, when exporting small tables
array()should be changed to[].To Reproduce
Steps to reproduce the behavior:
Expected behavior
The table should be exported as a PHP array.
Server configuration
Client configuration
Additional context
The text was updated successfully, but these errors were encountered: