summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix php_date_llabs declarationPierre Joye2010-02-111-3/+5
|
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-114-73/+29
| | | | | constructor)
* revert 293939 Fixed bug #50636 (MySQLi_Result sets values before callingJohannes Schlüter2010-02-112-37/+1
| | | | | constructor)
* Spelling typo in new check messageChristopher Jones2010-02-101-1/+1
|
* - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).Derick Rethans2010-02-101-0/+16
| | | | | #- Was already partly fixed with my previous commit.
* - Added a test case for bug #45866Derick Rethans2010-02-107-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 Rethans2010-02-108-105/+8
|
* - Update in trunk and PHP 5.2 as well.Derick Rethans2010-02-101-522/+673
|
* Fix config testJohannes Schlüter2010-02-101-7/+6
|
* Detect if we can rely on compiler-specific alignment features else use customJohannes Schlüter2010-02-093-8/+57
| | | | | workarounds. Fixes #50753
* make send_close a hook, tooAndrey Hristov2010-02-092-7/+7
|
* It's a size_t here, not an unsigned int.Rasmus Lerdorf2010-02-091-2/+2
|
* - improve netsnmp detection (and restor snmp on win)Pierre Joye2010-02-091-7/+12
|
* Fix bug#50416Andrey Hristov2010-02-081-0/+3
| | | | | PROCEDURE db.myproc can't return a result set in the given context
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-075-20/+46
|
* - Fixed #44098, imap_utf8() returns only capital lettersPierre Joye2010-02-074-8/+30
|
* touchJani Taskinen2010-02-072-66/+69
|
* - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)Jani Taskinen2010-02-071-1/+1
|
* Fix bug #50940Rasmus Lerdorf2010-02-053-0/+6
|
* - silent warningPierre Joye2010-02-041-1/+1
|
* - if they are outdated/wrong, no need to confuse the usersPierre Joye2010-02-041-174/+1
|
* Allow newer oracle versionsJohannes Schlüter2010-02-041-1/+1
|
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-038-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 itPierre Joye2010-02-031-0/+4
|
* Explicitly set mail.add_x_header in php.ini so test output matches expected ↵Christopher Jones2010-02-023-0/+3
| | | | results
* No idea which recent change has cause this little API change, however it is ↵Ulf Wendel2010-02-022-4/+4
| | | | not a big change and maybe it is even an improvement.
* Fix testsEtienne Kneuss2010-02-022-2/+2
|
* Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).Ilia Alshanetsky2010-02-021-1/+1
|
* Fixed bug #50723 (Bug in garbage collector causes crash)Dmitry Stogov2010-02-021-1/+1
|
* Remove trailing dotsEtienne Kneuss2010-02-021-2/+2
|
* - missing patch (update to 0.9.3)Pierre Joye2010-02-011-2/+2
|
* - update to 0.9.3Pierre Joye2010-02-018-88/+131
|
* - fix testPierre Joye2010-02-011-0/+1
|
* - fix leakPierre Joye2010-02-011-0/+1
|
* Fix second bug in that code, + instead of += thus not increasingAndrey Hristov2010-02-011-1/+1
| | | | | | a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't have access to this codepath.
* - system/version dependent msgPierre Joye2010-02-014-15/+15
|
* Fix a bug in mysqlnd where a pointer was not incrementedAndrey Hristov2010-02-011-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 Joye2010-02-011-1/+1
|
* - set errno on failure so that the caller can still rely on strerror ↵Pierre Joye2010-02-011-0/+5
| | | | (reporting wrong error w/o this change)
* - fix system/version dependent msg, add skip cases, syncPierre Joye2010-02-0113-49/+63
|
* - try again to get a crypto context when the key container did not exist ↵Pierre Joye2010-02-011-3/+15
| | | | (which is likely to be the case, on a 1st call)
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ↵Etienne Kneuss2010-02-013-1/+31
| | | | both orders)
* Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)Ilia Alshanetsky2010-02-012-9/+47
|
* Tests related to #50727Ulf Wendel2010-02-011-0/+282
|
* Update the libmagic.patch to reflect the current situation. Contains a diff ↵Mikko Koppanen2010-01-311-72/+2975
| | | | against upstream 5.03
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How ↵Gwynne Raskind2010-01-311-0/+2
| | | | confusing. (Forgot to commit to trunk/ before, sorry)
* Fixed crash in ZTS mode due to ini values not being initializedIlia Alshanetsky2010-01-312-15/+3
|
* Fixed a possible open_basedir/safe_mode bypass in session extension ↵Ilia Alshanetsky2010-01-311-1/+6
| | | | identified by Grzegorz Stachowiak.
* Blah, PDO_DBG_ENABLED is a 0/1 toggleRasmus Lerdorf2010-01-311-1/+1
|
* RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,Rasmus Lerdorf2010-01-311-1/+1
| | | | | so don't waste time calling them on every request.