summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory i...Dmitry Stogov2010-06-112-0/+32
* Fixing testsUlf Wendel2010-06-104-4/+4
* export mysqlnd_globals_id, per JohannesAndrey Hristov2010-06-101-1/+1
* Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-106-1/+112
* Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-103-0/+882
* void functions return nothingAndrey Hristov2010-06-101-1/+1
* Explicitly use db-5.0 and don't default to db sym linkChristopher Jones2010-06-091-1/+1
* Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).Ilia Alshanetsky2010-06-091-1/+1
* Fixed bug #51273 (Faultstring property does not exist when the faultstring is...Ilia Alshanetsky2010-06-091-4/+4
* - [DOC] MFH: add session.entropy* support to windowsPierre Joye2010-06-081-1/+1
* - Fixed Bug #51168 (fails to compile with Sun Studio)Sriram Natarajan2010-06-081-1/+1
* - use new function to get random bytesPierre Joye2010-06-081-19/+9
* Make the tests pass with sql strict mode enabledUlf Wendel2010-06-082-5/+15
* Portability improvementUlf Wendel2010-06-081-2/+9
* Portability improvementsUlf Wendel2010-06-082-11/+20
* - [DOC] add session.entropy* support to windowsPierre Joye2010-06-081-2/+26
* More SQL strict mode updatesUlf Wendel2010-06-088-20/+152
* Making tests pass strict sql mode.Ulf Wendel2010-06-086-132/+165
* - silent warning (unary minus operator applied to unsigned type)Pierre Joye2010-06-061-5/+5
* New test for file_exists (bug #39863). It currently xfail'sChristopher Jones2010-06-051-0/+24
* - Fixed bug #51991 (spl_autoload and *nix support with namespace)Felipe Pena2010-06-041-0/+11
* - Fix testFelipe Pena2010-06-031-1/+1
* - Fix proto and argnameFelipe Pena2010-06-031-3/+3
* - Added ZipArchive arginfoFelipe Pena2010-06-031-30/+135
* - Added BG(serialize) and BG(unserialize) initializationFelipe Pena2010-06-031-0/+3
* Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 510...Christopher Jones2010-06-033-13/+22
* - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
* - Fix testFelipe Pena2010-06-031-1/+7
* vim failRasmus Lerdorf2010-06-021-3/+3
* Tweak the fix for bug #51847 to still call libintl_setlocaleRasmus Lerdorf2010-06-021-2/+10
* - silent warningPierre Joye2010-06-021-2/+2
* - Save an object_init_ex() and zval_dtor() calls on ReflectionClass::isClonea...Felipe Pena2010-06-021-4/+4
* - Removed clone_obj from PDORow object handlers, as zend_objects_store_clone_...Felipe Pena2010-06-021-1/+3
* - Added ReflectionClass::isCloneable() [DOC]Felipe Pena2010-06-023-0/+128
* - fix leak on error in mcrypt_create_iv on windowsPierre Joye2010-06-021-0/+2
* - Fixed build and next_rowset prototypeFelipe Pena2010-06-021-5/+3
* - WSPierre Joye2010-06-021-3/+3
* - allow shared buildPierre Joye2010-06-021-1/+1
* Fix for bug #51847Rasmus Lerdorf2010-06-021-0/+3
* Remove unused variablesPierrick Charron2010-06-012-3/+0
* Berkeley DB 5's SQL frontend gives a slightly different error than libsqliteJohannes Schlüter2010-06-011-1/+1
* defensive programming, check before using a resourceAndrey Hristov2010-06-012-7/+90
* Perform later initializationAndrey Hristov2010-06-011-10/+22
* Fix bug #50755 & Enable multiple rowsets [DOC]Stanley Sufficool2010-05-312-203/+114
* More check for valid MYSQLND_STMT before using itAndrey Hristov2010-05-311-15/+25
* Don't reference row_packet before checking if dereferencing is possibleAndrey Hristov2010-05-311-7/+15
* Check if data is correct and initialize in a safe mannerAndrey Hristov2010-05-311-45/+45
* Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-315-152/+215
* Bail if allocation failsAndrey Hristov2010-05-311-1/+6
* Fix testAndrey Hristov2010-05-311-1/+1