RELEASE-NOTES.txt 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. ionCube PHP Encoder 7.0 Release Notes
  2. -------------------------------------
  3. Unless marked otherwise, changes refer to the Encoder products within
  4. this release; GUI refers to the Windows GUI supplied with the Windows
  5. version.
  6. Version 7.0.8 - 19 Sep 2011
  7. ---------------------------
  8. * GUI: Default directory for locating product license files is now
  9. the documents folder.
  10. * Cosmetic documentation updates.
  11. * Fix to make_license program for displaying contents of license files
  12. having a property name longer than 25 characters.
  13. Version 7.0.7 - 5 Aug 2011
  14. --------------------------
  15. * GUI: Support for online licensing of the Encoder product during
  16. installation and from within the GUI.
  17. * Correction to output of --help from the make_license program.
  18. * Documentation updates and minor correction to User Guide PDF.
  19. Version 7.0.6 - 8 Jul 2011 (FreeBSD update only)
  20. ------------------------------------------------
  21. * Fix issue preventing licensing the Encoder on 64 bit FreeBSD systems.
  22. Version 7.0.5 - 2 Jun 2011
  23. --------------------------
  24. * PHP 5.3 Encoder: Fix to optimisation mechanism for if-elseif statements.
  25. * PHP 5.3 Encoder: Fix to inheritance for properties of classes.
  26. * GUI: Allow IPF created installers to request elevation on Vista/W7 when
  27. launched.
  28. * GUI (special edition): Fix to saving of non-default value for FTP port.
  29. Version 7.0.4 - 21 Apr 2011
  30. ---------------------------
  31. * PHP 5.3 Encoder: Fixes to obfuscation of local variables.
  32. * GUI (special edition): FTP passive/active mode selection added
  33. to project settings.
  34. Version 7.0.3 - 8 Apr 2011
  35. ---------------------------
  36. * Windows Encoders: Fix to allow removing read only files.
  37. * Pro/Cerberus Encoder: Option --expose-server-restrictions added to
  38. make_license program.
  39. * GUI: Change default 'Open project' path to project samples folder.
  40. * GUI: IPF related features disabled if the IPF product is not installed.
  41. * GUI: Miscellaneous minor changes.
  42. * GUI: License settings option added to expose server restrictions in
  43. license files.
  44. * PDF: updates.
  45. Version 7.0.2 - 25 Feb 2011
  46. ---------------------------
  47. * GUI: The title bar now indicates if application restart is
  48. required (after switching between legacy mode), and indicates
  49. if legacy encoding mode is in operation.
  50. * GUI: Button added to browse for a custom error callback file
  51. within the project source tree.
  52. * GUI: Alert to a license file incorrectly located within the install
  53. folder rather than the licensing folder.
  54. * GUI: Version check option added to Help menu to check for any
  55. available software update.
  56. * GUI: Fix to faulty command line generation when the custom header
  57. comments text field contained a blank line.
  58. * Fix for incorrect behaviour of --verify in the presence of
  59. user-defined classes (PHP 5.3 Encoder).
  60. * PDF: Documentation updates.
  61. Version 7.0.1 - 13 Jan 2011
  62. ---------------------------
  63. * Fix for issue that could affect temporary variables in files
  64. encoded with the PHP 5.3 Encoder for certain mixed combinations
  65. of Encoder and Loader platforms (PHP 5.3 Encoder).
  66. * Fix for use of unqualified global constants within namespaces
  67. (PHP 5.3 Encoder).
  68. Version 7.0.0.3 - 13 Dec 2010
  69. -----------------------------
  70. * GUI: New feature added to support legacy encoding (6.5) as a user
  71. preference. This brand new feature is a compatibility maximiser,
  72. giving access to new features of the version 7 GUI while allowing
  73. generation of legacy encoded files. Using the version 7 Encoder is
  74. recommended and is the default, but simply switch to legacy encoding
  75. using version 6.5 Encoders via the preferences dialog if needing to
  76. use encoded files to servers running old Loaders (pre version 4).
  77. Note that as this feature uses version 6.5 Encoders, new features
  78. of the version 7 Encoder (such as the @ syntax) are not available
  79. when legacy encoding is selected.
  80. * Legacy command line Encoders (6.5) are now bundled with the
  81. version 7 Encoders for compatibility maximisation.
  82. Version 7.0.0 - 24 Nov 2010
  83. ---------------------------
  84. * The Encoder for the PHP 5.3 language is included in this release,
  85. plus the Encoders for PHP 5 < 5.3 and PHP 4.
  86. * Source directory substitution in wildcard patterns using @
  87. A leading @/ or @\ in the values for --keep, --ignore, --encode,
  88. --copy and --encrypt is interpreted as being to the first source
  89. item specified.
  90. * Option --ignore-deprecated-warnings added to ignore deprecated
  91. warnings.
  92. * Option --ignore-strict-warnings added to ignore strict language
  93. usage warnings.
  94. * GUI: (File menu) The recent files and directories history now
  95. indicates if an item is missing, and gives an option to remove that
  96. item from the history.
  97. * GUI: Accessibility enhancements.
  98. * GUI: (Project menu) New options added to quick-build and clean the
  99. current project. The build option will process as per the project
  100. settings with respect to whether an existing target is replaced,
  101. updated or merged. Quick-build will perform an update operation
  102. and only process files that are new or modified more recently than
  103. the corresponding item in the target folder. Note that a
  104. quick-build will not remove items in the target folder that do not
  105. appear in the source folder, so a clean or full build is
  106. recommended after changing the structure of the source folder.
  107. * GUI: Preferences dialog added for project defaults and other
  108. settings.
  109. * GUI: New toolbar icons added for moving to the next/previous parse
  110. error within the associated file. When used, the document
  111. containing the error is opened, and if supported by the editor set
  112. via the preferences dialog, the cursor will be positioned at the
  113. line containing the error.
  114. * GUI (user preference): The last open project can be automatically
  115. opened at startup.
  116. * GUI: The PHP language used (4, 5, 5.3) is added as a visual check
  117. to the title bar information.
  118. * GUI: Various bug fixes.
  119. * GUI: Event log entries optimised to show shorter paths, and
  120. date/time display is available as a user preference.
  121. * GUI: Source file edit/view. Source files can now be opened in a
  122. choice of editors both from the source files tree in project
  123. settings and in the relevant nodes of the event tree.
  124. The preferred editor is selected as a user preference from a list
  125. that currently includes: EditPlus 3, Notepad++, GVim, PSPad,
  126. Programmer's Notepad, PHP Edit or PHP Designer 2007. This list can
  127. be extended if required by editing an XML document located in the
  128. installation folder, using the exising entries as examples.
  129. If an editor supports opening of a file at a particular position,
  130. double clicking a parse error message in the event log will open
  131. the source file with the cursor positioned at the line containing
  132. the error.
  133. * GUI: The export batch file option is replaced with an Export
  134. Project feature. This allows a project to be exported as a Windows
  135. batch file, a command line Encoder project file, or a Unix shell
  136. script. The exported project script can optionally be updated
  137. automatically when a project is saved.
  138. Functional changes from previous versions
  139. -----------------------------------------
  140. * Encoded files produced by Encoder 7.0 require a minimum of Loader
  141. version 4.0 to function.
  142. * Encoding with strict language rules is now the default, and does
  143. not need to be enabled with --strict-php. Deprecated warnings
  144. (new from PHP 5.3) are also enabled by default.
  145. * New options --ignore-strict-warnings and
  146. --ignore-deprecated-warnings can be used to suppress strict and
  147. deprecated warnings.
  148. * PHP 5 Encoder: Code with var instead of public/private/protected
  149. will no longer give a strict warning if strict warnings are
  150. enabled.
  151. * GUI: New projects have strict language usage and deprecated
  152. warnings enabled by default in the project settings (miscellaneous
  153. tab).
  154. * GUI: Menu and toolbar "Encode" options renamed as "Build" options.
  155. * GUI: The "New Project" Wizard is removed for 7.0.0 and a new
  156. version will be added in a future revision.
  157. * GUI: Loaders for Windows and Linux are no longer included with the
  158. product installation to reduce initial download size and to reduce
  159. the chance of obtaining out of date Loaders. If Loaders are
  160. required and/or the Loader bundling feature is desired to be used,
  161. the exact Loaders required can be easily downloaded and made
  162. available to the GUI after installation. An "Add Loaders" link on
  163. the Target tab in project settings now provides a quick way to
  164. navigate to the relevant Loaders page on the ionCube website.
  165. Copyright (c) 2002-2011 ionCube Ltd.