Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
MFH: - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) - Added some tests
report merged fix
Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address use)). (basant dot kukreja at sun dot com)
MFH: Allow mixed $initial (patch by Christian Seiler)
- Fixed in PHP_5_2
- Removed entries merged into 5_2
MFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)
MFH: Fix for bug #42737 (and #45850)
- Opss, I forgot add my name...
- Note about property_exists()
- BFN: #45743
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
MFH: Allow underscore at start of labels as underscore has no meaning here (fixes #44842)
MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailing newline)
fix news
- fixes, portability and improvements for stat/file*/touch windows entry
MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)
Fix typo
keep the style
Fixed bug #44925 (preg_grep() modifies input array)
new function
MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)
typoh
- BFN #45798
Fixed bug #45805 (Crach on throwing exception from error handler)
MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
MFH: [DOC] startup:
MFH: [DOC]
MFH: [DOC] To disable: Override default php.ini by using both -c and -n with
MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC] to an empty string.
MFH: [DOC]
MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC] to another path.
MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
report old bugfix
- News: http://news.php.net/php.cvs/52239
- Added system independent realpath() implementation which caches intermediate directories in realpath-cache - Fixed bug #45044 (relative paths not resolved correctly) - Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible). [DOC] The semantic of realpath() on BSD and Windows is changed. Now it should work exactly in the same way as on Linux (POSIX.1-2001)
news
MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)
- BFN: #45765
missing entries
- Already in 5.2 NEWS
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
- missing entry
Apparently this is broken in alpha1 too
- fbsql to pecl
- dbase moved to pecl
Tune news, added missing entry
MFH: Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, Arnaud) [DOC] clearstatcache() now defaults to not affect the realpath cache. clearstatcache() now takes two optionnal parameters, clear_realpath_cache to clear the realpath cache (defaults to false), and filename to clear only the given filename from the cache.
Backport #45406 (session.serialize_handler declared by shared extension fails) to PHP_5_2
Backport fix for #45406 to PHP_5_2
- MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).
- MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
- 4.4.9, rock and roll.
- MFH (manually): Fixed overflow in memnstr().
MFH: General sync. WS / CS / etc. crap some people didn't bother to merge MFH: before this commit..bunnies thank you all.. [DOC] - Added ext/hash support to ext/session's ID generator. (Sara) [DOC] Ask Sara for explanation..
- Old news
- litespeed was merged from HEAD
useless entry
ok, clarify :)
add bugfix
- MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n> month" relative time string.
MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter)
Removed shebang line check from CGI sapi (it is checked by scanner)
MFH: Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot com
- MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).
typo, grammar
- Nitpicking # Chris I merged you with Oracle corp. as you work for the company, or do # you need to be clear about what you did?
- MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests).
- MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO durations).
news
- MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles)
Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys).
back to dev
5.3.0alpha1
- Fix news
- Added a few exts
Typo
move 'Improved' stuff together and max 80 char width
Fix some NEWS entries
Update NEWS
- MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=entity).
typo
MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo() is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
MFH: When automatically redirecting an HTTP request, use the GET method when the original method was not HEAD or GET (fixes #45540) # # The RFC says that in case of 3xx code, "The action required MAY be # carried out [...] *only if the method used in the second request is GET or # HEAD*". # # This may not break anything as actually POST requests replying # with a Location header never worked as the redirecting request was sent using # the POST method, but without Entity-Body (and without Content-Length header, # which caused the server to reply with a "411 Length Required" or to treat # the request as GET). #
- nothing to do here
-MFH: - #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/
- MFH: Fixed DateTime::setTimestamp() and added a test for it.
Add OCI8 changes
Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set)
- Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful. (patch by Noah Fontes)
Substitute persistent constants by their values at compile time. (Matt)
MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)
Fixed #42663 (gzinflate() try to allocate all memory with truncated data), not present in HEAD.
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)
MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779)
80 chars per line..
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday behaved incorrect of the current day-of-week was the same as the one in the phrase).
NEWS!:
- Change credits for #44246
- MFH Add MultipleIterator (Arnaud, Marcus)