Skip to content

Commit

Permalink
Remove for #-style comments in ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jan 17, 2015
1 parent dc9991b commit 83391b5
Show file tree
Hide file tree
Showing 5 changed files with 2,124 additions and 2,224 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
. Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output buffering handler). (Kalle)
. Removed scoped calls of non-static methods from an incompatible $this
context. (Nikita)
. Removed support for #-style comments in ini files. (Nikita)

- Date:
. Fixed day_of_week function as it could sometimes return negative values
Expand Down
4 changes: 3 additions & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ PHP X.Y UPGRADE NOTES
. zend_function.common.num_args don't include the variadic argument anymore.
. ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an
output buffer is created in an output buffer handler.
. Remove support for scoped calls to non-static methods from an incompatible
. Removed support for scoped calls to non-static methods from an incompatible
$this context. See details in https://wiki.php.net/rfc/incompat_ctx.
. Removed support for #-style comments in ini files. Use ;-style comments
instead.
. Added zend_memnstr_ex, which is based on string matching sunday algo.
. Added zend_memnrstr, zend_memnrstr_ex.
. Added hybrid sorting algo zend_sort for better performance.
Expand Down
Loading

0 comments on commit 83391b5

Please sign in to comment.