#
f0616278 |
| 19-Nov-2010 |
Stanislav Malyshev |
report intl fix |
#
93a4e0d1 |
| 19-Nov-2010 |
Felipe Pena |
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE. patch by: jorto at redhat dot com |
#
f16059d6 |
| 19-Nov-2010 |
Felipe Pena |
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray) |
#
61d97af1 |
| 19-Nov-2010 |
Martin Jansen |
Fixed two typos in NEWS. |
#
a8b47247 |
| 19-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places). |
#
a8a93141 |
| 19-Nov-2010 |
Johannes Schlüter |
Add entry for sqlite |
#
64f21f63 |
| 19-Nov-2010 |
Christopher Jones |
Update fix proviso now the mentioned Oracle bugfix is available in an Oracle patchset |
#
63f65b6e |
| 18-Nov-2010 |
Johannes Schlüter |
Back to -dev |
Revision tags: php-5.3.4RC1 |
|
#
7a8d9ad1 |
| 18-Nov-2010 |
Johannes Schlüter |
- 5.3.4RC1 |
#
f5570be3 |
| 18-Nov-2010 |
Pierre Joye |
- path with null entries |
Revision tags: php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
267634b7 |
| 18-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script had a flex incompatible encoding and there was no converter. #see rev #305464 and rev #305466. |
#
a31f3793 |
| 18-Nov-2010 |
Gustavo André dos Santos Lopes |
- Reversed implementation of FR #44164, pending further consideration. See rev #304903. |
#
e516b7a9 |
| 18-Nov-2010 |
Felipe Pena |
- Fixed bug #53335 (pdo_firebird did not implement rowCount()) patch by: preeves at ibphoenix dot com |
#
46ef2edf |
| 17-Nov-2010 |
Christopher Jones |
Some grammar tweaks |
#
55bb6fd7 |
| 17-Nov-2010 |
Jani Taskinen |
- NEWS cleanup, please do not mess it anymore :) |
#
bbf58f92 |
| 16-Nov-2010 |
Felipe Pena |
- Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly) |
#
49493e22 |
| 16-Nov-2010 |
Felipe Pena |
- Fixed bug #53323 (pdo_firebird getAttribute() crash) patch by: preeves at ibphoenix dot com |
#
f8199655 |
| 16-Nov-2010 |
Christopher Jones |
Added missing news |
#
1045aa2a |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the stream). |
#
c95477e7 |
| 14-Nov-2010 |
Jérôme Loyet |
- Fixed #52691 (allow multiple instance of FPM using a custom prefix) |
#
25aee9ca |
| 13-Nov-2010 |
Jani Taskinen |
- Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time) # Bug #53271, Bug #52410 |
#
8901635d |
| 13-Nov-2010 |
Felipe Pena |
- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__) - Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE) |
#
28b41c81 |
| 13-Nov-2010 |
Derick Rethans |
- MFH: Added support for the ( and ) delimiters/separators to DateTime::createFromFormat(). - Regenerated the parsers for HEAD and PHP_5_3. |
#
f017a9c9 |
| 13-Nov-2010 |
Jani Taskinen |
- WS + cleanup # Note: # Considering DTrace support: Why does it really need any configure time stuff? # 3 macros for static stuff that could be made much cleaner with simple Makefile.dtr
- WS + cleanup # Note: # Considering DTrace support: Why does it really need any configure time stuff? # 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace # addition. The only thing required in configure is that --enable flag part.. #
show more ...
|
#
c095bec2 |
| 12-Nov-2010 |
Felipe Pena |
- Fixed bug #53136 (Invalid read on openssl_csr_new()) |