Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - fix php_date_llabs declaration | Pierre Joye | 2010-02-11 | 1 | -3/+5 | |
| | ||||||
* | Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling | Johannes Schlüter | 2010-02-11 | 4 | -73/+29 | |
| | | | | | constructor) | |||||
* | revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling | Johannes Schlüter | 2010-02-11 | 2 | -37/+1 | |
| | | | | | constructor) | |||||
* | Spelling typo in new check message | Christopher Jones | 2010-02-10 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #49585 (date_format buffer not long enough for >4 digit years). | Derick Rethans | 2010-02-10 | 1 | -0/+16 | |
| | | | | | #- Was already partly fixed with my previous commit. | |||||
* | - Added a test case for bug #45866 | Derick Rethans | 2010-02-10 | 7 | -24/+40 | |
| | | | | | | | | | | | - Fixed tests: oo_002, bug46268 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions). - Make sure faulty strings passed to DateTime::modify() notify the user. - Revert fix for bug #50392 as it was fixed wrongly without a proper test case. - Fixed a bug with the 'r' formatting function as the default buffer size that was allocated only fit 4 digit years. | |||||
* | - Fixed a few tests due to Unicode and the environment var support. | Derick Rethans | 2010-02-10 | 8 | -105/+8 | |
| | ||||||
* | - Update in trunk and PHP 5.2 as well. | Derick Rethans | 2010-02-10 | 1 | -522/+673 | |
| | ||||||
* | Fix config test | Johannes Schlüter | 2010-02-10 | 1 | -7/+6 | |
| | ||||||
* | Detect if we can rely on compiler-specific alignment features else use custom | Johannes Schlüter | 2010-02-09 | 3 | -8/+57 | |
| | | | | | workarounds. Fixes #50753 | |||||
* | make send_close a hook, too | Andrey Hristov | 2010-02-09 | 2 | -7/+7 | |
| | ||||||
* | It's a size_t here, not an unsigned int. | Rasmus Lerdorf | 2010-02-09 | 1 | -2/+2 | |
| | ||||||
* | - improve netsnmp detection (and restor snmp on win) | Pierre Joye | 2010-02-09 | 1 | -7/+12 | |
| | ||||||
* | Fix bug#50416 | Andrey Hristov | 2010-02-08 | 1 | -0/+3 | |
| | | | | | PROCEDURE db.myproc can't return a result set in the given context | |||||
* | - prevent unexpectable behaviors (for the user) with invalid path | Pierre Joye | 2010-02-07 | 5 | -20/+46 | |
| | ||||||
* | - Fixed #44098, imap_utf8() returns only capital letters | Pierre Joye | 2010-02-07 | 4 | -8/+30 | |
| | ||||||
* | touch | Jani Taskinen | 2010-02-07 | 2 | -66/+69 | |
| | ||||||
* | - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files) | Jani Taskinen | 2010-02-07 | 1 | -1/+1 | |
| | ||||||
* | Fix bug #50940 | Rasmus Lerdorf | 2010-02-05 | 3 | -0/+6 | |
| | ||||||
* | - silent warning | Pierre Joye | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | - if they are outdated/wrong, no need to confuse the users | Pierre Joye | 2010-02-04 | 1 | -174/+1 | |
| | ||||||
* | Allow newer oracle versions | Johannes Schlüter | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 8 | -146/+126 | |
| | | | | | | We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future. | |||||
* | - vc6 does not expose it | Pierre Joye | 2010-02-03 | 1 | -0/+4 | |
| | ||||||
* | Explicitly set mail.add_x_header in php.ini so test output matches expected ↵ | Christopher Jones | 2010-02-02 | 3 | -0/+3 | |
| | | | | results | |||||
* | 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. | |||||
* | Fix tests | Etienne Kneuss | 2010-02-02 | 2 | -2/+2 | |
| | ||||||
* | Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX). | Ilia Alshanetsky | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #50723 (Bug in garbage collector causes crash) | Dmitry Stogov | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing dots | Etienne Kneuss | 2010-02-02 | 1 | -2/+2 | |
| | ||||||
* | - 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. | |||||
* | - oops, wrong one applied, fix build. | Pierre Joye | 2010-02-01 | 1 | -1/+1 | |
| | ||||||
* | - set errno on failure so that the caller can still rely on strerror ↵ | Pierre Joye | 2010-02-01 | 1 | -0/+5 | |
| | | | | (reporting wrong error w/o this change) | |||||
* | - fix system/version dependent msg, add skip cases, sync | Pierre Joye | 2010-02-01 | 13 | -49/+63 | |
| | ||||||
* | - try again to get a crypto context when the key container did not exist ↵ | Pierre Joye | 2010-02-01 | 1 | -3/+15 | |
| | | | | (which is likely to be the case, on a 1st call) | |||||
* | Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ↵ | Etienne Kneuss | 2010-02-01 | 3 | -1/+31 | |
| | | | | both orders) | |||||
* | 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. |