RELEASE-NOTES.txt 8.2 KB

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