Hi
Dne Fri, 10 May 2013 06:40:22 +0200 Remi Collet Fedora@FamilleCollet.com napsal(a):
Le 09/05/2013 20:53, Marc Delisle a écrit :
Both patches have been merged to QA_4_0 (for 4.0.1) and to master, thanks.
Great, thanks
Notice (for a future update of tcpdf 6.0 in pma tree).
I've updated master to use 6.0, I don't think we want to make this change in 4.0 branch.
Call to this->empty_string($foo)
Should be changed to TCPDF_STATIC::empty_string($foo)
I've just committed this change.
Having this function defined in PDF.class.php is only a workaround which allow to run with both 5.9 and 6.0 version.
Schema export will be be broken with 6.0 and QA_4_0, I've fixed in master call to UTF8ToUTF16BE (in 1675064).