PHP 7.2.8 Non Thread safe x64
- کاربرد : نرم افزار برنامه نویسی پی اچ پی
- نسخه :Version 7.2.8
- نوع فایل : نرم افزار
- زبان : انگلیسی
- سیستم عامل : Windows 64 Bit
- تولید کننده : The PHP Group
- سال تولید : 2018
توضیحات
مخفف عبارت Hypertext PreProcessor به معنای پیش پردازند فرامتن می باشد که در سال ۱۹۹۴ توسط رسموس لردورف ایجاد شد و سپس توسط سایرین توسعه و گسترش پیدا کرد. زبان PHP یکی از پر طرفدارترین زبان های اسکریپتی شیءگرا و اوپن سورس است که برای طراحی برنامه های تحت وب سرور به کار می رود. سمت سرور بودن به این معناست که صفحات PHP ابتدا توسط سرور (که می تواند از نوع Apache یا IIS) باشد، پردازش شده و سپس خروجی به صورت کدهای HTML و جاوا اسکریپت برای مرورگر کاربر ارسال می شود. PHP یک نرمافزار آزاد است که تحت مجوز PHP انتشار یافته است. این مجوز به دلیل قرار دادن محدودیت بر روی استفاده از عنوان PHP، با مجوز همگانی گنو (GPL) سازگار نیست. PHP را میتوان بر روی اکثر سرورهای وب نصب کرد. همچنین قابلیت نصب آن به صورت یک شل جداگانه بر روی تقریباً تمامی سیستمهای عامل و پلتفرمها وجود دارد.
قابلیت های کلیدی نرم افزار PHP:
- اضافه شدن آخرین کتابخانه های برنامه نویسی
- افزایش امکانات برای برنامه نویسان حرفه ای
- پردازش کدهای نوشته شده به زبان PHP
- رایگان بودن زبان برای انواع سرورها
- سازگار با نسخه های مختلف سیستم عامل محبوب مایکروسافت ویندوز
- و ...
قابلیت های کلیدی نرم افزار PHP:
- اضافه شدن آخرین کتابخانه های برنامه نویسی
- افزایش امکانات برای برنامه نویسان حرفه ای
- پردازش کدهای نوشته شده به زبان PHP
- رایگان بودن زبان برای انواع سرورها
- سازگار با نسخه های مختلف سیستم عامل محبوب مایکروسافت ویندوز
- و ...
Description
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.
PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems, and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.
The PHP language evolved without a written formal specification or standard until 2014, leaving the canonical PHP interpreter as a de facto standard. Since 2014 work has gone on to create a formal PHP specification.
During the 2010s there have been increased efforts towards standardisation and code sharing in PHP applications by projects such as PHP-FIG in the form of PSR-initiatives as well as Composer dependency manager and the Packagist repository. PHP hosts a diverse array of web frameworks requiring framework-specific knowledge, with Laravel recently emerging as a popular option by incorporating ideas made popular from other competing non-PHP web frameworks, like Ruby on Rails.
PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems, and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.
The PHP language evolved without a written formal specification or standard until 2014, leaving the canonical PHP interpreter as a de facto standard. Since 2014 work has gone on to create a formal PHP specification.
During the 2010s there have been increased efforts towards standardisation and code sharing in PHP applications by projects such as PHP-FIG in the form of PSR-initiatives as well as Composer dependency manager and the Packagist repository. PHP hosts a diverse array of web frameworks requiring framework-specific knowledge, with Laravel recently emerging as a popular option by incorporating ideas made popular from other competing non-PHP web frameworks, like Ruby on Rails.
برای اطلاع از طریقه نصب به فایل How to Install.txt رجوع شود.