Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | No idea which recent change has cause this little API change, however it is ↵ | Ulf Wendel | 2010-02-02 | 2 | -4/+4 | |
| | | | | not a big change and maybe it is even an improvement. | |||||
* | Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX). | Ilia Alshanetsky | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | - missing patch (update to 0.9.3) | Pierre Joye | 2010-02-01 | 1 | -2/+2 | |
| | ||||||
* | - update to 0.9.3 | Pierre Joye | 2010-02-01 | 8 | -88/+131 | |
| | ||||||
* | - fix test | Pierre Joye | 2010-02-01 | 1 | -0/+1 | |
| | ||||||
* | - fix leak | Pierre Joye | 2010-02-01 | 1 | -0/+1 | |
| | ||||||
* | Fix second bug in that code, + instead of += thus not increasing | Andrey Hristov | 2010-02-01 | 1 | -1/+1 | |
| | | | | | | a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't have access to this codepath. | |||||
* | - system/version dependent msg | Pierre Joye | 2010-02-01 | 4 | -15/+15 | |
| | ||||||
* | Fix a bug in mysqlnd where a pointer was not incremented | Andrey Hristov | 2010-02-01 | 1 | -0/+1 | |
| | | | | | | | | and thus wrong data was saved MYSQLND_FIELD::db. However, this wasn't caught because there is no code in mysql/mysqli/pdo_mysql which reads that field of the structure. The problem was found during code review. | |||||
* | - fix system/version dependent msg, add skip cases, sync | Pierre Joye | 2010-02-01 | 13 | -49/+63 | |
| | ||||||
* | Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) | Ilia Alshanetsky | 2010-02-01 | 2 | -9/+47 | |
| | ||||||
* | Tests related to #50727 | Ulf Wendel | 2010-02-01 | 1 | -0/+282 | |
| | ||||||
* | Update the libmagic.patch to reflect the current situation. Contains a diff ↵ | Mikko Koppanen | 2010-01-31 | 1 | -72/+2975 | |
| | | | | against upstream 5.03 | |||||
* | ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How ↵ | Gwynne Raskind | 2010-01-31 | 1 | -0/+2 | |
| | | | | confusing. (Forgot to commit to trunk/ before, sorry) | |||||
* | Fixed crash in ZTS mode due to ini values not being initialized | Ilia Alshanetsky | 2010-01-31 | 2 | -15/+3 | |
| | ||||||
* | Fixed a possible open_basedir/safe_mode bypass in session extension ↵ | Ilia Alshanetsky | 2010-01-31 | 1 | -1/+6 | |
| | | | | identified by Grzegorz Stachowiak. | |||||
* | Blah, PDO_DBG_ENABLED is a 0/1 toggle | Rasmus Lerdorf | 2010-01-31 | 1 | -1/+1 | |
| | ||||||
* | RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined, | Rasmus Lerdorf | 2010-01-31 | 1 | -1/+1 | |
| | | | | | so don't waste time calling them on every request. | |||||
* | - fix skip clauses | Pierre Joye | 2010-01-30 | 2 | -11/+11 | |
| | ||||||
* | - fix test init | Pierre Joye | 2010-01-30 | 1 | -2/+3 | |
| | ||||||
* | - fix write access check when write mode only is requested (not RW) | Pierre Joye | 2010-01-30 | 3 | -2/+70 | |
| | ||||||
* | - cleanup & correct msg | Pierre Joye | 2010-01-30 | 1 | -2/+1 | |
| | ||||||
* | - this value is platform dependent (unix too) | Pierre Joye | 2010-01-30 | 1 | -1/+1 | |
| | ||||||
* | - cs | Pierre Joye | 2010-01-30 | 1 | -37/+34 | |
| | ||||||
* | - fix test, rewrite it (same cases are tested), CS, simplify, be verbose on ↵ | Pierre Joye | 2010-01-30 | 1 | -75/+69 | |
| | | | | error not otherwise (avoid infinite loop in pcre_match inside run-test) | |||||
* | - fix test | Pierre Joye | 2010-01-28 | 1 | -1/+1 | |
| | ||||||
* | - more EOL fixes, don't use expectf | Pierre Joye | 2010-01-28 | 5 | -2/+20 | |
| | ||||||
* | - fix possible EOL conversion on svn co on windows | Pierre Joye | 2010-01-28 | 1 | -0/+3 | |
| | ||||||
* | - skip if not enough permission and add to trunk | Pierre Joye | 2010-01-27 | 1 | -0/+50 | |
| | ||||||
* | Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) | Ilia Alshanetsky | 2010-01-27 | 1 | -1/+7 | |
| | ||||||
* | - update/fix/skip/add for rename tests | Pierre Joye | 2010-01-27 | 9 | -13/+232 | |
| | ||||||
* | - fix and update test according to recent fixes | Pierre Joye | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | - fix and update test according to recent fixes | Pierre Joye | 2010-01-27 | 1 | -0/+0 | |
| | ||||||
* | Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored) | Ilia Alshanetsky | 2010-01-26 | 2 | -6/+0 | |
| | ||||||
* | - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP ↵ | Jani Taskinen | 2010-01-25 | 1 | -4/+8 | |
| | | | | authentication) | |||||
* | - make it work on win, simplify expect using expectf | Pierre Joye | 2010-01-25 | 1 | -3/+16 | |
| | ||||||
* | Fix for bug#50772 | Andrey Hristov | 2010-01-25 | 4 | -4/+53 | |
| | | | | | mysqli constructor without parameters does not return a working mysqli object | |||||
* | - fix test, dir separator agnostic | Pierre Joye | 2010-01-24 | 1 | -2/+2 | |
| | ||||||
* | - add win32 version of the test, damned error msg with eol in them | Pierre Joye | 2010-01-24 | 1 | -0/+5 | |
| | ||||||
* | - Updated to version 2010.1 (./tzdata2010a) | Derick Rethans | 2010-01-24 | 1 | -3/+3 | |
| | ||||||
* | - nl fix | Pierre Joye | 2010-01-24 | 1 | -1/+1 | |
| | ||||||
* | - \n or \r\n (phpt are text in svn) | Pierre Joye | 2010-01-24 | 1 | -0/+0 | |
| | ||||||
* | - #50690, putenv does assign value when their length is one char | Pierre Joye | 2010-01-24 | 2 | -1/+15 | |
| | ||||||
* | - make getservbyname on windows behaves like *nux when proto is an empty string | Pierre Joye | 2010-01-24 | 1 | -0/+9 | |
| | ||||||
* | - \n or \r\n as phpt are txt file in svn | Pierre Joye | 2010-01-24 | 1 | -2/+2 | |
| | ||||||
* | - skip if proc_nice is not available | Pierre Joye | 2010-01-24 | 8 | -1/+30 | |
| | ||||||
* | - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.) | Sriram Natarajan | 2010-01-23 | 2 | -0/+62 | |
| | ||||||
* | - fix win build, use bundled stdint | Pierre Joye | 2010-01-21 | 1 | -1/+5 | |
| | ||||||
* | decrement correctly! | Andrey Hristov | 2010-01-21 | 1 | -2/+4 | |
| | ||||||
* | Add possibility to restrain the number of levels | Andrey Hristov | 2010-01-21 | 2 | -7/+25 | |
| |