[Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 30 06:55:53 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49370|0                           |1
        is obsolete|                            |
  Attachment #49371|0                           |1
        is obsolete|                            |

--- Comment #23 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 49664
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49664&action=edit
bug_15562: Use do() rather than system() to execute updatedatabase.pl from
installer.pl

That way:
* no external process is spawned
* code executes in the same perl process, which is required for plack
  multi-site

I have a dream. A dream that one day all code from .pl's will be in some
.pm's.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list