Derick Rethans
e3cd394979
- MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used
...
in Scotland.
2008-08-29 12:01:57 +00:00
Pierre Joye
4b5dd8e396
- [DOC] ming has been moved to pecl
2008-08-29 11:20:18 +00:00
Matt Wilmas
d558979acc
- Be more specific about when constant substitution occurs
...
- And should that be "values" or "value"? Hmm, feel free to improve wording
2008-08-29 11:12:34 +00:00
Christopher Jones
2b24b003fa
Add #45458
2008-08-28 06:22:49 +00:00
David Soria Parra
9af185c7c9
Already in 5.2
2008-08-27 07:49:43 +00:00
David Soria Parra
9f68483734
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)
2008-08-26 16:06:36 +00:00
Dmitry Stogov
ced680941a
Fixed bug #45786 (FastCGI process exited unexpectedly)
2008-08-26 09:56:08 +00:00
Etienne Kneuss
efd817bf13
MFH: Fix #45826 (Custom serialization)
2008-08-25 18:40:44 +00:00
Jani Taskinen
3680365a70
- fixed in 5.2 branch
2008-08-25 08:37:10 +00:00
Pierre Joye
76c0f4288d
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)
2008-08-23 17:55:50 +00:00
Lars Strojny
080157870f
MFH: Allow mixed $initial (patch by Christian Seiler)
2008-08-20 20:35:40 +00:00
Jani Taskinen
23c5effdbe
- Fixed in PHP_5_2
2008-08-20 01:34:51 +00:00
Felipe Pena
fdccff19b1
- Removed entries merged into 5_2
2008-08-20 01:32:56 +00:00
Felipe Pena
0bbc4d562b
- Opss, I forgot add my name...
2008-08-19 11:15:59 +00:00
Felipe Pena
4252aa21c8
- Note about property_exists()
2008-08-19 11:10:17 +00:00
Felipe Pena
09dd1d22dd
- BFN: #45743
2008-08-18 17:53:10 +00:00
Antony Dovgal
523cccc09d
MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
2008-08-18 14:29:55 +00:00
Arnaud Le Blanc
dee3bb2371
MFH: Allow underscore at start of labels as underscore has no meaning here
...
(fixes #44842 )
2008-08-17 21:55:26 +00:00
Arnaud Le Blanc
1defd7a9e2
MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailing
...
newline)
2008-08-17 21:00:22 +00:00
Jani Taskinen
13d7bb0025
fix news
2008-08-17 19:24:10 +00:00
Pierre Joye
8700c6af98
- fixes, portability and improvements for stat/file*/touch windows entry
2008-08-17 11:01:23 +00:00
Hannes Magnusson
eea3226d58
MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)
2008-08-16 10:57:56 +00:00
Hannes Magnusson
794d469c21
Fix typo
2008-08-15 19:31:04 +00:00
Jani Taskinen
282230038c
keep the style
2008-08-14 18:19:49 +00:00
Nuno Lopes
31c657b3bb
Fixed bug #44925 (preg_grep() modifies input array)
2008-08-14 13:12:42 +00:00
Antony Dovgal
261b4d0965
new function
2008-08-14 10:13:23 +00:00
Kalle Sommer Nielsen
fcf11ba65e
MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)
2008-08-14 02:56:23 +00:00
Felipe Pena
987a1a5597
- BFN #45798
2008-08-13 11:20:25 +00:00
Stanislav Malyshev
6a5e8b389d
report old bugfix
2008-08-13 01:00:11 +00:00
Dmitry Stogov
3fadad3160
- 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)
2008-08-12 08:01:24 +00:00
Johannes Schlüter
f869bbfc1b
MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)
2008-08-11 12:33:56 +00:00
Henrique do Nascimento Angelo
157ad7764e
missing entries
2008-08-10 22:02:05 +00:00
Jani Taskinen
6ed5bbe43a
- Already in 5.2 NEWS
2008-08-10 15:02:37 +00:00
Arnaud Le Blanc
71e50de4fc
MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items)
2008-08-10 13:26:13 +00:00
Pierre Joye
f9d813df51
- missing entry
2008-08-08 18:46:20 +00:00
Hannes Magnusson
014382b552
Apparently this is broken in alpha1 too
2008-08-08 11:09:31 +00:00
Pierre Joye
2ade954c52
- fbsql to pecl
2008-08-08 00:01:10 +00:00
Pierre Joye
a0b06fff99
- dbase moved to pecl
2008-08-07 23:58:39 +00:00
Jani Taskinen
333ae016f0
Tune news, added missing entry
2008-08-07 10:10:58 +00:00
Arnaud Le Blanc
c93fbf629b
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.
2008-08-07 09:25:33 +00:00
Kalle Sommer Nielsen
791555279b
Backport fix for #45406 to PHP_5_2
2008-08-06 21:31:45 +00:00
Derick Rethans
3cb1759e08
- MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).
2008-08-06 14:42:38 +00:00
Derick Rethans
8c1e71ff83
- MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and
...
getopt.h).
2008-08-06 14:30:04 +00:00
Jani Taskinen
525f3c4793
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..
2008-08-06 05:53:31 +00:00
Johannes Schlüter
5e06d51ea2
- litespeed was merged from HEAD
2008-08-06 02:37:17 +00:00
Derick Rethans
833f96a2b3
- MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>
...
month" relative time string.
2008-08-05 18:03:47 +00:00
Dmitry Stogov
7355c3c54c
Removed shebang line check from CGI sapi (it is checked by scanner)
2008-08-04 07:20:15 +00:00
Kalle Sommer Nielsen
874b456078
MFH: Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot com
2008-08-04 06:21:55 +00:00
Derick Rethans
ad10607c33
- MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).
2008-08-03 16:45:15 +00:00
Jani Taskinen
c7cb6f5480
typo, grammar
2008-08-03 12:22:20 +00:00