]> granicus.if.org Git - php/shortlog
php
2006-04-29 Frank M. KromannAdd new configure option --enable-pdb-files
2006-04-29 <changelog... ChangeLog update
2006-04-28 Frank M. KromannRemove ZSTR() from stream macros. Calling function...
2006-04-28 <changelog... ChangeLog update
2006-04-27 Andrei Zmievskipcntl_signal is safe too
2006-04-27 Andrei ZmievskiSafe-fy some functions.
2006-04-27 Dmitry StogovProper fix for bug #37205
2006-04-27 <changelog... ChangeLog update
2006-04-27 Moriyoshi Koizumi- Remove fprintf() used for debugging
2006-04-27 Moriyoshi Koizumi- Fix bug #37176 (iconv_strpos() fails to find a string)
2006-04-26 Dmitry StogovRevert wrong fix
2006-04-26 Dmitry StogovFixed bug #37205 (Serving binary content/images fails...
2006-04-26 Edin KadribasicMFB: Correctly import external data (#33292)
2006-04-26 <changelog... ChangeLog update
2006-04-25 Antony Dovgalfix tests
2006-04-25 Nuno Lopesfix a bunch of tests in unicode mode by fixing the...
2006-04-25 Antony Dovgalremove nonexistent tag
2006-04-25 Antony DovgalMF51: fix possible substr_compare() crash
2006-04-25 Nuno Lopesmark a couple of functions as unicode-safe. no changes...
2006-04-25 Michael Wallner- release 1.3
2006-04-25 Michael WallnerMFB: Fixed bug #37192 (cc fails on hash_adler.c:32)
2006-04-25 <changelog... ChangeLog update
2006-04-24 Dmitry StogovFixed compilation on Solaris
2006-04-24 Dmitry StogovFixed win32 build
2006-04-24 <changelog... ChangeLog update
2006-04-23 Andrei ZmievskiMFB
2006-04-23 Ilia AlshanetskyMFB51: Fixed bug #37162 (wddx does not build as a share...
2006-04-23 Nuno Lopesupgrade tidy_get_release() to unicode.
2006-04-23 <changelog... ChangeLog update
2006-04-22 Antony Dovgalno "native strings" in Unicode mode anymore
2006-04-22 Antony Dovgalmerge fix for #37158 into HEAD
2006-04-22 Antony Dovgaldon't segfault if an exception has been thrown from...
2006-04-22 Frank M. KromannFix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR)
2006-04-22 <changelog... ChangeLog update
2006-04-21 Andrei ZmievskiAdd collator_set_default().
2006-04-21 Andrei ZmievskiHmm, ZEND_FENTRY() is the only one that allows flags...
2006-04-21 Andrei ZmievskiRename i18_loc_* to locale_*.
2006-04-21 Andrei ZmievskiImplement collator_get_default() and simplify/fix the...
2006-04-21 Andrei ZmievskiHappy, Pierre?
2006-04-21 Andrei ZmievskiAdd:
2006-04-21 <changelog... ChangeLog update
2006-04-20 Andrei ZmievskiMove to refcounted implementation of collators.
2006-04-20 Michael WallnerMFB: Fix reading stream filters never notified about EOF
2006-04-20 Dmitry StogovTest added
2006-04-20 <changelog... ChangeLog update
2006-04-20 Frank M. Kromannfix build on Win32
2006-04-19 Nuno LopesMFB: fix build with newer libtidy versions on windows
2006-04-19 John CoggeshallFixing static build in windoze
2006-04-19 Dmitry StogovCleaned up Andrei's patch for caching WSDL in process...
2006-04-19 Dmitry StogovFixed cleanup dependent on uninitialized value
2006-04-19 Antony Dovgalfix typo (see #35900)
2006-04-19 <changelog... ChangeLog update
2006-04-18 Andrei ZmievskiUpdate protos.
2006-04-18 Sara GolemonSilence compiler warnings
2006-04-18 Sara GolemonFix copy/paste typo in php_stream_path_decode() proto
2006-04-18 Sara GolemonFix ZTS build
2006-04-18 Antony Dovgalbinary strings exist only in unicode mode
2006-04-18 Ilia AlshanetskyMFB51: Fixed bug #29476 (sqlite_fetch_column_types...
2006-04-18 Dmitry StogovFixed bug #37083 (Frequent crashs in SOAP extension...
2006-04-18 Antony Dovgaltypofix
2006-04-18 Dmitry StogovFixed SUN_LEN calculation
2006-04-18 Dmitry StogovFixed memory leaks
2006-04-18 <changelog... ChangeLog update
2006-04-18 Andrei ZmievskiI'm not sure what the heck people were thinking here...
2006-04-18 Andrei ZmievskiFix trim("a") bug.
2006-04-17 Ilia AlshanetskyMFB51: Fixed Bug #36872 (session_destroy() fails after...
2006-04-17 foobarFixed bug #37103 (libmbfl headers not installed)
2006-04-17 Sara GolemonFix 'soft line break' handling in convert.quoted-printa...
2006-04-17 Andrei ZmievskiMFB
2006-04-17 Dmitry StogovFixed several bugs in new "caching WSDL in memory"...
2006-04-17 <changelog... ChangeLog update
2006-04-16 Ilia AlshanetskyMFB51: fixed typo
2006-04-16 Ilia AlshanetskyMFB51: Fixed bug #37045 (Fixed check for special chars...
2006-04-16 <changelog... ChangeLog update
2006-04-15 Antony Dovgalfix compile failure
2006-04-15 Antony DovgalMF51: fix #37062 (compile failure on ARM architecture)
2006-04-15 <changelog... ChangeLog update
2006-04-14 Antony Dovgalmake it consistent with the other ones
2006-04-14 Antony Dovgalmake this test to work on all systems
2006-04-14 Sara GolemonMFB (r-1.409.2.6) copy() should not disrespect open_ba...
2006-04-14 Marcus Boerger- Fix properties access to children() result
2006-04-14 Marcus Boerger- Do not provide ns info in first sxe creation
2006-04-14 Marcus Boerger- Allow access to namespaced root by specifying prefix...
2006-04-14 Marcus Boerger- Prefix summaries with either U or N
2006-04-14 Marcus Boerger- If node no longer exists then there won't be any...
2006-04-14 Antony DovgalMF51: fix #37077 (stream_socket_server() leaks when...
2006-04-14 Dmitry StogovFixed calling header functions through __call()
2006-04-14 <changelog... ChangeLog update
2006-04-13 Antony Dovgalfix CS and prevent NULL dereference
2006-04-13 Dmitry StogovFixed bug #36513 (comment will be outputed in last...
2006-04-13 Antony DovgalMF51:
2006-04-13 Antony DovgalMF51:
2006-04-13 Dmitry StogovFixed bug #37054 (SoapClient Error Fetching http headers)
2006-04-13 Dmitry StogovFixed test
2006-04-13 <changelog... ChangeLog update
2006-04-13 Sara GolemonPreserve full name of filter for use in stream_get_meta...
2006-04-12 Sara GolemonAllow http:// wrapper to automatically apply correct...
2006-04-12 Antony Dovgalfix test title
2006-04-12 Johannes Schlüter- Fix bug #37060 (Type of retval of Countable::count...
2006-04-12 Antony DovgalMF51: fix #37059 (oci_bind_by_name() doesn't support...
next