[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
Tue Feb 28 00:51:36 CET 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50713|0                           |1
        is obsolete|                            |

--- Comment #55 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 60723
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60723&action=edit
[SIGNED-OFF] 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.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list