#
523cccc0 |
| 18-Aug-2008 |
Antony Dovgal |
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash()) |
#
dee3bb23 |
| 17-Aug-2008 |
Arnaud Le Blanc |
MFH: Allow underscore at start of labels as underscore has no meaning here (fixes #44842) |
#
1defd7a9 |
| 17-Aug-2008 |
Arnaud Le Blanc |
MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailing newline) |
#
13d7bb00 |
| 17-Aug-2008 |
Jani Taskinen |
fix news |
#
8700c6af |
| 17-Aug-2008 |
Pierre Joye |
- fixes, portability and improvements for stat/file*/touch windows entry |
#
eea3226d |
| 16-Aug-2008 |
Hannes Magnusson |
MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik) |
#
794d469c |
| 15-Aug-2008 |
Hannes Magnusson |
Fix typo |
#
28223003 |
| 14-Aug-2008 |
Jani Taskinen |
keep the style |
#
31c657b3 |
| 14-Aug-2008 |
Nuno Lopes |
Fixed bug #44925 (preg_grep() modifies input array) |
#
261b4d09 |
| 14-Aug-2008 |
Antony Dovgal |
new function |
#
fcf11ba6 |
| 14-Aug-2008 |
Kalle Sommer Nielsen |
MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element) |
#
987a1a55 |
| 13-Aug-2008 |
Felipe Pena |
- BFN #45798 |
#
6a5e8b38 |
| 13-Aug-2008 |
Stanislav Malyshev |
report old bugfix |
#
3fadad31 |
| 12-Aug-2008 |
Dmitry Stogov |
- Added system independent realpath() implementation which caches intermediate directories in realpath-cache - Fixed bug #45044 (relative paths not resolved correctly) - Fixed bug #43817 (ope
- 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)
show more ...
|
#
f869bbfc |
| 11-Aug-2008 |
Johannes Schlüter |
MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd) |
#
157ad776 |
| 10-Aug-2008 |
Henrique do Nascimento Angelo |
missing entries |
#
6ed5bbe4 |
| 10-Aug-2008 |
Jani Taskinen |
- Already in 5.2 NEWS |
#
71e50de4 |
| 10-Aug-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) |
#
f9d813df |
| 08-Aug-2008 |
Pierre Joye |
- missing entry |
#
014382b5 |
| 08-Aug-2008 |
Hannes Magnusson |
Apparently this is broken in alpha1 too |
#
2ade954c |
| 08-Aug-2008 |
Pierre Joye |
- fbsql to pecl |
#
a0b06fff |
| 07-Aug-2008 |
Pierre Joye |
- dbase moved to pecl |
#
333ae016 |
| 07-Aug-2008 |
Jani Taskinen |
Tune news, added missing entry |
#
c93fbf62 |
| 07-Aug-2008 |
Arnaud Le Blanc |
MFH: Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, Arnaud) [DOC] clearstatcache() now defaults to not affect the realpath cache. clearstatcache() now t
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.
show more ...
|
#
79155527 |
| 06-Aug-2008 |
Kalle Sommer Nielsen |
Backport fix for #45406 to PHP_5_2 |