RELEASE-NOTES.txt 4.8 KB

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