diff options
author | godzilla80@gmx.net <> | 2009-06-28 15:11:52 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-06-28 15:11:52 +0000 |
commit | 41b396132ea4fbd97c24831612b7b22e479e033d (patch) | |
tree | 7c5ec8ba5b4244aa84a2fbc9d243929f5fd5a4ef /HISTORY | |
parent | fd633327593864328790d0d79039dc1ac1f2ed82 (diff) |
Performance optimization in PradoBase::createComponent()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ ENH: Issue#176 - THttpResponse::writeFile() add additional parameters to take mo BUG: TCallbackErrorHandler::displayException() force HTTP status "500 Internal Server Error" to ensure TCallbackOptions.ClientSide.OnFailure is raised (Yves) ENH: TAssetManager: introduce protected property "Published" to allow subclasses access (Yves) ENH: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already sent / php.ini (output_buffering=Off, implicit_flush=On) (Yves) +EHN: Performance optimization in PradoBase::createComponent() (Yves) Version 3.1.5 May 24, 2009 BUG: Issue#55 - TPropertyAccess.get and has don't recognize magic getter __get (Yves) |