#
1bdc780d |
| 16-Feb-2011 |
Andrey Hristov |
fixed a problem in mysqlnd. 0 was always as num_rows returned for unbuffered sets (text protocol and PS). |
#
594aaf1b |
| 14-Feb-2011 |
Hannes Magnusson |
bfn for #54016 |
#
9b4ada5c |
| 14-Feb-2011 |
Dmitry Stogov |
Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference) |
#
ac057c61 |
| 14-Feb-2011 |
Dmitry Stogov |
Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error) |
#
f87e9286 |
| 12-Feb-2011 |
Pierre Joye |
- add CVE |
#
14c6cc5b |
| 11-Feb-2011 |
Peter Cowburn |
MFH - Added SplFileInfo::getExtension() (FR #48767) |
#
9b567fea |
| 09-Feb-2011 |
Scott MacVicar |
Fix Bug #53963, error code isn't always set in certain error cases. |
#
6dfee4f8 |
| 08-Feb-2011 |
Gustavo André dos Santos Lopes |
- Changed default serialize_precision from 100 to 17, as discussed in internals. |
#
6fba6737 |
| 08-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #53959 (reflection data for fgetcsv out-of-date). |
#
a888ee43 |
| 05-Feb-2011 |
Gustavo André dos Santos Lopes |
- Changed port validation introduced in commit #308035 to consider negative ports and ports > 65535 as invalid. The tests that fail due to #308035 in the standard ext were not fixed
- Changed port validation introduced in commit #308035 to consider negative ports and ports > 65535 as invalid. The tests that fail due to #308035 in the standard ext were not fixed. If the behavior in those tests turns out to be the desirable one, both this commit and #308035 ought to be reverted or at least adapted.
show more ...
|
#
218448bf |
| 04-Feb-2011 |
Ilia Alshanetsky |
Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number). |
#
ee36a3d3 |
| 04-Feb-2011 |
Adam Harvey |
Update 5.3.6 NEWS to use a consistent bug ordering. I've gone with Pierre's order on Internals for now (new features, then non-bug tracker fixes, then bugs in descending order of bug number)
Update 5.3.6 NEWS to use a consistent bug ordering. I've gone with Pierre's order on Internals for now (new features, then non-bug tracker fixes, then bugs in descending order of bug number) -- feel free to bikeshed this on Internals or IRC, but we need to pick _something_, because it's all over the place at present. (And yes, I'm partly to blame for that too.)
show more ...
|
#
4bf6559e |
| 04-Feb-2011 |
Adam Harvey |
Fix bug #53923 (Zip functions assume HAVE_GLOB is defined). |
#
a7d4b80c |
| 04-Feb-2011 |
Adam Harvey |
Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris Jones; test updates by myself. |
#
521e5462 |
| 04-Feb-2011 |
Adam Harvey |
Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris Jones. |
#
ca378eef |
| 03-Feb-2011 |
Scott MacVicar |
Add header_register_callback(), allows a userland function to be called as all the headers are being sent and after all of the default headers have been merged. headers_list(), heade
Add header_register_callback(), allows a userland function to be called as all the headers are being sent and after all of the default headers have been merged. headers_list(), header_remove() and header() can all be used inside the callback. <?php header('Content-Type: text/plain'); header('X-Test: foo'); function foo() { foreach (headers_list() as $header) { if (strpos($header, 'X-Powered') !== false) { header_remove('X-Powered-By'); } header_remove('X-Test'); } } $result = header_register_callback('foo'); echo "a";
show more ...
|
#
fac1e871 |
| 03-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on constants with self::. - Reflown some NEWS entries to have lines no longer than 80 chars. |
#
36d82e8a |
| 01-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #53903 (userspace stream stat callback does not separate the elements of the returned array before converting them). |
#
5ca051bf |
| 01-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #49072 (feof never returns true for damaged file in zip). |
#
dc781e25 |
| 01-Feb-2011 |
Boris Lytochkin |
- Improved SNMP extension: . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request. |
#
c924dedb |
| 31-Jan-2011 |
Kalle Sommer Nielsen |
Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL) |
#
5e82e334 |
| 31-Jan-2011 |
Boris Lytochkin |
Improved SNMP extension. FR #53594 |
#
bd810ef9 |
| 31-Jan-2011 |
Boris Lytochkin |
Fixed bug #51336 |
#
4a2b4588 |
| 30-Jan-2011 |
Stanislav Malyshev |
fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) |
#
71f3d379 |
| 30-Jan-2011 |
Stanislav Malyshev |
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp) |