[phpmyadmin/phpmyadmin] 987cb5: fixed find replace regex issue if no matching result set found

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171a... Author: Ankush Patil <aspraz2658@gmail.com> Date: 2022-07-19 (Tue, 07 July 2022) -03:00 Changed paths: M ChangeLog M libraries/classes/Controllers/Table/FindReplaceController.php M psalm-baseline.xml M test/classes/Controllers/Table/FindReplaceControllerTest.php Log Message: ----------- fixed find replace regex issue if no matching result set found When find and replace searching used with regex, at the time of replace empty CASE END condition was causing issue. Fixes #17388 Closes #17641 Signed-off-by: Ankush Patil <aspraz2658@gmail.com> Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: cba9b38a2865b1a351a46b4117a4cff106abb2ac https://github.com/phpmyadmin/phpmyadmin/commit/cba9b38a2865b1a351a46b4117a4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-07-19 (Tue, 07 July 2022) -03:00 Changed paths: M ChangeLog M libraries/classes/Controllers/Table/FindReplaceController.php M psalm-baseline.xml M test/classes/Controllers/Table/FindReplaceControllerTest.php Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Ankush Patil