]> granicus.if.org Git - php/shortlog
php
2010-07-20 Adam HarveyFix bug #52380 (Typo in lcfirst comment docs) by updati...
2010-07-19 Dmitry StogovUse proper fetch types
2010-07-19 Dmitry StogovRemoved invalid checks
2010-07-19 Adam HarveyFix for bug #52317 (Segmentation fault when using mail...
2010-07-16 Dmitry StogovZEND_FETCH_*_R operations simplified and can't be used...
2010-07-16 Dmitry StogovSimplified string offset reading
2010-07-15 Andrey HristovFix for Bug #51583 Bus error due to wrong alignment...
2010-07-15 Pierre Joye- fix vc6 build
2010-07-14 Dmitry StogovOptimized defaut Content-Type HTTP header processing
2010-07-14 Dmitry StogovFixed incorrect reinitialization
2010-07-14 Kalle Sommer... Update the re2c files aswell (bug #51943)
2010-07-13 Kalle Sommer... Fixed bug #51943 (Several files are out of ANSI spec)
2010-07-13 Kalle Sommer... Fixed bug #52037 (Concurrent builds fail in install...
2010-07-13 Andrey HristovGive an error when USE_RESULT is used with fetch_all
2010-07-10 Felipe Pena- Added EG(saved_fpu_cw_ptr) initialization
2010-07-09 Scott MacVicarFix a bug when var_export() causes a fatal error that...
2010-07-09 Dmitry StogovEliminated useless allocation of FPU control word on...
2010-07-09 Dmitry Stogovzend_ptr_stack allocation is delayed before the actual...
2010-07-08 Felipe Pena- Fix ZTS build
2010-07-08 Kalle Sommer... Fixed Windows build
2010-07-08 Sebastian BergmannFugbix typo.
2010-07-08 Dmitry Stogov- use interned strings for auto globals
2010-07-08 Dmitry StogovReduced overhead of request startup
2010-07-08 Dmitry StogovFixed checks for PHP_DEBUG macro
2010-07-07 Felipe Pena- Fixed ZTS build
2010-07-07 Etienne KneussFixed #51697 (Unsafe operations in free_storage of...
2010-07-07 Dmitry StogovUse zend_stream API to open main PHP script in CGI...
2010-07-07 Andrey Hristovupdate tests
2010-07-07 Andrey HristovCleanup in trunk. Remove some functions, noted in
2010-07-07 Dmitry StogovRemoved redundant check
2010-07-07 Andrey HristovArginfo for mysqli
2010-07-07 Dmitry StogovReused single segment between requests. Saved one mallo...
2010-07-07 Dmitry StogovReduced initial VM stack size to fit into zend_mm segme...
2010-07-07 Timm Friebe- Added -DSYB_LP64 to CFLAGS on 64 bit platforms
2010-07-06 Scott MacVicarFix bug #52262 - Invalid UTF-8 documents don't set...
2010-07-06 Dmitry Stogovzend_stack initialization is delayed before the actual...
2010-07-06 Felipe Pena- Fix ZTS build
2010-07-06 Dmitry Stogoveliminated unnecessary iterations during request startu...
2010-07-06 Antony Dovgalfix typos and use correct directive names in error...
2010-07-06 Felipe Pena- Fixed tests
2010-07-05 Dmitry Stogovreduced request processing overhead
2010-07-05 Dmitry StogovUse ZE API to modify/restore PG(magic_quotes_runtime...
2010-07-05 Dmitry StogovReduced overhead of ext/mbstring initialization
2010-07-05 Dmitry StogovFixed bug #52237 (Crash when passing the reference...
2010-07-03 Felipe Pena- Fixed bug #52240 (hash_copy() does not copy the HMAC...
2010-07-02 Johannes SchlüterFix bug #52238: Crash when an Exception occured in...
2010-07-02 Ilia AlshanetskyUpgraded bundled PCRE to version 8.10
2010-07-02 Eric StewartAdded test for bug 52013 to trunk.
2010-07-01 Dmitry StogovUsed more sutable type. Reduced memory usage.
2010-07-01 Felipe Pena- Fixed bug #52211 (iconv() returns part of string...
2010-06-30 Pierre Joye- WS
2010-06-30 Ilia AlshanetskyFixed bug #33210 (getimagesize() fails to detect width...
2010-06-30 Stanislav Malyshevsync version with PECL
2010-06-30 Stanley Sufficoolpdo_dblib - improve test skip messages
2010-06-30 Felipe Pena- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect...
2010-06-30 Felipe Pena- MF5.3: Reverted fix for bug #48930 (due binary compat...
2010-06-29 Stanley SufficoolPDO DBLIB test fixups
2010-06-29 Antony Dovgalfix build
2010-06-29 Stanley SufficoolRemove PDO DBLIB prefix from PostgreSQL PDO tests
2010-06-29 Stanley SufficoolOops
2010-06-29 Stanley SufficoolAdd tests for recent fixes
2010-06-29 Stanislav Malyshevfix SplObjectStorage unserialization (CVE-2010-2225)
2010-06-28 Pierre Joye- typo for iconv DLL .lib
2010-06-28 Timm Friebe- Added test for tds_sysdep_public.h and link against...
2010-06-28 Felipe Pena- Fix arginfo name
2010-06-28 Stanley SufficoolFix bad string length
2010-06-27 Felipe Pena- Improved initialization
2010-06-27 Felipe Pena- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect...
2010-06-26 Felipe Pena- Fixed bug #51421 (Abstract __construct constructor...
2010-06-26 Felipe Pena- Fixed bug #52160 (Invalid E_STRICT redefined construc...
2010-06-26 Felipe Pena- Fixed tests
2010-06-26 Felipe Pena- Fixed bug #52193 (converting closure to array yields...
2010-06-26 Felipe Pena- Fixed bug #52183 (Reflectionfunction reports invalid...
2010-06-25 Christopher... Remove hard coded lib extension. Prepare for OCI8...
2010-06-25 Christopher... Fix bug #52186 (phpinfo shows 10.1 or 11.1 when install...
2010-06-24 Felipe Pena- Fixed bug #52138 (Constants are parsed into the ini...
2010-06-24 Andrey HristovTwo functions, which should be methods so one can catch
2010-06-24 Stanley SufficoolActually fix quoted identifiers this time
2010-06-24 Pierre Joye- typo
2010-06-23 Sriram Natarajan- Fixed bug #52162 (custom request header variables...
2010-06-23 Johannes SchlüterInstall SQLite3 header
2010-06-23 Stanley SufficoolFix Bug #47588 - Allow Quoted Identifiers
2010-06-22 Dmitry StogovRemoved redundant code
2010-06-22 Stanley SufficoolFix bug #52137 - implement lastInsertId
2010-06-22 Stanley SufficoolFix bug #52134
2010-06-21 Andrey HristovFix sprintf modifiers all around the place. In most...
2010-06-21 Andrey Hristovfix valgrind warnings on 64bit, thread_is is strictly...
2010-06-21 Pierre Joye- +FR
2010-06-21 Pierre Joye- #48632, ssl AES support
2010-06-21 Stanley SufficoolFix bug #38955 - add transaction support
2010-06-21 Stanley SufficoolFix bug #45876 adding get column meta
2010-06-20 Pierre Joye- #45808, stream_socket_enable_crypto() blocks and...
2010-06-20 Pierre Joye- #51295, SQLite3::busyTimeout not existing
2010-06-20 Felipe Pena- Completed the fix for bug #52010
2010-06-19 Jérôme Loyet- Fixed bug #52086 (No new line at the end of a include...
2010-06-18 Andrey HristovFix for bug #52115 mysqli_result::fetch_all returns...
2010-06-18 Andrey Hristovmissed this one in the last commit, the real type
2010-06-18 Andrey Hristovfix type mismatch, this is fresh misunderstanding
2010-06-18 Johannes Schlüter- Ignore empty filename for mail.log, treat it like...
2010-06-18 Ulf WendelDon't bail if there is another extension that exports...
next