TAILIEUCHUNG - The php anthology 2nd edition 2007 - 10

Cuối cùng, một khía cạnh thường bị bỏ qua phát triển của PHP là quá trình triển khai thực tế gritty chi tiết về đẩy mã của bạn đến máy chủ sản xuất, và en suring mà bạn có thể quay trở lại nếu nó không thành công. Các công cụ như GNU Make và Phing có thể giúp tự động hóa các nhiệm vụ này, | 472 The PHP Anthology Simpo PDF Merge and Split Unregistered Version - http Finally an often-overlooked aspect of PHP development is the actual deployment process the gritty details of pushing your code to the production server and ensuring that you can roll back if it fails. Tools like GNU Make and Phing can help automate these tasks however don t underestimate the simplicity of a good repository strategy and symlinks. Often the simplest solution is best I ve only scratched the surface with the practices outlined in this chapter. Incorporate what you can into your daily habits but also examine your processes constantly and ask yourself how you can perform tasks better. Refactoring your processes will ultimately be the most useful tool in your toolbox. Simpo PDF Merge and Split Unregistered Version - http Appendix A PHP Configuration This quick reference to PHP configuration covers the most important general settings you need to be aware of either when running applications in a live environment or because they impact upon security or the way you write code. Configuration Mechanisms The primary mechanism for configuring PHP is the file. As the master file it provides you with control over all configuration settings. PHP s manual contains a guide to configuring PHP 1 and documents all the available configuration options and where they can be Note that some configuration options can only be set in the file while others can be set in other locations as discussed later in this section. Entries in the file generally take the following format setting value Be sure to read the comments provided in the file before making changes though. The comments describe a few tricks such as include_path using a colon as a separator on Unix and a semicolon on Windows that you ll want to be aware of. Most web hosts won t allow you to access to your file unless you have root access to the system which is typically not

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.