#
e3ddef53 |
| 29-Jul-2010 |
Felipe Pena |
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory) |
Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
a7210008 |
| 16-Jun-2010 |
Felipe Pena |
- Fix crash when calling a method of a class that inherits PDOStatement if instantiated directly |
#
d596ea74 |
| 16-Jun-2010 |
Felipe Pena |
- Fix crash when calling a method of a class that inherits PDOStatement if instantiated directly |
#
9f67894c |
| 02-Jun-2010 |
Felipe Pena |
- Removed clone_obj from PDORow object handlers, as zend_objects_store_clone_obj requires a clone handler (ce->clone == NULL -> error) and it is not supplied, hence it is being useless and leading Re
- Removed clone_obj from PDORow object handlers, as zend_objects_store_clone_obj requires a clone handler (ce->clone == NULL -> error) and it is not supplied, hence it is being useless and leading ReflectionClass::isCloneable() to give false positive information
show more ...
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties |
#
77b2e546 |
| 06-May-2010 |
Dmitry Stogov |
Fixed PDO objects binary incompatibility |
#
8f128b2b |
| 27-Apr-2010 |
Pierrick Charron |
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset |
#
1892d92d |
| 27-Apr-2010 |
Pierrick Charron |
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset |
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
ed03634a |
| 11-Feb-2010 |
Johannes Schlüter |
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling constructor) |
Revision tags: php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12 |
|
#
286f36e7 |
| 14-Dec-2009 |
Felipe Pena |
- Fixed memory leak when E_STRICT message is getted |
#
7d464319 |
| 14-Dec-2009 |
Pierrick Charron |
- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) |
#
5eae7037 |
| 11-Dec-2009 |
Felipe Pena |
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault). (Original patch by davbrown4 at yahoo dot com) |
Revision tags: php-5.2.12RC4 |
|
#
a94558c8 |
| 08-Dec-2009 |
Felipe Pena |
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro |
#
e2efe4bc |
| 03-Dec-2009 |
Pierrick Charron |
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement). |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1 |
|
#
4bafbf58 |
| 15-Nov-2009 |
Felipe Pena |
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor) (patch by Pierrick) |
Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2 |
|
#
b394a75a |
| 12-Oct-2009 |
Felipe Pena |
- Fixed PDORow and PDOStatement crashes when instantiating throught Reflection |
Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
2adf42f8 |
| 16-Jul-2009 |
Felipe Pena |
- Removed trailing zeros on double to string conversion (noticed on #48924) |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
0b576f6f |
| 23-Apr-2009 |
Matteo Beccati |
MFH: - Reverted previous fix for bug #46274 and properly fixed it - Fixed bug #48060 # Also added tests for pdo_oci as it's the only other driver currently # using streams: no regress
MFH: - Reverted previous fix for bug #46274 and properly fixed it - Fixed bug #48060 # Also added tests for pdo_oci as it's the only other driver currently # using streams: no regression found
show more ...
|
#
90fb825a |
| 02-Apr-2009 |
Matteo Beccati |
MFH: - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update) # The changeset is longer than really needed because pdo_stmt.c was # refactored to remove the "got
MFH: - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update) # The changeset is longer than really needed because pdo_stmt.c was # refactored to remove the "goto"
show more ...
|
#
861d5122 |
| 23-Mar-2009 |
Felipe Pena |
MFH: - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) Patch by: matteo at beccati dot com |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5 |
|
#
cc34210c |
| 12-Mar-2009 |
Andrei Zmievski |
MFH |
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS |
|
#
f2f7ed49 |
| 12-Dec-2008 |
Nuno Lopes |
we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly |