]> granicus.if.org Git - php/shortlog
php
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
2004-02-16 <changelog... ChangeLog update
2004-02-16 Marcus BoergerBFN
2004-02-16 Marcus BoergerBugfix #27227 Mixed case class names causes Fatal Error...
2004-02-15 Ilia AlshanetskyFor get_data iterator do not force numeric keys, return...
2004-02-15 Georg Richterfixed several binding problems
2004-02-15 Ilia AlshanetskyFixed a crash inside create_aggregate() method due...
2004-02-15 Rob Richardsswitch to zend_parse_method_parameters for consistancy
2004-02-15 Ard BiesheuvelReintroduce param NULL testing (see bug #26777)
2004-02-15 foobarPrevent bug reports like #27260
2004-02-15 Stig Bakken* don't cut lines when wrapping output
2004-02-15 Ilia AlshanetskyFixed bug #27258 (moved FPE check to correct location).
2004-02-15 Rob Richardsallow certain methods to be called statically again:
2004-02-15 Marcus BoergerFix startup errors
2004-02-15 Rob Richardsswitch to zend_parse_method_parameters for consistancy
2004-02-15 Zeev SuraskiUse zval_ptr_dtor() to free variables as soon as they...
2004-02-15 Rob Richardsstart of dom update
2004-02-15 Timm Friebe- Fixed bug #26407 (Result set fetching broken around...
2004-02-15 Timm Friebe- Changed initialization of function arguments to messa...
2004-02-15 <changelog... ChangeLog update
2004-02-14 Jan Lehnardt - improve error message
2004-02-14 Jan Lehnardt - silence warning
2004-02-14 foobarbfn
2004-02-14 Marcus Boergerdtor's may not be called from free_storage handlers
2004-02-14 Derick Rethans- We always need to destroy the llist though.
2004-02-14 Derick Rethans- Fixed zero bytes memory allocation when no extra...
2004-02-14 <changelog... ChangeLog update
2004-02-13 Dmitry StogovSource cleanup
2004-02-13 Rob RichardsFix bug #27237: Working with simplexml crashes apache2
next