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

    • HomeBank 5.10.1 by Razvan Serea HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting. It is designed to easy to use and be able to analyse your personal finance and budget in detail using powerful filtering tools and beautiful charts. If you are looking for a completely free and easy application to manage your personal accounting, budget, finance then HomeBank should be the software of choice. HomeBank also benefits of more than 19 years of user experience and feedback, and is translated by its users in around 56 languages. Highlights: Cross platform, supports GNU/Linux, Microsoft Windows, Mac OS X Import easily from Intuit Quicken, Microsoft Money or other software Import bank account statements (OFX, QIF, CSV, QFX) Duplicate transaction detection Automatic cheque numbering Various account types : Bank, Cash, Asset, Credit card, Liability Scheduled transaction Category split Internal transfer Month/Annual budget Dynamic powerful reports with charts Automatic category/payee assignment Vehicule cost HomeBank 5.10.1 changelog: change: the input field helper icon + fixed some spacing inconsistency change: transaction, added some missing input tooltips and reworked existing change: category, payee and tag window add input now have a tooltip and button change: split window, refactored the layout change: split window, add display of memo and date wish : #2106800 budget report option to exclude transfers from unbudgeted line bugfix: prevent deletion of non pending transaction when rejecting bugfix: transaction warning for no rate faultly showing in transfer bugfix: report missing space for filter tooltip icon bugfix: budget report missing filter tooltip bugfix: manage account closed icon was hidding budget icon bugfix: #2154771 view transcations requires hitting Escape or X twice to close dialog bugfix: #2154337 transfer to/from closed account with different currency don't show the amount bugfix: #2154234 scheduled transaction recurring pattern daily value limited to 100 bugfix: #2149897 view split for closed accounts bugfix: #2148561 global time chart do not shows current period by default bugfix: #2148456 the main screen Total Chart is no longer showing an overall total bugfix: #2147497 editing a transaction resets scroll position bugfix: #2147377 balance mixup with transaction same day sort by amount bugfix: #2147052 quarter are wrong when fiscal year is jan 1 bugfix: #2147048 all events for the month are late but today is only the 1st bugfix: #2144993 impossible to search for transactions by value for values >999,99 bugfix: #2144698 adding new Category/Payee/Tags requires hitting -Enter- bugfix: #2144419 QIF Account name detection fail on import bugfix: #2142349 can't delete account groups bugfix: #2139409 account maximum limit is not fully used (example credit card) bugfix: #2133783 transfers shouldn't add to dashboard top spending reports Download: HomeBank 5.10.1 | 20.5 MB (Open Source) Download: 3rd party packages (macOSX. Ubuntu...etc) View: HomeBank Website | Support | Features | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Same, price was right for my Home, laptop, phone. Works great!
    • Brave and Firefox. I’ve been using them as my primary browsers for a while now, perfect combo
    • They want Ring 0 access. Should be a hard no. A middle ground needs to be found.
  • Recent Achievements

    • 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
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!