summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Upgraded bundled sqlite to version 3.6.23.1Ilia Alshanetsky2010-03-302-2328/+3988
* Don't assume the SHA-based crypt constants are registeredJoey Smith2010-03-301-2/+7
* - Updated to version 2010.7 (2010g)Derick Rethans2010-03-291-521/+532
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-2911-232/+137
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-2918-3000/+3566
* JOAAT hashing now supports incremental hashing.Martin Jansen2010-03-283-5/+4
* Fix #51220 by adding . Also improve reliability for tests using undefined beh...Christopher Jones2010-03-2624-340/+2275
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-266-7/+22
* Fixed bug #51393 (DateTime::createFromFormat() fails if format string contain...Adam Harvey2010-03-265-6/+79
* fix protosStanislav Malyshev2010-03-251-3/+4
* Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-254-87/+84
* Fixed test for the recently added algorithmus and made it moreMartin Jansen2010-03-251-0/+104
* fix build - there are now 34 algosRob Richards2010-03-251-1/+1
* Remove some calls to TSRMLS_FETCH in ext/soapMichael Maclean2010-03-252-143/+126
* - init hvalPierre Joye2010-03-251-1/+1
* Add Tokyo Cabinet abstract DB support to ext/dbaMichael Maclean2010-03-245-1/+354
* Fixed bug #51291 (oci_error doesn't report last error when called two times)Christopher Jones2010-03-245-24/+469
* Fix testsHannes Magnusson2010-03-244-3/+7
* Fix test (the key can be negative)Hannes Magnusson2010-03-241-1/+1
* Added FNV and Jenkins's one-at-a-time support to the Windows build.Martin Jansen2010-03-241-1/+1
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-247-17/+203
* Fix a segfault when using a mysqli object after unsuccesssful connect, the Andrey Hristov2010-03-242-2/+5
* Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)Takeshi Abe2010-03-242-1/+33
* Minor fix to constants registered in ext/hash, and update NEWSMichael Maclean2010-03-231-2/+2
* Add FNV-1 support to ext/hashMichael Maclean2010-03-237-3/+723
* Switch default_charset, if not specified, from ISO-8859-1 to UTF-8Rasmus Lerdorf2010-03-236-422/+1566
* Fix declaringKalle Sommer Nielsen2010-03-231-1/+1
* Added test for bug #51338Ilia Alshanetsky2010-03-231-0/+15
* name changes for consistency with planned additionsChristopher Jones2010-03-223-0/+0
* Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).Ilia Alshanetsky2010-03-221-3/+7
* - Fixed bug #49429, #51331 (odbc_autocommit doesn't work)Felipe Pena2010-03-201-1/+1
* New tests for existing functionalityChristopher Jones2010-03-193-0/+136
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-8/+7
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-7/+8
* Fix for complaint from the Zend MM, efree of a NULL pointer.Andrey Hristov2010-03-171-1/+3
* Fix a bug that a statement that is reset doesn't cleanAndrey Hristov2010-03-171-9/+11
* fix valgrind warning introduced with the latest patch. The memoryAndrey Hristov2010-03-171-1/+1
* Update oci_commit testsChristopher Jones2010-03-162-0/+90
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-169-168/+188
* - Fix win32 build.Rob Richards2010-03-151-1/+1
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-151-0/+12
* - Fix mem. leakFelipe Pena2010-03-131-1/+2
* Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPCRaphael Geissert2010-03-132-4/+24
* New OCI8 testChristopher Jones2010-03-131-0/+165
* - Forgot to commit this patch. Sorry.Moriyoshi Koizumi2010-03-121-2/+2
* allow persistency of PSAndrey Hristov2010-03-1211-129/+137
* - Reverted r296062 and r296065Jani Taskinen2010-03-1260-1662/+1769
* - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1255-2708/+3429
* New and improved DBA testsChristopher Jones2010-03-125-0/+177
* Fix build (see r296062)Hannes Magnusson2010-03-111-1/+1