]> granicus.if.org Git - php/shortlog
php
2006-11-14 Edin KadribasicBundled lib upgrade
2006-11-14 Edin KadribasicTell linker that we're using stati libcurl
2006-11-14 Derick Rethans- MFH: No idea if we actually support 16 bit systems...
2006-11-14 Dmitry StogovFixed VC2005 support
2006-11-14 Dmitry StogovFixed problem with spaces in libpath
2006-11-14 Pierre Joye- #39508, do not use the 4 neighbors implementation...
2006-11-14 Dmitry Stogovcgi.* and fastcgi.* directives are moved to INI subsyst...
2006-11-14 Antony Dovgaladd .libs to .cvsignore
2006-11-14 Dmitry StogovAdded comments
2006-11-13 Ilia AlshanetskyFixed bug #36812 (pg_execute() modifies input array).
2006-11-13 Antony Dovgaladd new test
2006-11-13 Antony Dovgaldon't forget to close the stream when/if flock() fails
2006-11-13 Antony DovgalMFH: fix leaks in get_meta_tags() when used with b0rked...
2006-11-13 Antony DovgalMFH: improve the fix and the test
2006-11-13 Hannes MagnussonIt's called addEmptyDir(), not createEmptyDir()
2006-11-13 Ilia AlshanetskyFixed bug #36644 (possible crash in variant_date_from_t...
2006-11-13 Dmitry StogovUse symbolic names
2006-11-13 Antony DovgalMFH
2006-11-13 Antony Dovgalnew test
2006-11-13 Antony Dovgaladd a note that libxml2 2.6.2x is required
2006-11-13 Antony DovgalMFH: fix compile warning
2006-11-13 Antony Dovgalfix test
2006-11-13 Dmitry StogovFixed incorrect heap corruptiuon detection code
2006-11-12 Hannes MagnussonAdd missing header installation..
2006-11-12 Ilia AlshanetskyFixed generated file
2006-11-12 Ilia AlshanetskyFixed a memory leak when named & positional params...
2006-11-12 Hannes MagnussonMFH: SplFileObject no longer overwrites SplFileInfo...
2006-11-12 Ilia Alshanetskyremoved bogus char
2006-11-12 Hannes MagnussonMFH: SplFileObject::getFilename() no longer overwrites...
2006-11-12 Ilia AlshanetskyOptimized array functions utilizing php_splice().
2006-11-12 Marcus Boerger- MFH: Correct comments
2006-11-12 Hannes MagnussonMFH: Fixed bug#36975 (natcasesort() causes array_pop...
2006-11-12 Nuno Lopesfix leak in oo_stream.phpt
2006-11-12 Nuno Lopesfix leak in the object destrucotr when zip_close()...
2006-11-11 Nuno Lopesfix leaks within zip entries in several tests
2006-11-11 Nuno Lopesfix leak in oo_setArchiveComment.phpt
2006-11-11 Pierre Joye- fix leak in zip_close when the function's succeeded
2006-11-10 Nuno Lopesfix the bug I introduced previously, sorry
2006-11-10 Antony DovgalMFH
2006-11-10 Antony Dovgalfix possible issue with negative values in oci_set_prefetch
2006-11-10 Andi Gutmans- Fix typo
2006-11-10 Nuno Lopesmark a few variables and functions as static
2006-11-10 Nuno Lopesmark the binary search delimiters as unsigned, so that...
2006-11-10 Dmitry StogovFixed wrong realpath() result in case of unexistent...
2006-11-10 Hannes MagnussonFix tests
2006-11-10 Dmitry StogovFixed wrong realpath() result in case of unexistent...
2006-11-10 Antony Dovgalfix segfault in ZTS mode when statements containing...
2006-11-10 Dmitry StogovFixed bug #39454 (Returning a SOAP array segfaults...
2006-11-10 Dmitry Stogovstat() is reimplemented using using GetFileAttributesEx().
2006-11-10 Dmitry StogovFixed tests
2006-11-10 Dmitry StogovRemoved unnecessary ftell() calls (one call for each...
2006-11-10 Dmitry StogovDisabled reading from stream (calls to read()) after EOF
2006-11-10 Dmitry StogovVCWD_REALPATH() is improved to use realpath cache witho...
2006-11-10 Derick Rethans- Forward port the binary cast, which will do the same...
2006-11-10 Dmitry StogovIntialization code is moved from request startup to...
2006-11-10 Dmitry StogovStart timiout thread on Windows only if necessary
2006-11-10 Dmitry StogovImplemented registry cache that prevent registry lookup...
2006-11-10 Dmitry Stogovopendir() is reimplemented using GetFistFile/GetNextFil...
2006-11-10 Dmitry StogovRemoved unnecessary checks for ISREG file and correspon...
2006-11-10 Dmitry Stogovtypo
2006-11-10 Dmitry StogovZend Memory Manager Improvements
2006-11-10 Dmitry StogovFix warnings
2006-11-10 Dmitry StogovUse $(CC) for linking instead of $(LD). This allows...
2006-11-10 Dmitry StogovFaster and better licensed implementation
2006-11-10 Dmitry StogovSimplify the code base as this getpwd() was used only...
2006-11-10 Ilia AlshanetskyAdded missing API declarations.
2006-11-10 Ilia AlshanetskyFixed pecl bug #9179 (phpversion("filter") shows wrong...
2006-11-09 Ilia AlshanetskyAdded missing PHPAPI declaration
2006-11-09 Ilia AlshanetskyFixed bug #38456 (Apache2 segfaults when virtual()...
2006-11-09 Nuno Lopesfix test for non English guys
2006-11-09 Nuno Lopesfix an invalid read + invalid free()
2006-11-09 Nuno Lopesstatification of local functions and variables.
2006-11-09 Hannes MagnussonAdd "As of 5.2.1" notes as requested
2006-11-09 Hannes MagnussonNew features/errormsgs/return values in ext/zip
2006-11-09 Frank M. KromannRevert patch for warnings about missing headers. These...
2006-11-09 Dmitry StogovFixed tests
2006-11-09 Ilia AlshanetskyFixed bug #38602 (header( "HTTP/1.0 ..." ) does not...
2006-11-08 Antony Dovgalfix #39300 (make install fails if wget is not available)
2006-11-08 Dmitry StogovHashTable copying optimization (Matt Wilmas)
2006-11-08 Dmitry StogovFixed bug #39297 (Memory corryption because of indirect...
2006-11-08 Dmitry StogovFixed bug #39344 (Unnecessary calls to OnModify callbac...
2006-11-08 Dmitry StogovFixed bug #38536 (SOAP returns an array of values inste...
2006-11-07 Ilia AlshanetskyFixed tests
2006-11-07 Ilia AlshanetskyBFN
2006-11-07 Ilia AlshanetskyFixed bug #33282 (Re-assignment by reference does not...
2006-11-07 Ilia AlshanetskyFixed bug #39398 (Booleans are not automatically transl...
2006-11-07 Johannes Schlüter- MFH: No C++ comments (fix #39414)
2006-11-06 Hannes MagnussonMFH: arginfo fixes
2006-11-06 Rasmus LerdorfIt is allow_url_include not allow_fopen_include
2006-11-06 Ilia AlshanetskyFixed bug #39350 (crash with implode("\n", array(false))).
2006-11-06 Hannes Magnussoninclude php://input && data: have been disabled (with...
2006-11-06 Ilia Alshanetskyparam parsing fix
2006-11-06 Dmitry StogovFixed bug #39121 (Incorrect return array handling in...
2006-11-06 Hannes MagnussonMFH: throw exception on invalid parameters
2006-11-06 Hannes MagnussonMFH: fix segfault & improve test
2006-11-06 Dmitry StogovWindows doesn't have chown(). Remove unused function...
2006-11-06 Dmitry StogovMFH: Fixed decoding list of arrays (related to bug...
2006-11-05 Rasmus Lerdorfdata: and php:stdin/input allow_url_include checks
2006-11-05 Ilia AlshanetskyFixed bug #39362 (Added an option to imap_open/imap_reo...
2006-11-05 Pierre Joye- gdpng entry
next