ถ้ารัน ./build versions แล้วขึ้น error ว่า
mail-header-patch=yes is set in the options.conf, but is not required with this php version.
To enable the X-Mail header, set mail.add_x_header to 1 in your php.ini
วิธีแก้ปัญหา แก้ error
1. รัน ./build set mail-header-patch no
2. เปิดไฟล์ nano /usr/local/lib/php.ini
แล้วเพิ่มไปด้านล่าง
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = On
กดคอนโทรล x พิมพ์ y เพื่อ save
3. restart httpd ใหม่
service httpd restart
-จบ-