59748 Commits (7bd81da0b50b98dbb9cc2d19a1607400607f5dac)
 

Author SHA1 Message Date
Pierre Joye 7bd81da0b5 - WS 16 years ago
Derick Rethans dcfa7ee212 - Updated to version 2010.11 (2010k) 16 years ago
Dmitry Stogov d93cf2a2d0 Bug #52361 (Throwing an exception in a destructor causes invalid catching) 16 years ago
Dmitry Stogov e461c22ea9 Fixed memory leaks (related to bug #52361) 16 years ago
Kalle Sommer Nielsen 0ff6f90446 Fixed bug #52593 (exif is placed before mbstring in php.ini) 16 years ago
Pierre Joye 7dd694ec15 - #52607, fix ENV conflit with win SDK 7.1 16 years ago
Ilia Alshanetsky fe07ed4b42 Upgraded bundled Sqlite3 to version 3.7.0.1 16 years ago
Felipe Pena fdb6077fda - Missing traits data initialization for internal classes (causing Reflection to crash) 16 years ago
Kalle Sommer Nielsen 9806c21259 Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390) 16 years ago
Andrey Hristov aff34b2133 Fix for bug #52413 MySQLi build failure on OS X 16 years ago
Andrey Hristov d7b72a0494 Fix for bug #52433 Call to undefined method mysqli::poll() 16 years ago
Andrey Hristov c803b0024a Make this function static, as it is used only in this file. 16 years ago
Andrey Hristov 9da177f8d5 Allocate memory in a burst mode, and later use it. Increases 16 years ago
Andrey Hristov c974313aed Switch from using PHP_MAJOR_VERSION to separate define for 16 years ago
Andrey Hristov d27983e781 ws + cs 16 years ago
Kalle Sommer Nielsen aae13b29a9 Fixed bug #50804 (Document configure.js --enable-crt-debug) 16 years ago
Kalle Sommer Nielsen e1ba73d3d9 Ignore the x64 directory for Windows x64 builds 16 years ago
Kalle Sommer Nielsen a448b6a72b MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 16 years ago
Dmitry Stogov f48999ca3b Optimization of ASSIGN instruction 16 years ago
Dmitry Stogov 931c2d104d In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated 16 years ago
Dmitry Stogov 7566ff38a1 Fixed support for static properties of internal classes 16 years ago
Felipe Pena c10bb27254 - Fixed bug #52573 (SplFileObject::fscanf Segmentation fault) 16 years ago
Dmitry Stogov e0b728597b Optimization (IS_TMP_VARs don't need reference counting) 16 years ago
Dmitry Stogov 523b965cd4 Prevent generation of long strings 16 years ago
Dmitry Stogov 808fd3f1f7 Optimization 16 years ago
Ilia Alshanetsky 57ff563262 Make http_response_code() return FALSE where data is not available (Ex. cli sapi) 16 years ago
Andrey Hristov da42d146ab Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT 16 years ago
Andrey Hristov ebaee8a4d0 Lay foundations for named pipe support in mysqlnd 16 years ago
Kalle Sommer Nielsen a7fb65f9fd Update UPGRADING 16 years ago
Kalle Sommer Nielsen 4281addcb7 Implemented FR #52555 (Ability to get HTTP response code) 16 years ago
Pierre Joye c2ea73542f - #52523, fix logic (0 is perfectly valid as part of the data, bin data) 16 years ago
Pierre Joye ab8e74a0c8 - WS 16 years ago
Felipe Pena 84bc1c8593 - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes) 16 years ago
Felipe Pena 30470999fe - Back the free() call for __iterator_wrapper to free the ce->name, as it is a fake class 16 years ago
Felipe Pena c6c97db78f - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(..., "Foo", ...)) 16 years ago
Felipe Pena ef1270e5d0 - Fix test 16 years ago
Ilia Alshanetsky d9af17b839 Additional fix for bug #52550 & fix test & warning from previous fixes 16 years ago
Felipe Pena e10d33fe5a - Fixed bug #52539 (Calling function from rebound Closure causes crash) 16 years ago
Christopher Jones 4f5ef36ce3 Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release 16 years ago
Felipe Pena 13d42b168f - Added missing SKIPIF 16 years ago
Felipe Pena cd2f66cd61 - Fix test 16 years ago
Felipe Pena 06c185214a - Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt) 16 years ago
Felipe Pena 9adda6199b - Updated generated file 16 years ago
Felipe Pena 232ae3df01 - Fix build 16 years ago
Johannes Schlüter 5b8a974886 - ext_skelshould create a .svnignore not .cvsignore these days 16 years ago
Ilia Alshanetsky a8ddaca0b0 WS 16 years ago
Ilia Alshanetsky 34e8b615ed Another fix for issue indentified in bug #52550 16 years ago
Ilia Alshanetsky e4b1575d58 Fixed issues inside str_pad() identified by bug #52550 16 years ago
David Soria Parra d9afaad77f make ssl_set return value in mysqlnd compatible with libmysqli return value 16 years ago
Ilia Alshanetsky fa4bf064bd Use correct order of operations. Second of many fixes for bug #52550 16 years ago