mPDFの文字化け対策
-mpdfで日本語のフォントを追加したり、文字化けを回避したり - tohokuaikiのチラシの裏 $ diff -wur MPDF57 MPDF57.org diff -wur MPDF57/config.php MPDF57.org/config.php --- MPDF57/config.php 2013-09-20 14:33:39.000 …
メモとか
-mpdfで日本語のフォントを追加したり、文字化けを回避したり - tohokuaikiのチラシの裏 $ diff -wur MPDF57 MPDF57.org diff -wur MPDF57/config.php MPDF57.org/config.php --- MPDF57/config.php 2013-09-20 14:33:39.000 …
API呼び出しサンプル <?php // vim: set et ts=4 sw=4 sts=4: $headers = array( 'X-Redmine-API-Key: (自分のAPIキー)', ); $url = '/issues.json'; // 全部 // $url = '/issues.json?project_i …
vhostで使えるワイルドカードの確認 オリジナル抜粋+α #include <stdlib.h> #include <stdio.h> #define apr_tolower(c) (tolower(((unsigned char)(c)))) int ap_strcasecmp_match(const char *s …
suexec.cの解析 suexec.cのソースにsuEXECセキュリティモデルの各項目をコメント /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file …