2010-07-16 |
Dmitry Stogov | Simplified string offset reading |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Andrey Hristov | Fix for Bug #51583 Bus error due to wrong alignment... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pierre Joye | - fix vc6 build |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dmitry Stogov | Optimized defaut Content-Type HTTP header processing |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Dmitry Stogov | Fixed incorrect reinitialization |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Kalle Sommer... | Update the re2c files aswell (bug #51943) |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Kalle Sommer... | Fixed bug #51943 (Several files are out of ANSI spec) |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Kalle Sommer... | Fixed bug #52037 (Concurrent builds fail in install... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Andrey Hristov | Give an error when USE_RESULT is used with fetch_all |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Felipe Pena | - Added EG(saved_fpu_cw_ptr) initialization |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Scott MacVicar | Fix a bug when var_export() causes a fatal error that... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Dmitry Stogov | Eliminated useless allocation of FPU control word on... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Dmitry Stogov | zend_ptr_stack allocation is delayed before the actual... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Felipe Pena | - Fix ZTS build |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Kalle Sommer... | Fixed Windows build |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Bergmann | Fugbix typo. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dmitry Stogov | - use interned strings for auto globals |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dmitry Stogov | Reduced overhead of request startup |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dmitry Stogov | Fixed checks for PHP_DEBUG macro |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Felipe Pena | - Fixed ZTS build |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Etienne Kneuss | Fixed #51697 (Unsafe operations in free_storage of... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dmitry Stogov | Use zend_stream API to open main PHP script in CGI... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Andrey Hristov | update tests |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Andrey Hristov | Cleanup in trunk. Remove some functions, noted in |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dmitry Stogov | Removed redundant check |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Andrey Hristov | Arginfo for mysqli |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dmitry Stogov | Reused single segment between requests. Saved one mallo... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dmitry Stogov | Reduced initial VM stack size to fit into zend_mm segme... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Timm Friebe | - Added -DSYB_LP64 to CFLAGS on 64 bit platforms |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Scott MacVicar | Fix bug #52262 - Invalid UTF-8 documents don't set... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dmitry Stogov | zend_stack initialization is delayed before the actual... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Felipe Pena | - Fix ZTS build |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dmitry Stogov | eliminated unnecessary iterations during request startu... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Antony Dovgal | fix typos and use correct directive names in error... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dmitry Stogov | reduced request processing overhead |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dmitry Stogov | Use ZE API to modify/restore PG(magic_quotes_runtime... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dmitry Stogov | Reduced overhead of ext/mbstring initialization |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Dmitry Stogov | Fixed bug #52237 (Crash when passing the reference... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Felipe Pena | - Fixed bug #52240 (hash_copy() does not copy the HMAC... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Johannes Schlüter | Fix bug #52238: Crash when an Exception occured in... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ilia Alshanetsky | Upgraded bundled PCRE to version 8.10 |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Eric Stewart | Added test for bug 52013 to trunk. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Dmitry Stogov | Used more sutable type. Reduced memory usage. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Felipe Pena | - Fixed bug #52211 (iconv() returns part of string... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Pierre Joye | - WS |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Ilia Alshanetsky | Fixed bug #33210 (getimagesize() fails to detect width... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Stanislav Malyshev | sync version with PECL |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Stanley Sufficool | pdo_dblib - improve test skip messages |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Felipe Pena | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Felipe Pena | - MF5.3: Reverted fix for bug #48930 (due binary compat... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Stanley Sufficool | PDO DBLIB test fixups |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Antony Dovgal | fix build |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Stanley Sufficool | Remove PDO DBLIB prefix from PostgreSQL PDO tests |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Stanley Sufficool | Oops |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Stanley Sufficool | Add tests for recent fixes |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Stanislav Malyshev | fix SplObjectStorage unserialization (CVE-2010-2225) |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Pierre Joye | - typo for iconv DLL .lib |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Timm Friebe | - Added test for tds_sysdep_public.h and link against... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Felipe Pena | - Fix arginfo name |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Stanley Sufficool | Fix bad string length |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Felipe Pena | - Improved initialization |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Felipe Pena | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Felipe Pena | - Fixed bug #51421 (Abstract __construct constructor... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Felipe Pena | - Fixed bug #52160 (Invalid E_STRICT redefined construc... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Felipe Pena | - Fixed bug #52193 (converting closure to array yields... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Felipe Pena | - Fixed bug #52183 (Reflectionfunction reports invalid... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Christopher... | Remove hard coded lib extension. Prepare for OCI8... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Christopher... | Fix bug #52186 (phpinfo shows 10.1 or 11.1 when install... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Felipe Pena | - Fixed bug #52138 (Constants are parsed into the ini... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Andrey Hristov | Two functions, which should be methods so one can catch |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Stanley Sufficool | Actually fix quoted identifiers this time |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Pierre Joye | - typo |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Sriram Natarajan | - Fixed bug #52162 (custom request header variables... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Johannes Schlüter | Install SQLite3 header |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Stanley Sufficool | Fix Bug #47588 - Allow Quoted Identifiers |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dmitry Stogov | Removed redundant code |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Stanley Sufficool | Fix bug #52137 - implement lastInsertId |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Stanley Sufficool | Fix bug #52134 |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Andrey Hristov | Fix sprintf modifiers all around the place. In most... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Andrey Hristov | fix valgrind warnings on 64bit, thread_is is strictly... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Pierre Joye | - +FR |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Pierre Joye | - #48632, ssl AES support |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stanley Sufficool | Fix bug #38955 - add transaction support |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stanley Sufficool | Fix bug #45876 adding get column meta |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Pierre Joye | - #45808, stream_socket_enable_crypto() blocks and... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Pierre Joye | - #51295, SQLite3::busyTimeout not existing |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Felipe Pena | - Completed the fix for bug #52010 |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Jérôme Loyet | - Fixed bug #52086 (No new line at the end of a include... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Andrey Hristov | Fix for bug #52115 mysqli_result::fetch_all returns... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Andrey Hristov | missed this one in the last commit, the real type |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Andrey Hristov | fix type mismatch, this is fresh misunderstanding |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Johannes Schlüter | - Ignore empty filename for mail.log, treat it like... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Ulf Wendel | Don't bail if there is another extension that exports... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Pierre Joye | - fix build |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Andrey Hristov | split mysqlnd_connect() in two parts, one doing the... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Pierre Joye | - #51424, solaris part |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Pierre Joye | - Fix bug #52101, dns_get_record()garbage in 'ipv6... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Felipe Pena | - New tests related to #52098 |
commit | commitdiff | tree | snapshot |
next |