]> granicus.if.org Git - php/shortlog
php
2005-03-05 Dan ScottUsually a good idea to have .cvsignore around.
2005-03-05 Dan ScottTest PDO::beginTransaction and PDO::rollBack.
2005-03-05 John CoggeshallOpps.
2005-03-05 Moriyoshi Koizumi- Fixed bug #32109 ($_POST is not populated in multithr...
2005-03-05 Dan ScottMissed this one...
2005-03-05 Dmitry StogovFixed bug #32115 (dateTime encoding of timezone incorrect)
2005-03-05 Marcus Boerger- Negative seeking is not supported
2005-03-05 <changelog... ChangeLog update
2005-03-05 John CoggeshallStarting tests....
2005-03-05 Andrei ZmievskiCheck that object can actually return a class entry...
2005-03-04 Rob Richardsuse php streams for uri I/O under PHP 4
2005-03-04 foobarMerge from sapi/apache/config.m4 and cleanup
2005-03-04 foobarDo not set apache stuff if not building apache
2005-03-04 foobarThis did not work for some reason, better revert it
2005-03-04 foobarAdd missing subst
2005-03-04 <changelog... ChangeLog update
2005-03-04 Marcus Boerger- Add tests
2005-03-03 Dan ScottOne more PDO_ODBC test (tested with DB2 V8.2).
2005-03-03 Dan ScottNext three tests for PDO_ODBC (tested with DB2 V8.2).
2005-03-03 Dan ScottNext batch of tests for PDO_ODBC (tested against DB2...
2005-03-03 Dan ScottBegin porting standard PDO tests to PDO_ODBC, testing...
2005-03-03 Marcus Boerger- Rename test 14 to 16 (which is a new one) and MFB...
2005-03-03 Marcus Boerger- Fix bug #32134
2005-03-03 Zeev SuraskiNew egg
2005-03-03 Ilia AlshanetskyFixed bug #32160 (file truncation in copy() when source...
2005-03-03 <changelog... ChangeLog update
2005-03-03 Marcus Boerger- Finish work on spl_autoload*()
2005-03-02 Marcus Boerger- Let spl_autoload_extensions() always return what...
2005-03-02 Moriyoshi Koizumi- Add testcases for bug #32001
2005-03-02 Rob RichardsBFN
2005-03-02 Rob RichardsFixed bug #31033 (php:function(string, nodeset) with...
2005-03-02 Stefan EsserFixed possible bufferoverflow
2005-03-02 Rob RichardsFixed bug #32001 (xml_parse_into_struct() exceeds maxim...
2005-03-02 <changelog... ChangeLog update
2005-03-02 Marcus Boerger- Update .cvsignore
2005-03-02 Marcus Boerger- Add new functions
2005-03-01 Marcus Boerger- Update docu
2005-03-01 Marcus Boerger- Support statuc methods/functions
2005-03-01 Ilia AlshanetskyFixed bug #31792 (getrusage() does not provide ru_nswap...
2005-03-01 Magnus M��tt�Add Oracle tests for PDO.
2005-03-01 Andrei ZmievskiAllow = sign in long option argument.
2005-03-01 Anantha Kesari H YNetWare allows directory seperator as \ and /
2005-03-01 Stefan EsserHandle last or broken JP2 boxes correctly.
2005-03-01 Antony Dovgalfix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem...
2005-03-01 Marcus Boerger- MFB
2005-03-01 Marcus Boerger- Fix #32130 (ArrayIterator::seek() does not throw...
2005-03-01 Marcus Boerger- Need to store class entry
2005-03-01 foobarupdate
2005-03-01 foobarws
2005-03-01 foobarFix the fix for one line comments with <script..> ...
2005-03-01 foobartouch
2005-03-01 <changelog... ChangeLog update
2005-03-01 Johannes Schlüter- Change comment: Syntax highlighter uses <span> instea...
2005-02-28 Marcus Boerger- Reserve some bits for flags
2005-02-28 Ilia AlshanetskyAdded notes about ignore_user_abort to php.ini*
2005-02-28 Marcus Boerger- Need to drop ce until engine gets fixed
2005-02-28 Marcus Boerger- Add support for methods dynamically added through...
2005-02-28 Marcus Boerger- Fix warning
2005-02-28 Marcus Boerger- Changing handler table definitively results in SEGVs
2005-02-28 foobarreorder
2005-02-28 Stefan EsserThis way around for correct error messages
2005-02-28 Stefan EsserDrop invalid arrays
2005-02-28 Joe OrtonFix type mismatch.
2005-02-28 Rasmus LerdorfIf pdo is disabled, skip all the pdo extensions.
2005-02-28 Pierre Joye- WS
2005-02-28 Pierre Joye- create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants
2005-02-28 Wez FurlongLet's install the mbstring headers.
2005-02-28 Wez Furlongbuild bundled sqlite on win32
2005-02-28 Wez Furlongjuggle around a bit; commit generated file
2005-02-28 <changelog... ChangeLog update
2005-02-28 Wez Furlongfix for PECL Bug #3452
2005-02-28 Marcus Boerger- Fix missapplied logic inversion
2005-02-28 Marcus Boerger- Fix typo
2005-02-27 Marcus Boerger- Add tests
2005-02-27 Marcus Boerger- Disable direct serializing for PHP 5.0
2005-02-27 Marcus Boerger- Allow default fetch mode to contain fetch flags
2005-02-27 Marcus Boerger- Add new test
2005-02-27 Marcus Boerger- Add some fetch column related capailities
2005-02-27 Marcus Boerger- Add new test
2005-02-27 Marcus Boerger- If silence if wanted we do not error out
2005-02-27 Marcus Boerger- Add two new methods
2005-02-27 Marcus Boerger- These must be initailized
2005-02-27 Hartmut Holzgraefefully distinguish between database and statement level...
2005-02-27 Rasmus LerdorfAdd a comment to remind me to have a look at this at...
2005-02-27 Ilia AlshanetskyFixed compiler warnings.
2005-02-27 Marcus Boerger- Update method_exists to new handlers and allow first...
2005-02-27 foobarcs fix (really annoying :)
2005-02-27 Hartmut Holzgraefeuse fetch_fields only once and remember the result
2005-02-27 foobar- Cache the version check results
2005-02-27 Hartmut Holzgraefechanged the error checks on result set retrieval
2005-02-27 Hartmut Holzgraefeno need to check for execution status, always free...
2005-02-27 Hartmut Holzgraefejust to be sure ...
2005-02-27 Hartmut Holzgraefecols
2005-02-27 Hartmut HolzgraefeCS / whitespace
2005-02-27 Hartmut Holzgraefeuse auto generated error -> state mappings
2005-02-27 Hartmut Holzgraefeline endings
2005-02-27 Hartmut Holzgraefeerror code mapping (generated from mysql 5 sql_state...
2005-02-27 Stanislav Malyshevfix typo
2005-02-27 Hartmut Holzgraefeinitial checkin
2005-02-27 Sara GolemonEnum filters in phpinfo()
next