RELEASE-NOTES.txt 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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.1 - 13 Jan 2010
  7. ---------------------------
  8. * Fix for issue that could affect temporary variables in files
  9. encoded with the PHP 5.3 Encoder for certain mixed combinations
  10. of Encoder and Loader platforms (PHP 5.3 Encoder).
  11. * Fix for use of unqualified global constants within namespaces
  12. (PHP 5.3 Encoder).
  13. Version 7.0.0.3 - 13 Dec 2010
  14. -----------------------------
  15. * GUI: New feature added to support legacy encoding (6.5) as a user
  16. preference. This brand new feature is a compatibility maximiser,
  17. giving access to new features of the version 7 GUI while allowing
  18. generation of legacy encoded files. Using the version 7 Encoder is
  19. recommended and is the default, but simply switch to legacy encoding
  20. using version 6.5 Encoders via the preferences dialog if needing to
  21. use encoded files to servers running old Loaders (pre version 4).
  22. Note that as this feature uses version 6.5 Encoders, new features
  23. of the version 7 Encoder (such as the @ syntax) are not available
  24. when legacy encoding is selected.
  25. * Legacy command line Encoders (6.5) are now bundled with the
  26. version 7 Encoders for compatibility maximisation.
  27. Version 7.0.0 - 24 Nov 2010
  28. ---------------------------
  29. * The Encoder for the PHP 5.3 language is included in this release,
  30. plus the Encoders for PHP 5 < 5.3 and PHP 4.
  31. * Source directory substitution in wildcard patterns using @
  32. A leading @/ or @\ in the values for --keep, --ignore, --encode,
  33. --copy and --encrypt is interpreted as being to the first source
  34. item specified.
  35. * Option --ignore-deprecated-warnings added to ignore deprecated
  36. warnings.
  37. * Option --ignore-strict-warnings added to ignore strict language
  38. usage warnings.
  39. * GUI: (File menu) The recent files and directories history now
  40. indicates if an item is missing, and gives an option to remove that
  41. item from the history.
  42. * GUI: Accessibility enhancements.
  43. * GUI: (Project menu) New options added to quick-build and clean the
  44. current project. The build option will process as per the project
  45. settings with respect to whether an existing target is replaced,
  46. updated or merged. Quick-build will perform an update operation
  47. and only process files that are new or modified more recently than
  48. the corresponding item in the target folder. Note that a
  49. quick-build will not remove items in the target folder that do not
  50. appear in the source folder, so a clean or full build is
  51. recommended after changing the structure of the source folder.
  52. * GUI: Preferences dialog added for project defaults and other
  53. settings.
  54. * GUI: New toolbar icons added for moving to the next/previous parse
  55. error within the associated file. When used, the document
  56. containing the error is opened, and if supported by the editor set
  57. via the preferences dialog, the cursor will be positioned at the
  58. line containing the error.
  59. * GUI (user preference): The last open project can be automatically
  60. opened at startup.
  61. * GUI: The PHP language used (4, 5, 5.3) is added as a visual check
  62. to the title bar information.
  63. * GUI: Various bug fixes.
  64. * GUI: Event log entries optimised to show shorter paths, and
  65. date/time display is available as a user preference.
  66. * GUI: Source file edit/view. Source files can now be opened in a
  67. choice of editors both from the source files tree in project
  68. settings and in the relevant nodes of the event tree.
  69. The preferred editor is selected as a user preference from a list
  70. that currently includes: EditPlus 3, Notepad++, GVim, PSPad,
  71. Programmer's Notepad, PHP Edit or PHP Designer 2007. This list can
  72. be extended if required by editing an XML document located in the
  73. installation folder, using the exising entries as examples.
  74. If an editor supports opening of a file at a particular position,
  75. double clicking a parse error message in the event log will open
  76. the source file with the cursor positioned at the line containing
  77. the error.
  78. * GUI: The export batch file option is replaced with an Export
  79. Project feature. This allows a project to be exported as a Windows
  80. batch file, a command line Encoder project file, or a Unix shell
  81. script. The exported project script can optionally be updated
  82. automatically when a project is saved.
  83. Functional changes from previous versions
  84. -----------------------------------------
  85. * Encoded files produced by Encoder 7.0 require a minimum of Loader
  86. version 4.0 to function.
  87. * Encoding with strict language rules is now the default, and does
  88. not need to be enabled with --strict-php. Deprecated warnings
  89. (new from PHP 5.3) are also enabled by default.
  90. * New options --ignore-strict-warnings and
  91. --ignore-deprecated-warnings can be used to suppress strict and
  92. deprecated warnings.
  93. * PHP 5 Encoder: Code with var instead of public/private/protected
  94. will no longer give a strict warning if strict warnings are
  95. enabled.
  96. * GUI: New projects have strict language usage and deprecated
  97. warnings enabled by default in the project settings (miscellaneous
  98. tab).
  99. * GUI: Menu and toolbar "Encode" options renamed as "Build" options.
  100. * GUI: The "New Project" Wizard is removed for 7.0.0 and a new
  101. version will be added in a future revision.
  102. * GUI: Loaders for Windows and Linux are no longer included with the
  103. product installation to reduce initial download size and to reduce
  104. the chance of obtaining out of date Loaders. If Loaders are
  105. required and/or the Loader bundling feature is desired to be used,
  106. the exact Loaders required can be easily downloaded and made
  107. available to the GUI after installation. An "Add Loaders" link on
  108. the Target tab in project settings now provides a quick way to
  109. navigate to the relevant Loaders page on the ionCube website.
  110. Copyright (c) 2002-2010 ionCube Ltd.