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

    • Still 3x what it should cost. So, it seems the trick is to increase price by 6x so that a reduction in price back to 4x looks like a steal. "You savvy shoppers win again!" I'm glad I'm not in a desperate spot to actually even need this overpriced crap. Hopefully, it comes back down by the time for when (or if) I ever do.
    • Although AI is great and has it's use cases they likely have massively overhyped it and it has not delivered as per their expectations. I fully expect them to start saying the same things again when it does get to a certain level of intelligence!
    • Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months.
    • Hey what's about the proton vpn firefox extension ? It's not working today
  • 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
      513
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      138
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!