Recommended Posts

http://www.php.net/

The PHP development team would like to announce the immediate availability of PHP 5.4.4 and PHP 5.3.14. All users of PHP are encouraged to upgrade to PHP 5.4.4 or PHP 5.3.14.

The release fixes multiple security issues: A weakness in the DES implementation of crypt and a heap overflow issue in the phar extension

PHP 5.4.4 and PHP 5.3.14 fixes over 30 bugs. Please note that the use of php://fd streams is now restricted to the CLI SAPI

For source downloads of PHP 5.4.4 and PHP 5.3.14 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes are recorded in the ChangeLog.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/
Share on other sites

There?s no true alternative except ASP and it?s clear that PHP dominates the market completely.

But it seems like the language is dead ? And a lot of people are criticizing it. PHP5 wasn?t what people expected and PHP6 will never come out. Any word on what?s happening with this ?

They added classes, which seem to make most users happy enough. They spend a lot of time chasing their own tail closing insecurities / bad decisions that were made in the past.

It's sort of the internet's duct tape; it's not the best solution, but it works almost everywhere, and it's cheap.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594947705
Share on other sites

PHP exists because it came early (in software frameworks, that's a good thing) and people are used to it. Also, ASP.NET is made by Microsoft, which means that most of the so-called "tech-savvy" people (a.k.a. Linux fanboys and MS haters) will never use it. Now everyone is used to working with PHP and hosting PHP websites - but good luck if you want to find a free host that supports some of the less known frameworks.

It's safe to bet that if all development frameworks had come at the same time, no one would be using PHP. Even its scripting advantage (some people think it is) is void when you compare it to Django or RoR.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594947837
Share on other sites

ASP.NET is a framework.

ASP has always been more of a framework, even before .NET, because to create ASP-based web sites at the time when ASP was first showing up and a few years after, you could either use JScript or VBScript to ASP site.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594947847
Share on other sites

Also, ASP.NET is made by Microsoft, which means that most of the so-called "tech-savvy" people (a.k.a. Linux fanboys and MS haters) will never use it. Now everyone is used to working with PHP and hosting PHP websites - but good luck if you want to find a free host that supports some of the less known frameworks.

Well, Windows Server costs money, Linux doesn't. That's a big difference in terms of cost of development.

Also, it's not too hard to find cheap hosts that support Django and Rails these days, but compared to PHP, the documentation is lacking, and there's not a lot of popular applications driving those frameworks forward. I bet a huge part of PHPs base is Wordpress / Drupal / Joomla / various other CMSs.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594947865
Share on other sites

Documentation alone saves it. I always have CHM version just one click away. There was a time when I thought it's just my "can't be arsed to learn" attitude at fault (which still is to some degree), but other people tend to agree that PHP actually is misdesigned, inconsistent and chaotic, thus trying its best to prevent learning it.

In that respect, it's easy to pick up (and hard to give up), giving one all the freedom in the world, down to one's favorite text editor and one-click installations, but very hard to do correctly. Such freedom is dangerous, developers misuse it. The usual end result is bad practices spaghetti served with a good dose of dependency hell (in-house especially).

Also, Zend is a bunch of mindless jerks who'd be first against the wall if my will prevailed.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594947929
Share on other sites

ASP has always been more of a framework, even before .NET, because to create ASP-based web sites at the time when ASP was first showing up and a few years after, you could either use JScript or VBScript to ASP site.

The end of what I wrote should've said:

"...for the ASP site."

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594948391
Share on other sites

Well, Windows Server costs money, Linux doesn't. That's a big difference in terms of cost of development.

Which is not true of course, the biggest cost in any server would be hardware and maintenance, and for developers the time they have to spend implementing certain code. It certainly isn't the initial licensing cost that determines the true cost of a server.

It might be true that for some companies a linux server is cheaper in the long run, for others, a windows server might be a more appropiate solution.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594948399
Share on other sites

It might be true that for some companies a linux server is cheaper in the long run, for others, a windows server might be a more appropiate solution.

Unless your company is filled with handless monkeys, Linux will always be cheaper. Especially when you start setting them up in the hundreds, or thousands.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594948403
Share on other sites

i'm not much of a web programmer but it really seems like the internet is in need of one unified language. To that end I won't say much about HTML 5 other than i'm aware that it's supposed to unite overlapping and redundant technologies like html xml xhtml hopefully also php and javascript. But again i haven't web programmed since html 4 first came out and i'm unaware of most of the differences in the languages.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594949881
Share on other sites

i'm not much of a web programmer but it really seems like the internet is in need of one unified language. To that end I won't say much about HTML 5 other than i'm aware that it's supposed to unite overlapping and redundant technologies like html xml xhtml hopefully also php and javascript. But again i haven't web programmed since html 4 first came out and i'm unaware of most of the differences in the languages.

http://xkcd.com/927/

  • Like 3
Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594949889
Share on other sites

i'm not much of a web programmer but it really seems like the internet is in need of one unified language. To that end I won't say much about HTML 5 other than i'm aware that it's supposed to unite overlapping and redundant technologies like html xml xhtml hopefully also php and javascript. But again i haven't web programmed since html 4 first came out and i'm unaware of most of the differences in the languages.

XML is redundant? Have I been cryogenically frozen for a few years? HTML 5 will never replace PHP or JS.

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594949913
Share on other sites

If HTML ever becomes a client AND server side scripting language as well as a markup language, most people will just give up on the Internet and go back to passing sheets of paper around. :laugh:

I swear people hear HTML5 and think if you put <canvas> all over a page you'll get Youtube.

  • Like 2
Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594950375
Share on other sites

Well, Windows Server costs money, Linux doesn't. That's a big difference in terms of cost of development.

Also, it's not too hard to find cheap hosts that support Django and Rails these days, but compared to PHP, the documentation is lacking, and there's not a lot of popular applications driving those frameworks forward. I bet a huge part of PHPs base is Wordpress / Drupal / Joomla / various other CMSs.

And Facebook

Link to comment
https://www.neowin.net/forum/topic/1085827-php-544/#findComment-594959845
Share on other sites

This topic is now closed to further replies.
  • Posts

    • Instagram now lets you manually reorder posts on your profile grid by David Uzondu Instagram is finally rolling out the ability to customize your feed layout as you see fit by letting you reorder posts on your profile grid. This feature comes several months after the app introduced a tool that lets users rearrange photos and videos within a carousel post after it has already been published. To do that, people tap the three-dot menu in the top right corner of the post, select the edit option, and reorganize their slides. Now that Instagram has expanded the feature to your profile grid, you can organize your main page without deleting old uploads. To use the new system, you simply tap any picture on your grid and select the option to reorder. This action opens up a separate screen where you can freely drag your grid items around until you get your preferred aesthetic, and then you just hit the back button to save your changes. Instagram's Threads account posted that the system would reach accounts starting this week, so you might need to wait for the automatic update to hit your phone. https://www.threads.com/@instagram/post/DZVV_fyjjSW In other Instagram news, last week, people figured out that if you ask Meta's AI support assistant to hand over any Instagram account, the bot will actually hand it over (even if the victim's account had 2FA enabled). The security exploit involved the assistant accepting prompts from users and generating password reset links for unauthorized email addresses. Meta said that the issue has now been fixed, but this came after the issue affected several high-profile accounts, including @obamawhitehouse. Last month, the company finally rolled out paid subscription tiers for WhatsApp and other Meta social platforms after months of testing. WhatsApp Plus costs $2.99 a month and gives you custom themes, while Instagram Plus and Facebook Plus cost $3.99 a month for extra profile customization and story rewatch counters. Meta's also working on Meta One, a unified subscription service that contains options for heavy users of its servers who want more reach or advanced features. For instance, Meta One Essential ($14.99/mo) comes with a verified badge and impersonation protection. If you pay for Meta One Premium ($19.99/mo), you get deeper AI reasoning tools, whereas the Meta One Advanced ($49.99/mo) tier increases your search placement (on Facebook and Instagram) and visibility.
    • Hello mysterious lamborghiniv10, I was in Australia and... now I'm in the Netherlands. 
    • EU says Meta must restore rival chatbots' access to WhatsApp by Hamid Ganji The European Commission has ordered Meta to restore third-party AI chatbots’ access to WhatsApp after the tech giant decided to block them from operating on the popular messaging platform. After Meta banned rival AI chatbots from operating on WhatsApp, the European Commission launched an antitrust investigation to determine whether the company had abused its market dominance. As a result of Meta’s decision, third-party AI chatbots, including Microsoft’s Copilot and OpenAI’s ChatGPT, were prevented from operating on WhatsApp. At the time, Meta said it wanted to reserve the WhatsApp Business API for other types of businesses and did not allow rival chatbots to use it. This effectively prevented the WhatsApp ecosystem from being used to distribute rival chatbot services. However, the European Commission has now announced an interim measures decision requiring Meta to restore access to WhatsApp for rival general-purpose AI assistants on the same terms and conditions as before October 15, 2025. The Commission has also asked Meta to maintain that access until the antitrust investigation is concluded. The Commission argues that Meta has used its dominant market position to prevent rival AI chatbots from accessing the WhatsApp Business API. While Meta allowed rival services to return to WhatsApp by paying a fee, the European Commission still considers that arrangement to be a de facto access ban. According to EU antitrust chief Teresa Ribera, the fees introduced by Meta are so high that using WhatsApp is no longer economically sustainable for competitors. “It seems that Meta expects to leverage the vast reach and likely dominance of WhatsApp to benefit its own AI assistant and to foreclose rivals,” Ribera said. “We cannot let large digital incumbents leverage their dominance of the past to dictate who in Europe gets to compete and who gets to innovate in AI.”
    • A few years ago walmart had the 512 models on clearance for $35. I bought 3 of them. I should have purchased more.
    • I'm fine with a little reasonable promotion of Edge, but the degree which they do it right now I consider extremely unreasonable. 
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      134
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!