Portfolio
php 5

WinNMP – Config

February 27, 2018Category : Code/Web IT & Network

How to send emails using PHP WinNMP has 2 options for processing emails sent by PHP’s mail() function: mSmtp and mailToDisk (default). To change the option, edit confphp.ini and modify sendmail_path: For Development use mailToDisk (the default): sendmail_path = ‘”C:/WinNMP/bin/php” -n -f “C:/WinNMP/include/tools/mailtodisk.php”‘ Emails will be saved to logmail-XX.txt For Production use mSmtp: sendmail_path = ‘”C:/WinNMP/bin/msmtp/msmtp.exe” -C “C:/WinNMP/conf/msmtp.ini” -t’ You also need to edit confmsmtp.ini in order to configure SMTP server options   How..

Read more
01.

Cách cài đặt OpenLiteSpeed, PHP 7.1 và MariaDB trên CentOS

October 9, 2017Category : IT & Network

Nó có tên gọi là OpenLiteSpeed. Đây là một HTTP server có hiệu suất rất tốt. Nó có thể xử lý một lượng lớn kết nối đồng thời mà tiêu tốn rất ít tài nguyên. Nó hỗ trợ cả giao thức SPDY/3.1 và HTTP/2. Cài đặt và cấu hình chứng chỉ Lets Encrypt trong OpenLiteSpeed rất..

Read more
02.

[VPS] Cài đặt Memcached đầy đủ trên CentOS

September 28, 2016Category : Code/Web IT & Network

Memcached là một hệ thống cache hoạt động bằng cách lưu tạm thông tin những dữ liệu bạn hay sử dụng vào bộ nhớ RAM. Do tốc độ đọc ghi của bộ nhớ bao giờ cũng cao hơn so với lưu trữ file nên việc sử dụng memcached giúp cho hệ thống của bạn tăng tốc lên một cách..

Read more
03.

[WP] W3 Total Cache settings with Cloudflare GUIDE

October 12, 2015Category : Code/Web

W3 Total cache is a WordPress Performance Optimization framework that is designed to improve user experience and page speed.  It is recommended by many web hosting providers, and used by countless major websites such as mashable.com as well as many others. W3TC  improves the user experience of your site by increasing web server performance by reducing..

Read more
04.

PHP’s Zend Opcache Config

November 19, 2014Category : Code/Web

PHP’s Zend Opcache Config In your php.ini or /etc/phpversion…/fpm/conf.d/05-opcache.ini  opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=50000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 opcache.enable_cli=1

Read more
05.

Installing PHP FastCGI and Zend OPcache on XAMPP for Windows

November 14, 2014Category : Code/Web

Why install PHP + FastCGI? Mod-PHP comes installed with XAMPP, and it is slow. You also cannot utilise the Zend opcode cache, which is included with PHP itself since PHP 5.5. Steps to install PHP + FastCGI

Read more
06.

Hướng dẫn cài đặt và cấu hình PHP Zend OPcache trên CentOS

November 14, 2014Category : Code/Web

Sử dụng APC hoặc APCu từ lâu đã là một phương pháp opcode cache được sử dụng rộng rãi để tối ưu hoạt động của VPS. Tuy nhiên APC không được cập nhật, nâng cấp thường xuyên (phiên bản stable mới nhất 3.1.9 ra ngày 2011-05-14) và thỉnh thoảng vẫn xuất hiện một số lỗi..

Read more
07.

Chuẩn bị gì để thi chứng chỉ Zend PHP5 ZCE?

March 26, 2010Category : Code/Web

Nguon: http://bloghoctap.com/lap-trinh-php/chuan-bi-gi-de-thi-chung-chi-zend-php5-zce.html Trước tiên, có lẽ các bạn cần biết mình nên chuẩn bị những kiến thức gì để tập trung nghiên cứu cho cuộc thi. Mặc dù khối lượng kiến thức của PHP khá nhiều, nhưng cuộc thi chỉ tập trung vào một số mảng sau:

Read more
08.
© Oliver / All rights reserved.
To top