Ticket #337 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

midgard_blob.get_handler method doesn't support fopen like mode

Reported by: piotras Assigned to: piotras
Priority: major Milestone: 8.09.2 Ragnaroek
Component: Midgard Core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Currently get_handler method forces 'w' mode, while it should allow to select user defined one.

Change History

10/08/08 15:57:24 changed by bergie

As described in #336, this can be worked around by:

$src = fread($blob->get_path(), 'r'); 

10/13/08 10:55:12 changed by bergie

  • milestone changed from 8.09 Ragnaroek to 8.09.2 Ragnaroek.

10/13/08 15:23:22 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [18166]) Fix #337

10/13/08 15:28:14 changed by piotras

(In [18168]) Fix #337