Hello-World!

作者: 人可工作室 分类: 开发体验笔记,心情刹那,更新… 发布时间: 2023-07-27 14:06

      世界,您好!Hello-World!

  目前全球超过81.7%的服务器后端都采用了PHP语言,它驱动着全球超过2亿多个网站。截止2015年12月PHP开发的WordPress全球份额已突破25%,也就是说全球有超过四分之一的网站是由WordPress驱动的。
  2016年1月6日自由开源免费(GPL协议)CMS建站精品杰出代表Wordpress最新的版本ver4.4.1正式发布了,就在同一天,PHP7.0.2也正式发布了,助推Wordpress速度提升3倍速以上,大大减少了内存占用,又一利好WP博客平台的发展与友好。从2015年12月3日PHP7.0正式发布,2015年12月16日PHP7.0.1更新升级,2016年三个月的跟踪升级自定义配置搭建PHP+WP建站开发环境以来,体会不少,惊喜不少,体验PHP与WP学习开发的乐趣,认识了新时期Web编程与WP建站的强大攻势,从教程学习中感受到各位IT高手的震憾开发技术,感觉自己再不跟上Web快速开发新时代步伐,已就真的老了。
  今天,值得纪念的是,近20年的《人力资源管理信息系统》生产力版本(Ver5.16.11 Build5.16.11.20160107)出炉了,完成了预期开发的全部内容,正式发布提供用户体验。从今往后将转入Wordpress建站技术的学习与开发。成长是一个过程,经历是一笔财富。正因为有了近20年的oop编程经验,有了写源代码的坚实基础,相信在短时间内能够快速上手,快速转移到B/S架构的网站建设及Web编程中,与IT新时代痛并快乐着……
  2016来了,心无旁骛、专心致志,一门专修PHP开发。
       最后,但愿在2016年代码写的杠杠的,文档写的棒棒哒,生活过的美美的!
    世界,您好!Hello-World!
2016年3月12日写于个人网站正式上线之日的第一篇博文

“世界上最好的语言”

始终是最受欢迎的Web开发语言

Hypertext Preprocessor,超文本预处理器。PHP语法吸收了C语言、Java和Perl的特点,适用于Web领域,是一种自由灵活、跨平台、开源、免费的脚本语言。

(1)1995年初PHP1.0诞生

1994 年,拉斯姆斯·勒多夫(Rasmus Lerdorf)创造了 PHP,这个时候的 PHP 只是用 Perl 语言编写的一系列 CGI 脚本,用于跟踪他在线简历的访问情况,统计他自己网站的访问者。这个时候的PHP只是一个小工具而已,他的名字叫做“Personal Home Page Tool”(个人主页小工具)。

(2)1995年6月PHP2.0诞生

勒多夫用C语言来重新开发了这个工具,取代了最初的Perl程序。这个新的用C写的工具最大的特色就是可以访问数据库,可以让用户简单的开发动态Web程序了。这个用C写的工具又称为PHP/FI。它已经有了今天PHP的一些基本功能了。

(3)1998年6月PHP3.0诞生

虽然说1998年6月才正式发布PHP3.0,但是在正式发布之前,已经经过了9个月的公开测试。

Andi Gutmans 和 Zeev Suraski 加入了PHP开发项目组。这是两个以色列工程师,他们在使用PHP/FI 的时候发现了PHP的一些缺点,然后决定重写PHP的解析器。

在这个时候,PHP就不再称为 Personal Home Page 了,而改称为 PHP : Hypertext Preprocessor。

PHP 3.0 是最像现在使用的PHP的第一个版本,这个重写的解析器也是后来Zend 的雏形。PHP 3.0 的最强大的功能就是它的可扩展性。它除提供给第三方开发者数据库、协议和 API 的基础结构之外,还吸引了大量的开发人员加入并提交新的模块。

(4)2000年5月PHP 4.0 发布

Andi Gutmans 和 Zeev Suranski 在 4.0 做的最大的动作就是重写了 PHP 的代码,发明了Zend 引擎来增强程序运行时的性能和 PHP 的模块性。这个Zend 实际上就是Andi 和 Zeev 名字所写的合称。

使用了Zend 引擎,PHP 除获得更高的性能之外,也有其它一些关键的功能,包括支持更多的Web 服务器、HTTP Session 的支持、输出缓存等。

(5)2004年7月PHP5.0发布

PHP 5.0 的核心是Zend 引擎 2 代。他引入了新的对象模型和大量的新功能,比如引入了PDO(PHP Data Object)。

(6)2015年12月 PHP 7.0 发布

使用PHPNG 引擎,大幅提高了性能,引入了标量类型声明、返回值类型声明、匿名类等一些期待已久的新特性。PHP 6计划的特性在 PHP 5.5、5.6 版实现了,后来大家一商量算了,直接跨过 PHP 6 进入PHP 7新 时代。2019年更新的PHP 7.4每秒处理的请求数量是PHP 5.6的三倍,也比PHP 7.0快约18%。
最重要的一点是,就象Excel电子表格一样Php永远都会是最好用的工具,这是Php核心设计理念的实质:简单,自由,高效。根据w3c统计,PHP在网站的服务器端编程语言中所占的份额仍然接近79%。

自2014年后勒多夫不在亲自操刀写代码,交给开源社区团队持续更新提升性能,并且在2020年12月3日PHP8.0发布,PHP又迎来了第二个春天!PHP 8.0新特性JIT(即时)编译器等等,这可能为在Web服务器上进行机器学习,3D渲染和数据分析打开大门,未来PHP更加注重性能与静态机制的社区开发,越来越注重开发者的体验和易用性,同时也将更加拥抱新技术和新领域,为开发者提供更优质的开发工具和服务,为互联网的进一步发展做出更加积极的贡献。

截止2023年7月统计数据分析:

全球大约一半的互联网在 WordPress 上运行,实际网站占比已经在45%以上,这是一艘不能快速转向的大船。这更像一种平衡行为,而不是奔向最前沿的竞赛。PHP 8 有了很多好处。有一些强大的性能增强功能,例如运行时的即时 (JIT) PHP 编译,可以更快地执行并减少内存使用。好在只有5.1% 的 WordPress 网站使用 PHP 5.6,仅有 2% 使用更旧的版本。20% 已经更新使用 PHP 7.0 ~ 7.3,最大的一组占比 56.7% 使用了 PHP 7.4阶段性中继版本,而其余性能更高的主机环境运行2022年11月发布的PHP 8.2最新版本,从2015年12月份PHP7发布开始开发团队着重为PHP性能提升保驾护航。

2016年3月个人网站在“无忧主机”上成功运行,但到如今还是只能运行PHP7.2以下版本,已经跟不上WordPress更新进程,个人网站也会被主机拖累拖垮掉。所以说及时迁移到“快鱼主机”,跟上PHP发展进程,不得不说是快鱼吃慢鱼的明智选择。

2023年7月27日更新于个人网站迁移“快鱼主机”之日

如果觉得我的文章对您有用,请随意赞赏。您的支持将鼓励我继续创作!

28条评论
  • calendar stickers

    2021年4月16日 上午7:15

    What’s up, just wanted to let you know, I liked this post.
    It had been funny. Continue posting!

    Here is my page; calendar stickers

  • zipper pouch insert

    2021年3月30日 上午12:34

    Hi there, just became conscious of your blog through Google, and located that it’s really informative.
    I’m likely to look out for brussels. I’ll appreciate in the event you continue
    this from now on. Many people will be taken advantage of your writing.
    Cheers!

    Here is my web-site … zipper pouch insert

  • travelers notebook

    2021年3月18日 上午10:46

    Thankfulness to my father who informed me
    concerning this webpage, this website is genuinely awesome.

    my blog … travelers notebook

  • zipper pouch insert

    2021年2月20日 下午9:21

    We have read countless articles about the blogger lovers
    however this article is the truth is a good component of writing,
    ensure that it stays up.

    Visit my site :: zipper pouch insert

    1. 何朱必

      2021年2月21日 上午11:26

      送人玫瑰,手留余香。分享是一种美德!

  • KitSCatoggio

    2020年11月5日 上午2:51

    This can be a good tip particularly to individuals fresh to the blogosphere.
    Brief but very precise info… Thank you for sharing this one.
    A must read article!

    Take a look at my site; KitSCatoggio

  • Fantastic goods on your part, man. I actually have bear in mind your stuff previous to and you might be simply too wonderful.
    I really like what you possess acquired here, certainly
    like what you’re stating and the way in which in which
    you say it. You will be making it entertaining and you continue to take
    care of to keep it sensible. I are unable to wait to read far more of your stuff.
    That is certainly really a great website.

    Feel free to surf to my webpage :: coin purse insert for fauxdori travelers notebook

  • Rodrigo

    2019年7月22日 下午11:23

    I have read so many articles about the blogger
    lovers but this piece of writing is actually a good article, keep it up.

  • Katrin

    2019年7月22日 下午10:17

    I like it when folks come together and share thoughts.
    Great blog, keep it up!

  • Rosemarie

    2019年7月22日 上午8:01

    I have been surfing online more than 4 hours today, yet I never found any interesting article like yours.

    It is pretty worth enough for me. Personally, if
    all site owners and bloggers made good content
    as you did, the internet will be much more useful than ever before.

  • Belinda

    2019年7月21日 下午11:44

    It’s the best time to make a few plans for the future and it’s time to be happy.
    I’ve learn this publish and if I may I want to counsel you some interesting things or suggestions.
    Perhaps you can write subsequent articles regarding this article.
    I desire to learn even more things about it!

  • Angelica

    2019年7月21日 上午2:17

    This article will assist the internet visitors for creating
    new blog or even a weblog from start to end.

  • Florene

    2019年7月20日 上午7:37

    Great delivery. Solid arguments. Keep up the great work.

  • Krystal

    2019年7月19日 下午3:56

    With havin so much content and articles do you ever run into
    any issues of plagorism or copyright infringement?

    My blog has a lot of exclusive content I’ve either written myself or outsourced
    but it looks like a lot of it is popping it up all
    over the internet without my authorization. Do you know any solutions to
    help reduce content from being ripped off? I’d truly
    appreciate it.

  • Lucinda

    2019年7月18日 上午11:53

    I’m amazed, I must say. Rarely do I encounter a blog
    that’s both educative and interesting, and let me tell you, you’ve hit the nail on the head.
    The issue is an issue that not enough people are speaking intelligently about.
    I’m very happy I came across this during my search for something regarding this.

  • Gia

    2019年7月18日 上午9:34

    This is the perfect blog for anyone who wants to understand this topic.
    You realize a whole lot its almost tough to argue with you (not that I actually will
    need to…HaHa). You definitely put a new spin on a subject that has been discussed for ages.
    Excellent stuff, just great!

  • Letha

    2019年7月16日 下午12:19

    Everything is very open with a clear description of the challenges.
    It was really informative. Your site is very useful. Thank you for sharing!

  • Josephine

    2019年7月12日 下午8:48

    I’m impressed, I must say. Seldom do I encounter a blog that’s both educative and
    engaging, and without a doubt, you’ve hit the nail on the head.

    The issue is something which too few men and women are
    speaking intelligently about. I am very happy I stumbled across this during my hunt for something concerning this.

  • Nydia

    2019年7月12日 下午2:36

    Hello! Quick question that’s completely off topic. Do you know how to make your site mobile friendly?
    My blog looks weird when viewing from my iphone4. I’m trying to find a theme or plugin that
    might be able to fix this problem. If you have any recommendations, please
    share. Thanks!

  • Sylvia

    2019年7月12日 上午8:42

    No matter if some one searches for his necessary thing, so he/she desires
    to be available that in detail, thus that thing is maintained over
    here.

  • Otto

    2019年7月12日 上午3:00

    Link exchange is nothing else however it is simply placing the
    other person’s webpage link on your page at appropriate
    place and other person will also do similar in support of you.

  • Colby

    2019年7月12日 上午2:22

    great points altogether, you just received a new reader. What may you suggest in regards to your publish that you just made a few days in the past?
    Any positive?

  • Jayne

    2019年7月11日 下午10:54

    You really make it seem so easy with your presentation but I find this topic
    to be actually something which I think I would never understand.

    It seems too complex and extremely broad
    for me. I am looking forward for your next post, I’ll try to
    get the hang of it!

  • Shani

    2019年7月11日 下午7:07

    Wow, wonderful weblog layout! How lengthy have you ever been running a blog for?
    you make blogging glance easy. The total look of your
    website is fantastic, let alone the content!

  • Trudi

    2019年7月11日 下午6:38

    It’s awesome to pay a quick visit this web site and reading the
    views of all friends on the topic of this article,
    while I am also eager of getting knowledge.

  • Kendra

    2019年7月11日 上午2:48

    I’ve been browsing on-line more than 3 hours lately, but I by no means found any interesting article like yours.
    It’s lovely value enough for me. Personally, if
    all web owners and bloggers made good content as you did,
    the web will be much more useful than ever before.

  • Dakota

    2019年6月28日 下午12:20

    Please let me know if you’re looking for a article writer for your weblog.
    You have some really great articles and I believe I would be a good asset.
    If you ever want to take some of the load off, I’d really
    like to write some content for your blog in exchange for a link back to mine.
    Please blast me an email if interested. Thank you!

  • 人可

    2016年2月12日 下午5:39

    学习开发中…..

回复 zipper pouch insert 取消回复

您的电子邮箱地址不会被公开。 必填项已用*标注