]> granicus.if.org Git - php/shortlog
php
2004-11-01 Marcus Boerger- Add interface Countable (PECL #30113)
2004-11-01 Georg Richteradded multi resultset support in mysql_connect
2004-11-01 Georg RichterFixed tests for empty dates (see http://bugs.mysql...
2004-11-01 Ilia AlshanetskyMFB: Fixed bug #30613 (Prevent infinite recursion in...
2004-11-01 <changelog... ChangeLog update
2004-11-01 Marcus Boerger- Do not autoload if require does the trick
2004-11-01 Marcus Boerger- Update
2004-11-01 Marcus Boerger- Minor fixes
2004-10-31 Marcus Boerger- Implement EmptyIterator in C
2004-10-31 Marcus Boerger- Update docu
2004-10-31 Marcus Boerger- Implement InfiniteIterator in C
2004-10-31 Marcus Boerger- Update docu
2004-10-31 Marcus Boerger- Aggregate inner iterator for RecursiveIteratorIterator
2004-10-31 Marcus Boerger- Implement classes IteratorIterator and NoRewindIterat...
2004-10-31 Marcus Boerger- Update
2004-10-31 Marcus Boerger- Add ReflectionFunction::invokeArgs(array)
2004-10-31 Sebastian BergmannInvokation -> Invocation
2004-10-31 <changelog... ChangeLog update
2004-10-30 Marcus BoergerBump version (as discussed with Andi)
2004-10-30 Marcus Boerger- Be consistent and use names as keys (found by johannes)
2004-10-30 Marcus Boerger- Bump API version
2004-10-30 Marcus Boerger- Update to new API
2004-10-30 Marcus Boerger- Fix inner iterator aggregation
2004-10-30 Marcus Boerger- Change zend_object_handlers->get_method() to allow...
2004-10-30 Marcus BoergerWS (ups)
2004-10-30 Marcus Boergerstrip trailing (back)slash from path
2004-10-30 Marcus Boerger- New architecture needs one more dependency
2004-10-30 Marcus Boerger- Fix protos
2004-10-30 Marcus Boerger- Fix proto
2004-10-30 <changelog... ChangeLog update
2004-10-29 Marcus Boerger- Update docu
2004-10-29 Marcus Boerger- Implement OuterIterator in C
2004-10-29 Marcus Boerger- Abstract no longer valid here
2004-10-29 Andi Gutmans- For Ilia:
2004-10-29 <changelog... ChangeLog update
2004-10-29 Andi Gutmans- [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladim...
2004-10-28 Ilia AlshanetskySimplify code.
2004-10-28 Marcus Boerger- TSRM Fix
2004-10-28 Dmitry Stogov--without-lines changed to --with-lines
2004-10-28 Antony Dovgalfix Win32 & Netware build
2004-10-28 Andi Gutmans- Fix typo
2004-10-28 <changelog... ChangeLog update
2004-10-27 Ilia AlshanetskySimplify and cleanup code.
2004-10-27 Andi Gutmans- Oops missed this one
2004-10-27 Andi Gutmans- Revert Fixed bug #30228 (crash when comparing Simpl...
2004-10-27 Andi Gutmans- Tiny fixes
2004-10-27 Andi Gutmans- Improve comments, docs, code...
2004-10-27 Antony Dovgalfix bug #30388 (rename across filesystems loses ownersh...
2004-10-27 Wez FurlongFix possible crash; patch by Kamesh Jayachandran
2004-10-27 Wez FurlongSynopsis:
2004-10-27 <changelog... ChangeLog update
2004-10-26 Andi Gutmans- Patch from Andrey Hristov:
2004-10-26 Ilia AlshanetskyFixed bug #30228 (crash when comparing SimpleXML attrib...
2004-10-26 Wez Furlong*cough* de-bogusify driver registration.
2004-10-26 Wez FurlongFix for Bug #29418 (double free when openssl_csr_new...
2004-10-26 <changelog... ChangeLog update
2004-10-25 Ilia AlshanetskyMerge gettimeofday() based code to prevent duplication.
2004-10-25 <changelog... ChangeLog update
2004-10-24 Ilia AlshanetskyMake request start time be available via $_SERVER[...
2004-10-24 <changelog... ChangeLog update
2004-10-23 Hartmut HolzgraefeMake ldap_parse_reference() available on Windows (Bug...
2004-10-23 Joe Orton- always convert apr_time_t to time_t using apr_time_se...
2004-10-23 Joe OrtonFix the get_request_time implementation for the 2.0...
2004-10-23 Antony Dovgalcommit fixes by <mikael dot suvi at trigger dot ee>
2004-10-23 Andi Gutmans- Add missing file
2004-10-23 <changelog... ChangeLog update
2004-10-22 Andi Gutmans- Nuke another two files
2004-10-22 Andi Gutmans- Commit new VM
2004-10-22 Rob Richardsfix windows build
2004-10-22 Edin KadribasicRevert Linux LFS patch
2004-10-22 Andi Gutmans- Fix crash (MFB PHP5_0)
2004-10-22 <changelog... ChangeLog update
2004-10-21 Edin KadribasicMFB: Linux LFS support, fixes 27792
2004-10-21 Ilia AlshanetskyAllow gettimeofday() return a float if optional argumen...
2004-10-21 <changelog... ChangeLog update
2004-10-20 Andi Gutmans- Fix test
2004-10-20 Ilia AlshanetskySlight optimization in str_split() when split length...
2004-10-20 Andi Gutmans- One more test fix
2004-10-20 Andi Gutmans- Fix interface tests. Interfaces should not use access...
2004-10-20 Andi Gutmans- If object handles are equal then save the comparison...
2004-10-20 Stanislav MalyshevMF4: fix double bailout in HEAD when output is attempte...
2004-10-20 Joe OrtonFix case where php_handle_aborted_connection was called...
2004-10-20 <changelog... ChangeLog update
2004-10-19 Ilia AlshanetskySimplify code.
2004-10-19 Anantha Kesari H YAs NetWare LibC don't have the implementation of chown...
2004-10-19 Georg RichterMinor fix for mysqli_connect: checking socket_len for...
2004-10-19 <changelog... ChangeLog update
2004-10-18 Ilia AlshanetskyFixed bug #30475 (curl_getinfo() may crash in some...
2004-10-18 Antony Dovgalfix bug #30442 ( segmentation fault when parsing ?getva...
2004-10-18 Anantha Kesari H Yincluding zend_compile.h for NetWare as NetWare uses...
2004-10-18 Anantha Kesari H Yremoving inclusion of platform specific config files...
2004-10-18 Anantha Kesari H Yremoving php_output_activate Fix for bug#30397
2004-10-18 Derick Rethans- Revert patch until it is discussed
2004-10-18 <changelog... ChangeLog update
2004-10-17 <changelog... ChangeLog update
2004-10-16 Andi Gutmans- One more test (WS)
2004-10-16 Andi Gutmans- WS fix to test commit
2004-10-16 Anantha Kesari H YFix for Bug #30397
2004-10-16 Anantha Kesari H YFix for 30457
2004-10-15 <changelog... ChangeLog update
next