History log of /PHP-5.5/ext/pdo/pdo_stmt.c (Results 26 – 50 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2b309c8f 18-Jun-2011 Felipe Pena

- Added missing arginfos for void params and void param checks


Revision tags: php-5.3.7RC1
# 83d01bd8 01-Jun-2011 Ilia Alshanetsky

Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE settings).


# a8b8fe1f 01-Jun-2011 Ilia Alshanetsky

Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE settings).


# 8083c1ab 01-Jun-2011 Ilia Alshanetsky

Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE settings).


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# f15452af 22-Feb-2011 Ilia Alshanetsky

Fixed compiler warning


Revision tags: php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 73c49036 23-Dec-2010 Ilia Alshanetsky

Fixed compiler warning


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 3cace9cb 15-Nov-2010 Felipe Pena

- Fix wrong argument to read_property call


# e6de920a 15-Nov-2010 Felipe Pena

- Fix wrong argument to read_property call


# 8fba11c5 25-Aug-2010 Felipe Pena

- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)


# cbe9f57a 25-Aug-2010 Felipe Pena

- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)


Revision tags: oci8-1.4.3
# 7b9fe967 29-Jul-2010 Felipe Pena

- Fixed bug #52487 (PDO::FETCH_INTO leaks memory)


# 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


12345678910>>...12