summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Updated to version 2010.11 (2010k)Derick Rethans2010-08-161-612/+673
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-162-4/+37
* Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-5/+7
* Fixed bug #52593 (exif is placed before mbstring in php.ini)Kalle Sommer Nielsen2010-08-162-2/+2
* - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-152-6/+6
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-142-3644/+10059
* - Missing traits data initialization for internal classes (causing Reflection...Felipe Pena2010-08-141-0/+4
* Changed mysqli_report() to be per-request specific rather than per-process sp...Kalle Sommer Nielsen2010-08-131-0/+1
* Fix for bug #52413 MySQLi build failure on OS XAndrey Hristov2010-08-131-0/+4
* Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-133-0/+55
* Make this function static, as it is used only in this file.Andrey Hristov2010-08-121-2/+8
* Allocate memory in a burst mode, and later use it. IncreasesAndrey Hristov2010-08-121-14/+22
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-1212-40/+46
* ws + csAndrey Hristov2010-08-122-21/+16
* Fixed bug #50804 (Document configure.js --enable-crt-debug)Kalle Sommer Nielsen2010-08-111-1/+1
* Ignore the x64 directory for Windows x64 buildsKalle Sommer Nielsen2010-08-110-0/+0
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-1114-14/+14
* Optimization of ASSIGN instructionDmitry Stogov2010-08-113-49/+130
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-10/+25
* Fixed support for static properties of internal classesDmitry Stogov2010-08-111-5/+8
* - Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)Felipe Pena2010-08-102-1/+17
* Optimization (IS_TMP_VARs don't need reference counting)Dmitry Stogov2010-08-102-4/+4
* Prevent generation of long stringsDmitry Stogov2010-08-102-7/+282
* OptimizationDmitry Stogov2010-08-101-13/+10
* Make http_response_code() return FALSE where data is not available (Ex. cli s...Ilia Alshanetsky2010-08-101-0/+4
* Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULTAndrey Hristov2010-08-091-11/+8
* Lay foundations for named pipe support in mysqlndAndrey Hristov2010-08-093-3/+18
* Update UPGRADINGKalle Sommer Nielsen2010-08-091-2/+3
* Implemented FR #52555 (Ability to get HTTP response code)Kalle Sommer Nielsen2010-08-094-1/+19
* - #52523, fix logic (0 is perfectly valid as part of the data, bin data)Pierre Joye2010-08-091-6/+1
* - WSPierre Joye2010-08-091-1/+1
* - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)Felipe Pena2010-08-081-0/+3
* - Back the free() call for __iterator_wrapper to free the ce->name, as it is ...Felipe Pena2010-08-081-0/+4
* - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(...,...Felipe Pena2010-08-081-3/+4
* - Fix testFelipe Pena2010-08-081-1/+1
* Additional fix for bug #52550 & fix test & warning from previous fixesIlia Alshanetsky2010-08-082-4/+10
* - Fixed bug #52539 (Calling function from rebound Closure causes crash)Felipe Pena2010-08-081-0/+1
* Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). ...Christopher Jones2010-08-073-22/+26
* - Added missing SKIPIFFelipe Pena2010-08-065-0/+10
* - Fix testFelipe Pena2010-08-061-0/+1
* - Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken d...Felipe Pena2010-08-061-0/+5
* - Updated generated fileFelipe Pena2010-08-061-2/+2
* - Fix buildFelipe Pena2010-08-061-1/+1
* - ext_skelshould create a .svnignore not .cvsignore these daysJohannes Schlüter2010-08-061-2/+2
* WSIlia Alshanetsky2010-08-061-3/+3
* Another fix for issue indentified in bug #52550Ilia Alshanetsky2010-08-061-1/+5
* Fixed issues inside str_pad() identified by bug #52550Ilia Alshanetsky2010-08-061-4/+7
* make ssl_set return value in mysqlnd compatible with libmysqli return valueDavid Soria Parra2010-08-062-7/+7
* Use correct order of operations. Second of many fixes for bug #52550Ilia Alshanetsky2010-08-061-3/+3
* Do these ops in the right order here. First of many fixes forRasmus Lerdorf2010-08-061-1/+1