2009-12-15 |
Dmitry Stogov | Fixed ASCII-comatimle encoding detection |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Jani Taskinen | - Make $sbindir be usable in C code as well (like ... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Jani Taskinen | - Allow using $sbindir as well |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Felipe Pena | - Added SKIPIF |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Felipe Pena | - Fixed memory leak when E_STRICT message is getted |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Dmitry Stogov | Fixed urldecode() and rawurldecode() to accept ASCII... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Kalle Sommer... | Add some more removed ini directives |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Kalle Sommer... | Change to E_CORE_ERROR as advertised (Fixes #50435... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jani Taskinen | MFB: fix test |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jani Taskinen | MFB: fix test |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Pierrick Charron | - Fixed bug #50469 (Fixed typo in imagepsencodefont... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Pierrick Charron | - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed bug #49174 (crash on queryString set) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed bug #50209 (Compiling with libedit cannot find... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed tests for when running using libedit |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Ilia Alshanetsky | Fixed bug #50451 (http wrapper breaks on 2048 char... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Felipe Pena | - Fixed bug #50445 (PDO-ODBC stored procedure call... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Pierre Joye | - fix build, come on, it is not that hard to test befor... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Pierre Joye | - #50334, use our own implementations of stpncpy and... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | MF53:- Fixed bug #45392 (ob_start()/ob_end_clean()... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | fix test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | Make MYSQLND_NET dynamically allocated structure with... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | remove stale comment |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | Move two functions which are used in the extension... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | - Fix problem with SKIPIF failing to skip in some cases... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Christopher... | Add new 'fetch' test and make several small test fixes |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Christopher... | Remove text recently merged to online doc |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Pierre Joye | - #50334, add define on win as well |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | bump version number |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | Add plugin storage for MYSQLND_STMT too |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Felipe Pena | - Fix build |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | Fix pdo build, forgot to remove the zval caching from... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Ilia Alshanetsky | Fixed bug #49851 (http wrapper breaks on 1024 char... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Pierre Joye | - [DOC] expose MPIR version when mpir is used instead... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove stub code which never actually was used for... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - Fixed bug #47179 (gzuncompress does not report expcte... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - fix tests (this is ridiculous..) |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove the zval caching from mysqlnd. It was disabled... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - Fix file() |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Fix compilation warnings |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - Fixed BC problem in new zlib implementation: truncate... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, fix build for platform without endian.h ... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove disabled code - threaded fetching. This can... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - Rename badly named function |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ulf Wendel | Adapting tests to accept actual behaviour found in... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dmitry Stogov | Fixed wrong result of empty($_GET) in case of uninitial... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, fix trunk build |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, add missing file |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, add CRYPT_SHA* constants and tests [DOC] |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - drop non used code and fix warning |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, crypt ignores sha512 and add support for... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Pierre Joye | - add missing argument |
commit | commitdiff | tree | snapshot |
2009-12-08 |
William Martin | Backported 5.3 tests to 5.2 and added more RecursiveIte... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | MFB: sprintf -> snprintf + all other patches people... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | MFB: r215701, Reimplementation of the way Apache 2... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | ws |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | - ws + cs |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | MFB: sprintf -> snprintf (Thanks Marcus for not merging... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | ws, cs, sigh |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Ilia Alshanetsky | Upgraded to Sqlite 3.6.21 |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antony Dovgal | sync with 5_3 |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | - Fix the comment again |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | ws |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Dmitry Stogov | - Forgotten patch for trunk |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | No tabs here |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | - ws |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | MF52: Fixed memory leak on require() error (Thanks... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jani Taskinen | - No tabs here |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Felipe Pena | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stanislav Malyshev | ouch, that ZTS |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stanislav Malyshev | win32 should have different test |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Felipe Pena | - Fixed ZTS build |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stanislav Malyshev | add "no params" check |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stanislav Malyshev | add realpath cache inspect functions |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Moriyoshi Koizumi | - Take account of surrogate pairs. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Ilia Alshanetsky | Added FILTER_FLAG_STRIP_BACKTICK option to the filter... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Dmitry Stogov | Fixed bug #49866 (Making reference on string offsets... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Dmitry Stogov | Fixed bug #50351 (performance regression handling objec... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Pierrick Charron | Fixed bug #50323 (Allow use of ; in values via ;; in... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Ilia Alshanetsky | Fixed bug #50323 (Allow use of ; in values via ;; in... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Felipe Pena | - Fixed bug #50162 (Memory leak when fetching timestamp... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Stanislav Malyshev | protect http_session_vars from interrupt corruption |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Rob Richards | fix bug #47848 (importNode doesn't preserve attribute... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Pierrick Charron | Fixed bug #45120 (PDOStatement->execute() returns true... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Felipe Pena | - Fixed bug #49472 (Constants defined in Interfaces... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andrey Hristov | I svn-commit.2.tmp (Modified) ... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Pierre Joye | - disable this debug code until it is actually fixed |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Kalle Sommer... | Use correct defines for VC10 support |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andrey Hristov | fix segfault introduced by Pierre in a recent commit |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Andrey Hristov | fix macro so that 5-byte BIT values are decoded correctly |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jani Taskinen | - Fixed bug #50345 (nanosleep not detected properly... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Joey Smith | Merge some spelling corrections found in the Debian... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Rasmus Lerdorf | Fix broken build. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Felipe Pena | - Fixed bug #49660 (libxml 2.7.3+ limits text nodes... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Jani Taskinen | - Touché filés |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Jani Taskinen | - Fixed bug #50340 (php.ini parser does not allow space... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Gwynne Raskind | The old Darwin hack is BROKEN and INCORRECT. It works... |
commit | commitdiff | tree | snapshot |
next |