From: rfthomas <rf...@as...> - 2014-07-30 15:34:34
|
Our AMP implementation is very strict with respect to include handling. All php code sections must be terminated properly with ?>. On every webERP distribution, including 4.11.3, we find a number of files missing this termination. It is time consuming to check every file for proper termination. There are a number of files in /includes that are not properly terminated. In addition in /includes/tcpdf..., /includes/phpplot..., /includes/barcodepack..., /doc/manual... .php and .inc files are missing the ?> terminator in many cases. We recognize that some php implementations relax this requirement, but having such is good programming practice, and in our case a rigid requirement. Placing ?> terminator in these files works in all implementations. Bob Thomas -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/missing-from-many-inc-and-php-files-tp4657576.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |