Hi, can someone reproduce this under PHP 5.2.8 ?
https://sourceforge.net/p/phpmyadmin/bugs/3823/
2013/2/17 Marc Delisle marc@infomarc.info:
Hi, can someone reproduce this under PHP 5.2.8 ?
I can't reproduce, because I don't have PHP 5.2 lying around, but it seems that you already fixed this issue in commit c3f27965 [0]. JT reported/tested this issue with the code before you did this commit [0], that's probably why he gets this error and you can't reproduce it.
BTW : create_function() is already supported in PHP 4. [1]
[0] https://github.com/phpmyadmin/phpmyadmin/commit/c3f27965 [1] http://php.net/manual/en/function.create-function.php
Dieter Adriaenssens a écrit :
2013/2/17 Marc Delisle marc@infomarc.info:
Hi, can someone reproduce this under PHP 5.2.8 ?
I can't reproduce, because I don't have PHP 5.2 lying around, but it seems that you already fixed this issue in commit c3f27965 [0]. JT reported/tested this issue with the code before you did this commit [0], that's probably why he gets this error and you can't reproduce it.
Thanks, I'll close this ticket.