]> granicus.if.org Git - php/shortlog
php
2004-02-23 Christian Stockerfix attribute handling in combination with sax2
2004-02-23 Adam DickmeissUse ZOOM_resultset_sort for yaz_sort. Require YAZ 2...
2004-02-23 Christian Stockerremove compiler warnings
2004-02-23 Andi Gutmans- Decrease precedence of instanceof so that the followi...
2004-02-23 Christian Stocker- make it compile with libxml2 2.5 again
2004-02-23 Georg Richterfixed report message
2004-02-23 foobar- Added PHP_TEST_BUILD macro which can be used to test...
2004-02-23 Ard Biesheuvel64-bit fix
2004-02-23 Ard Biesheuvel64-bit fix
2004-02-23 <changelog... ChangeLog update
2004-02-23 Ard Biesheuvel64-bit fix
2004-02-23 foobar- Moved internally used includes/macros/structs/etc...
2004-02-22 Derick Rethans- Added testcase for bug #27354 (Modulus operator crash...
2004-02-22 Derick Rethans- Fixed bug #27354 (Modulus operator crashes PHP).
2004-02-22 Marcus BoergerAdd some more obviously needed information
2004-02-22 Christian Stockeradd test for default namespaces and same-prefix/differe...
2004-02-22 Ilia Alshanetskywbmp conversion warning fix.
2004-02-22 Christian StockerFix broken Namespace support, use libxml2 namespace...
2004-02-22 Rob Richardsadd optional third parameter to support namespace in...
2004-02-22 Ard BiesheuvelFix 64-bit crash
2004-02-22 <changelog... ChangeLog update
2004-02-21 Sara GolemonAvoid use of memcpy(), reply on struct in_addr to be...
2004-02-21 Ilia AlshanetskySet correct default threshold for image2wbmp().
2004-02-21 Sebastian BergmannCan't test whether it works (no current >=mysql-4.1...
2004-02-21 Georg Richterfixed typo in method alias
2004-02-21 <changelog... ChangeLog update
2004-02-20 Sara Golemons_addr is always unsigned 32bit, long is not.
2004-02-20 Sara GolemonBug Fix #27335: Numeric indexes crashing http_build_query()
2004-02-20 Greg Beaverstupid oversight, no 4.2 dep
2004-02-20 Dmitry StogovBUGFIX: bug in HTTP chunked encoding was fixed
2004-02-20 Pierre Joye- Remove DB 1.6.0RC6
2004-02-20 Pierre Joye- Update to DB-1.6.0 stable
2004-02-20 Pierre Joye- MFB
2004-02-20 Georg RichterMoved functions for replication support in to file...
2004-02-20 Antony Dovgalthis should really fix compile failure with gcc 2.96
2004-02-20 Ard BiesheuvelFix some issues with persistent links
2004-02-20 Hartmut HolzgraefeEXTERN_C wrapping for PHPAPI prototypes
2004-02-20 Hartmut Holzgraefewrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTE...
2004-02-20 Hartmut Holzgraefemore EXTERN_C wrapping of ZEND_API prototypes
2004-02-20 Hartmut HolzgraefeA script that searches for PHPAPI and ZEND_API prototypes
2004-02-20 foobarws fix
2004-02-20 foobarFix compile failure
2004-02-20 foobarOnly use Z_TYPE* with zvals..
2004-02-20 <changelog... ChangeLog update
2004-02-20 Ilia AlshanetskyAdded missing safe_mode & open_basedir checks.
2004-02-19 Dmitry StogovDon't try to use <input> name instead of <opeartion...
2004-02-19 Dmitry StogovReading HTTP responses without "Content-Length:" but...
2004-02-19 Dmitry StogovWSDL caching bugs were fixed
2004-02-19 Dmitry Stogovfix: prevent possible crash
2004-02-19 Dmitry StogovPassing arguments to "anyType" cause passing type infor...
2004-02-19 Dmitry StogovSupport for SOAP Fault encoding according to WSDL ...
2004-02-19 Ilia AlshanetskyFixed possible resource/memory leak.
2004-02-19 foobarImprove error messages
2004-02-19 <changelog... ChangeLog update
2004-02-18 Hartmut Holzgraefewrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C
2004-02-18 Rob Richardsalways return domnodelist unless error
2004-02-18 Hartmut Holzgraefebe nice to C++ extensions
2004-02-18 Rob Richardscorrect implementation of prefix write property
2004-02-18 foobarregister_list_destructors -> zend_register_list_destruc...
2004-02-18 Ilia AlshanetskyFixed bug #27295 (memory leak inside sscanf()).
2004-02-18 Georg Richterchanged return value of mysql_fetch
2004-02-18 Zeev SuraskiForward-port fixlet from PHP 4 (thanks to Michael Sisolak)
2004-02-18 Dmitry Stogovfix: SoapFault constructor fixed to confirm documentation.
2004-02-18 Dmitry StogovBUGFIX: HTTP chunked transfer-encoding support
2004-02-18 Sara GolemonShow registered transports in phpinfo()
2004-02-18 <changelog... ChangeLog update
2004-02-18 foobarTest for bug #27287
2004-02-17 foobarMFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does...
2004-02-17 Ilia AlshanetskyFixed bug #27293 (two crashes inside image2wbmp()).
2004-02-17 Rob Richardsadd dtor to cleanup iterator related data
2004-02-17 Dmitry StogovUsing element namesapces with literal encoding.
2004-02-17 Dmitry Stogovsupport for XMLSchema <element> nillable attribute
2004-02-17 Ard BiesheuvelFixed unregistered bugs in event handling
2004-02-17 Ard BiesheuvelAdded event handling test
2004-02-17 Wez FurlongFix:
2004-02-17 Rob Richardsimplement clone functionality to fix segfault
2004-02-17 Dmitry Stogovfix: Using proper namespace for <soap:header> if it...
2004-02-17 Dmitry StogovEncoding of ommited tail parameters as NULLs
2004-02-17 Georg Richterchanged output
2004-02-17 Stig Bakken* apply bold escape codes only if output is going to...
2004-02-17 <changelog... ChangeLog update
2004-02-16 Moriyoshi Koizumi- Add "zbacktrace" user-defined command.
2004-02-16 foobarshorten the description a bit
2004-02-16 Ilia AlshanetskyFixed bug #27278 (*printf() functions treat arguments...
2004-02-16 Ilia AlshanetskyFix test.
2004-02-16 foobarnuke copypaste rubbish
2004-02-16 foobartest for bug #27278
2004-02-16 Dmitry Stogovspecal case of array encoding. If object has only one...
2004-02-16 Dmitry StogovBUGFIX: incorrect restoring of negative integers from...
2004-02-16 Sergey Kartashoff- A fix to make UDM_LIMIT_DATE work was applied. Thanx to
2004-02-16 foobarthis was MFHd..
2004-02-16 Georg Richterfixed some tests
2004-02-16 Ilia AlshanetskyBetter gmp fix.
2004-02-16 Jan Lehnardt - fix typo
2004-02-16 Rob Richardsissue warning if object is in invalid state when dealin...
2004-02-16 Derick Rethans- Clearify clone behavior, fixed clone example (Patch...
2004-02-16 Dmitry StogovPrevent processing SOAP headers with invalid namespace...
2004-02-16 Stanislav Malyshevce is not used, don't get it
2004-02-16 Dmitry Stogovfix: prevent of possible crash
2004-02-16 foobar- fix test
next