summaryrefslogtreecommitdiff
Commit message (Expand)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
* revert 293939 Fixed bug #50636 (MySQLi_Result sets values before callingJohannes Schlüter2010-02-112-37/+1
* 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
* - Added a test case for bug #45866Derick Rethans2010-02-107-24/+40
* - 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
* 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
* - 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
* - vc6 does not expose itPierre Joye2010-02-031-0/+4
* Explicitly set mail.add_x_header in php.ini so test output matches expected r...Christopher Jones2010-02-023-0/+3
* No idea which recent change has cause this little API change, however it is n...Ulf Wendel2010-02-022-4/+4
* 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
* - 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
* - 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 (reporti...Pierre Joye2010-02-011-0/+5
* - 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 (whi...Pierre Joye2010-02-011-3/+15
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ...Etienne Kneuss2010-02-013-1/+31
* 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 a...Mikko Koppanen2010-01-311-72/+2975
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con...Gwynne Raskind2010-01-311-0/+2
* 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 identifie...Ilia Alshanetsky2010-01-311-1/+6
* 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