Dmitry Stogov
875a27b7ed
Fixed bug #47851 (is_callable throws fatal error)
2009-04-02 09:56:33 +00:00
Matt Wilmas
c27bf17f63
MFH: explode() stuff:
...
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854 )
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
- Moved declarations/allocation to optimize if the delimiter isn't found
- Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:05:36 +00:00
Ilia Alshanetsky
e1cb53f5ec
Fixed bug #47856 (stristr() converts needle to lower-case).
2009-04-01 14:00:38 +00:00
Scott MacVicar
4a40de7e79
BFN
2009-03-31 14:26:19 +00:00
Dmitry Stogov
5e274297f8
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
2009-03-31 10:02:40 +00:00
Johannes Schlüter
714e407667
Reorder NEWS entries
2009-03-30 13:57:01 +00:00
Johannes Schlüter
bcb40030a5
MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
...
startup)
2009-03-30 13:55:47 +00:00
Matteo Beccati
da141679cb
MFH:
...
- Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed
2009-03-28 03:21:04 +00:00
Matteo Beccati
6c6c8febf1
- Fixed bug #44861 (scrollable cursor don't work with pgsql)
2009-03-28 02:58:04 +00:00
Arnaud Le Blanc
155564d727
Fix UPGRADING and NEWS for ticks undeprecation
2009-03-28 01:29:14 +00:00
Felipe Pena
ca4970fd8a
- Merged into 5_2
2009-03-27 16:51:35 +00:00
Dmitry Stogov
f2b7adffb5
Fixed bug #47596 (Bus error on parsing file)
2009-03-26 17:28:49 +00:00
Felipe Pena
d7c4a27376
MFH: - Fixed bug #47769 (Strange extends PDO)
2009-03-26 12:53:39 +00:00
Dmitry Stogov
7ef3db0e4e
Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
2009-03-26 12:37:54 +00:00
Dmitry Stogov
da9405de72
Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)
2009-03-26 10:56:45 +00:00
Dmitry Stogov
ab7f6d88e0
Fixed bug #47771 (Exception during object construction from arg call calls object's destructor)
2009-03-26 10:17:30 +00:00
Felipe Pena
fe9ce624f6
MFH:
...
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
Patch by: mbeccati at php.net
2009-03-25 22:52:30 +00:00
Dmitry Stogov
bcd9099b28
Fixed bug #47038 (Memory leak in include)
2009-03-25 15:23:58 +00:00
Dmitry Stogov
4a4d739e49
Fixed bug #47699 (autoload and late static binding)
2009-03-25 10:39:26 +00:00
Pierre Joye
d9febb46be
- #47757 rename JPG to JPEG in phpinfo
2009-03-24 09:45:39 +00:00
Scott MacVicar
d2dca3a3ec
BFN
2009-03-24 02:00:34 +00:00
Felipe Pena
861d51223f
MFH:
...
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:15:03 +00:00
Johannes Schlüter
5afff17958
Back to dev
2009-03-23 20:40:37 +00:00
Johannes Schlüter
3c038201eb
5.3.0 RC 1
2009-03-23 20:33:21 +00:00
Etienne Kneuss
8623e9db8b
MFH: Fix #47231 (offsetGet error using incorrect offset)
2009-03-19 03:01:37 +00:00
Etienne Kneuss
225d86dcfa
MFH: Fix #47671 (cloning SplObjectStorage instances)
2009-03-19 02:45:17 +00:00
Moriyoshi Koizumi
df57de4879
- Use UTF-8 characters as 5.2's NEWS does.
2009-03-18 17:48:18 +00:00
Moriyoshi Koizumi
8ae17615d7
- Add support for CP850 encoding (patch by Denis Giffeler)
2009-03-18 17:44:25 +00:00
Pierre Joye
408abe99a7
- to 5.2
2009-03-18 08:16:13 +00:00
Matt Wilmas
6bb0ac9712
MFH: Fixed bug #45877 (Array key '2147483647' left as string)
2009-03-18 01:08:12 +00:00
Pierre Joye
30d058488e
- #43073
2009-03-18 00:31:40 +00:00
Scott MacVicar
cd9908c69c
BFN
2009-03-17 23:17:40 +00:00
Scott MacVicar
6f3f68311b
BFN
2009-03-17 03:29:27 +00:00
Scott MacVicar
df199c2e75
BFN
2009-03-17 02:47:29 +00:00
Dmitry Stogov
cc91da1bd7
Fixed bug #47664 (get_class returns NULL instead of FALSE)
2009-03-16 09:51:32 +00:00
Kalle Sommer Nielsen
cb1d8ac991
Lets follow the same style, shall we?
2009-03-15 23:41:01 +00:00
Pierre Joye
e7c2f0ec50
- refer to fileinfo so the entry can easily be filtered out on 5.3.0 final
2009-03-15 23:18:22 +00:00
Scott MacVicar
4891732b28
BFN
2009-03-15 23:10:24 +00:00
Takeshi Abe
92ce8cfb42
revert the NEWS line for bug #45799
2009-03-14 17:48:33 +00:00
Rob Richards
1220cd5495
NEWS
2009-03-14 17:36:19 +00:00
Takeshi Abe
d2709b764c
MFH: Fixed bug #45799 (imagepng() crashes on empty image)
2009-03-14 16:08:00 +00:00
Christopher Jones
0934fc996d
Add PECL Bug #14268
2009-03-12 23:59:11 +00:00
Christopher Jones
88f61b00fc
Add recent OCI8 fixes
2009-03-11 16:59:23 +00:00
Felipe Pena
1c3b44b320
- MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
...
patch by Kalle
- BFN #47572
2009-03-08 17:28:39 +00:00
Ilia Alshanetsky
0f1d4eb376
BFN
2009-03-03 23:43:29 +00:00
Ilia Alshanetsky
059772e7fb
Fixed typo
2009-03-03 01:42:21 +00:00
Greg Beaver
a6298331b5
update NEWS with phar enabling, fix swapping of time/date in timestamp saving for zip, which can cause crash on windows
2009-03-01 06:58:01 +00:00
Felipe Pena
b378620e95
BFN
2009-02-18 22:35:32 +00:00
Johannes Schlüter
b489d3a69f
MFH: Fix #47438 mysql_fetch_field ignores zero offse
2009-02-18 16:34:47 +00:00
Scott MacVicar
fedc5a3065
BFN
2009-02-18 12:55:34 +00:00