]> granicus.if.org Git - php/shortlog
php
2010-08-25 Andrey Hristovfix the build. two mysqli functions were missing after
2010-08-25 Dmitry StogovDon't try to read the rest of malformed FCGI requests...
2010-08-25 Dmitry Stogovws
2010-08-25 Dmitry StogovFixed bug #52614 (Memory leak when writing on uninitial...
2010-08-25 Adam HarveyFixed bug #52681 (mb_send_mail() appends an extra MIME...
2010-08-23 Jérôme Loyet- Changed listen.backlog in the FPM configuration file...
2010-08-23 Jérôme Loyet- Fixed bug #52674 (FPM Status page returns inconsisten...
2010-08-23 Pierre Joye-fix logic (and BC break)
2010-08-23 Pierre Joye- revert fix for #52655, rev. 302614
2010-08-23 Pierre Joye- add follow_location support for http stream, enabled...
2010-08-22 Ilia AlshanetskyFixed bogus char
2010-08-22 Scott MacVicarFix a bug where two doubles are equal but the maths...
2010-08-21 Kalle Sommer... Fixed bug #52655 (SimpleXMLIterator supports ArrayAcces...
2010-08-21 Felipe Pena- Added missing void parameter checks
2010-08-21 Jérôme Loyet- Fix #52407 (use __sync_bool_compare_and_swap in fpm_a...
2010-08-20 Jérôme Loyet- typo (thx to sixd)
2010-08-20 Pierre Joye- fix string validation, MOPS-2010-24
2010-08-20 Andrey HristovFix for bug #52654 mysqli doesn't install headers with...
2010-08-20 Jérôme LoyetFix #52609 (INI scanner did not use ZEND_INI_SCANNER_NO...
2010-08-19 Ilia AlshanetskyFixed bug #52599 (iconv output handler outputs incorrec...
2010-08-18 Felipe Pena- Reverted unintended modification
2010-08-18 Kalle Sommer... Fixed possible crash in php_mssql_get_column_content_wi...
2010-08-18 Kalle Sommer... Fixed bug #52636 (php_mysql_fetch_hash writes long...
2010-08-18 Kalle Sommer... Nuke compiler warning, wrong fix that shouldn't have...
2010-08-18 Dmitry Stogovimproved performance of @ (silence) operator
2010-08-18 Kalle Sommer... Pass the TSRMS pointers to sapi_module_struct.log_messa...
2010-08-18 Kalle Sommer... Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FE...
2010-08-18 Dmitry StogovFixed ZTS build
2010-08-18 Dmitry StogovRevert unintended modification
2010-08-18 Dmitry Stogovimproved performance of FastCGI request parsing
2010-08-18 Felipe Pena- Improved fix for bug #52573
2010-08-17 Andrey HristovFix for Bug #52613 crash in mysqlnd
2010-08-17 Andrey HristovUse PHP_DEP_FE - good for reflection
2010-08-17 Andrey Hristovhere comes the news
2010-08-17 Andrey HristovDeprecate mysql_list_dbs, as mysql_list_tables is alrea...
2010-08-17 Kalle Sommer... Fixed compiler warning
2010-08-17 Kalle Sommer... Fixed compiler warnings in main/
2010-08-17 Kalle Sommer... Fixed the $context parameter on copy() to have an effec...
2010-08-17 Sascha Schumannalign declaration with definition
2010-08-16 Kalle Sommer... Fixed the context parameter on copy() to actually have...
2010-08-16 Kalle Sommer... Fixed bug #50836 (run_tests.php alerts syntax errors...
2010-08-16 Andrey HristovAdded utf16 and utf32 support, as in MySQL 5.5, in...
2010-08-16 Andrey HristovFix test, so it doesn't fail with MySQL 5.5, where...
2010-08-16 Andrey Hristovdetect easily which charset doesn't work
2010-08-16 Derick Rethans- Updated to version 2010.12 (2010l)
2010-08-16 Pierre Joye- WS
2010-08-16 Derick Rethans- Updated to version 2010.11 (2010k)
2010-08-16 Dmitry StogovBug #52361 (Throwing an exception in a destructor cause...
2010-08-16 Dmitry StogovFixed memory leaks (related to bug #52361)
2010-08-16 Kalle Sommer... Fixed bug #52593 (exif is placed before mbstring in...
2010-08-15 Pierre Joye- #52607, fix ENV conflit with win SDK 7.1
2010-08-14 Ilia AlshanetskyUpgraded bundled Sqlite3 to version 3.7.0.1
2010-08-14 Felipe Pena- Missing traits data initialization for internal class...
2010-08-13 Kalle Sommer... Changed mysqli_report() to be per-request specific...
2010-08-13 Andrey HristovFix for bug #52413 MySQLi build failure on OS X
2010-08-13 Andrey HristovFix for bug #52433 Call to undefined method mysqli...
2010-08-12 Andrey HristovMake this function static, as it is used only in this...
2010-08-12 Andrey HristovAllocate memory in a burst mode, and later use it....
2010-08-12 Andrey HristovSwitch from using PHP_MAJOR_VERSION to separate define for
2010-08-12 Andrey Hristovws + cs
2010-08-11 Kalle Sommer... Fixed bug #50804 (Document configure.js --enable-crt...
2010-08-11 Kalle Sommer... Ignore the x64 directory for Windows x64 builds
2010-08-11 Kalle Sommer... MFB53: Changed deprecated ini options on startup from...
2010-08-11 Dmitry StogovOptimization of ASSIGN instruction
2010-08-11 Dmitry StogovIn ZTS mode default properties and constants of interna...
2010-08-11 Dmitry StogovFixed support for static properties of internal classes
2010-08-10 Felipe Pena- Fixed bug #52573 (SplFileObject::fscanf Segmentation...
2010-08-10 Dmitry StogovOptimization (IS_TMP_VARs don't need reference counting)
2010-08-10 Dmitry StogovPrevent generation of long strings
2010-08-10 Dmitry StogovOptimization
2010-08-10 Ilia AlshanetskyMake http_response_code() return FALSE where data is...
2010-08-09 Andrey HristovFix Request #52302 mysqli_fetch_all does not work with...
2010-08-09 Andrey HristovLay foundations for named pipe support in mysqlnd
2010-08-09 Kalle Sommer... Update UPGRADING
2010-08-09 Kalle Sommer... Implemented FR #52555 (Ability to get HTTP response...
2010-08-09 Pierre Joye- #52523, fix logic (0 is perfectly valid as part of...
2010-08-09 Pierre Joye- WS
2010-08-08 Felipe Pena- Fixed bug #50481 (Storing many SPLFixedArray in an...
2010-08-08 Felipe Pena- Back the free() call for __iterator_wrapper to free...
2010-08-08 Felipe Pena- Fix warning because the comparsion with literal ...
2010-08-08 Felipe Pena- Fix test
2010-08-08 Ilia AlshanetskyAdditional fix for bug #52550 & fix test & warning...
2010-08-08 Felipe Pena- Fixed bug #52539 (Calling function from rebound Closu...
2010-08-07 Christopher... Fixed bug #51610 (Using oci_connect causes PHP to take...
2010-08-06 Felipe Pena- Added missing SKIPIF
2010-08-06 Felipe Pena- Fix test
2010-08-06 Felipe Pena- Fixed bug #52533 (ext/curl/tests/curl_multi_getconten...
2010-08-06 Felipe Pena- Updated generated file
2010-08-06 Felipe Pena- Fix build
2010-08-06 Johannes Schlüter- ext_skelshould create a .svnignore not .cvsignore...
2010-08-06 Ilia AlshanetskyWS
2010-08-06 Ilia AlshanetskyAnother fix for issue indentified in bug #52550
2010-08-06 Ilia AlshanetskyFixed issues inside str_pad() identified by bug #52550
2010-08-06 David Soria... make ssl_set return value in mysqlnd compatible with...
2010-08-06 Ilia AlshanetskyUse correct order of operations. Second of many fixes...
2010-08-06 Rasmus LerdorfDo these ops in the right order here. First of many...
2010-08-05 Felipe Pena- Fixed ZTS build (Kalle)
2010-08-05 Johannes Schlüter- Drop (broken) support for libmysql 3.23 and 4.0 from...
2010-08-05 Dmitry StogovUse interned strings for class names
2010-08-04 Felipe Pena- Fixed bug #52534 (var_export array with negative...
next