stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHPEverywhere: Some Thoughts on PHP







PHPEverywhere: Some Thoughts on PHP

PHPEverywhere: Some Thoughts on PHP 11/27/2002 09:28 AM




This is a GrokNews Entry: (what is grok?)





Similar Items

PHPEverywhere: Some Thoughts on PHP

Grok Headline matches for PHPEverywhere: Some Thoughts on PHP

PHPEverywhere: OOP is Not For Me?


PHPEverywhere: OOP is Not For Me? 01/21/2003 08:55 AM

PHPEverywhere: Another Take on PEAR2


PHPEverywhere: Another Take on PEAR2 11/12/2003 01:22 PM
In a continuation of a topic started a few days back, PHPEverywhere has another posting about PEAR versus the proposed PEAR2, as well as where the future of it might be heading.

PHPEverywhere: PHP 4.4 Breakage


PHPEverywhere: PHP 4.4 Breakage 06/17/2005 03:32 PM
This new post on PHPEverywhere today points out two things: the PHP4.4 beta fixed some of the crashing issues in Windows he was having, and a bit of bad news - a new, potentially nasty bug.

The bad news is this quite disturbing, as PHP4 has been out for over 5 years yet no one has found this error before. The fact that PHP4 is known for reliability also suggests that references are a rarely used feature. Now you need to use references a lot in PHP4 to implement OOP well (otherwise all assignments create a duplicate copy of the object instance), which also suggests the takeup of OOP is pretty low in PHP4.'

He gives this example, with this resulting Warning message:

function &dosomething($a) { $b = false; return empty($a) ? $b: $a; } Only variable references should be returned by reference in d:inetpubwwwroottest.php on line 8

There is this bug opened, but there doesn't appear to be anyone looking into it...

PHPEverywhere: The PHP 5 Aftermath?


PHPEverywhere: The PHP 5 Aftermath? 07/14/2004 08:29 AM
With a bit of the aftermath of PHP 5 being released, there are a few things coming to light. John Lim highlights some of these issues.

PHPEverywhere: The Discipline of PHP


PHPEverywhere: The Discipline of PHP 08/11/2004 08:33 AM
When people talk about PHP not working or not scaling for them, I sometimes think they are not talking about technology, but the fact that PHP is too easy for them. [...] A typical opinion on PHP will praise it for speed of development, but moan the fact that PHP coding is messy and horrible.

phpEverywhere: More About the Benchmarks


phpEverywhere: More About the Benchmarks 11/19/2003 09:18 AM
A little while back, we mentioned some of the benchmarking that phpEverywhere was doing with one of the new suites, and now, with some solid results behind them, they've posted a graph of the results.

PHPEverywhere: Overloading Your PHP


PHPEverywhere: Overloading Your PHP 01/20/2003 08:30 AM

PHPEverywhere: PHP on .NET Whitepaper


PHPEverywhere: PHP on .NET Whitepaper 12/29/2004 09:43 AM
From PHPEverywhere there's a quick new posting mentioning the PHP on .NET discussion from earlier in the week.

PHPEverywhere: Migrating from ASP to PHP


PHPEverywhere: Migrating from ASP to PHP 06/22/2004 07:41 AM
A new posting on PHPEverywhere today discusses the migration from ASP to PHP, and includes a sample guide to make the conversion smoother.

PHPEverywhere: More on Pharrot


PHPEverywhere: More on Pharrot 10/28/2003 11:07 PM
With a new update on the PHP & Parrot front, PHPEverywhere has a new piece posted this morning talking more about the future of PHP and Parrot.

PHPEverywhere: Is PHP5 Good to Go?


PHPEverywhere: Is PHP5 Good to Go? 09/21/2004 08:14 AM
From PHPEverywhere:

PHPEverywhere: PHP Benchmarking Suite


PHPEverywhere: PHP Benchmarking Suite 02/12/2004 10:10 AM
John Lim from PHPEverywhere, there's a new posting about his PHP Benchmarking Suite making it easier to test your code and extend to conform to your testing needs.

PHPEverywhere: Review of Upgrading to
PHP 5


PHPEverywhere: Review of Upgrading to
PHP 5
09/13/2004 07:06 AM
PHPEverywhere has a new review of Adam Trachtenber's latest book - Upgrading to PHP 5.

PHPEverywhere: MySQL 5 Trigger "First
Look"


PHPEverywhere: MySQL 5 Trigger "First
Look"
02/05/2005 09:07 PM
With a "first look" at one of the powerful new features of MySQL 5 (alpha), John Lim of PHPEverywhere looks at the MySQL 5 triggers.

PHPEverywhere: Self-Replicating PHP Code


PHPEverywhere: Self-Replicating PHP Code 05/13/2004 07:46 AM
PHPEverywhere has an interesting link today about self-replicating PHP.

PHPEverywhere: Exception Misinformation


PHPEverywhere: Exception Misinformation 07/07/2004 11:28 AM

PHPEverywhere Interviews Zeev


PHPEverywhere Interviews Zeev 10/08/2002 08:12 AM

PHPEverywhere: Bitch-slapping PHP


PHPEverywhere: Bitch-slapping PHP 08/27/2004 01:35 PM
Open source is wonderful. Everything is so open, warts and all. R oshan Naik complains about the state of PHP:

PHPEverywhere: More About International
Support


PHPEverywhere: More About International
Support
08/19/2004 10:10 AM
With a bit of a rebuttal for Harry Fuecks' statement that PHP has a great lack of international support comes this new posting from John Lim at PHPEverywhere.

PHPEverywhere: The Once and Future
Parrot


PHPEverywhere: The Once and Future
Parrot
08/23/2004 08:21 AM
There's a new posting on PHPEverywhere this morning pertaining to Parrot - what it is, and how it can be good for PHP.

PHPEverywhere: Back to the Future in PHP


PHPEverywhere: Back to the Future in PHP 01/27/2003 08:45 AM

PHPEverywhere: Zend/Win Enabler Beta


PHPEverywhere: Zend/Win Enabler Beta 12/10/2003 09:17 AM
Over on PHPEverywhere this morning, there's a new posting about a tool that Zend has released a beta of this morning - the Zend/Win Enabler.

PHPEverywhere: The Michael Kimsal
Interview


PHPEverywhere: The Michael Kimsal
Interview
10/10/2002 09:55 AM

PHPEverywhere: Squeezing code with
xdebug


PHPEverywhere: Squeezing code with
xdebug
06/30/2004 08:08 AM
In a new posting from PHPEverywhere today, John talks about some of the issues he (and the other phpLens developers) are running up against - code optimization.

PHPEverywhere: The "Simple" Art of Code
Design


PHPEverywhere: The "Simple" Art of Code
Design
12/17/2003 09:34 AM
From PHPEverywhere:

PHPEverywhere: Battle of the Database
Layers


PHPEverywhere: Battle of the Database
Layers
02/06/2003 09:40 AM

PHPEverywhere: Rasmus Interview on PHP
& Parrot


PHPEverywhere: Rasmus Interview on PHP
& Parrot
08/03/2004 07:26 AM
In a link from PHPEverywhere, there's an interview with Rasmus Lerdorf, the one who started it all.

PHPEveryWhere: Interview with Zeev
Suraski


PHPEveryWhere: Interview with Zeev
Suraski
10/08/2002 07:09 AM
Zeev Suraski is one of the designers of the engine behind the open source programming language PHP. Zeev is also the CTO of Zend Technologies, a company that develops products for the PHP market. I had the good fortune of interviewing him recently.

PHPEverywhere: The Fruity Taste of PEAR


PHPEverywhere: The Fruity Taste of PEAR 06/01/2004 09:17 AM
On PHPEverywhere, there is a new posting that some of the core PEAR developers out there might not want to see.

PHPEverywhere: Is Open Source
Commercially Viable?


PHPEverywhere: Is Open Source
Commercially Viable?
06/17/2005 03:32 PM
This new post from PHPEverywhere (and Daniel Lyons of Forbes) ask the question "Is Open Source Commercially Viable?"

Daniel Lyons of Forbes has an interesting take on the JBoss vs IBM struggle, and attempts to commercialize Open Source in general:

"Even proponents like Fleury admit the open source business model is not intended to produce powerful, wealthy, massively profitable software companies. Yet people are racing into this business, and venture capitalists keep funding them, pumping $150 million into open source startups in 2004, triple the amount for 2003, according to VentureOne."

He wonders if maybe this is the Next DotCom Bubble on the rise - but with harsher consequences - "this time it's not just investors who will get burned. Customers are taking a risk too."

PHPEverywhere: Adam Bosworth Reconsiders
Ajax


PHPEverywhere: Adam Bosworth Reconsiders
Ajax
06/06/2005 12:15 AM
On PHPEverywherethis new posting in which JohnAdam Bosworth's comments (A lex Bosworth's son) about AJAX and some of its c ommon pitfalls.

This bl0g is moving to
http://phplens.com/phpeverywhere/


This bl0g is moving to
http://phplens.com/phpeverywhere/
06/21/2004 01:11 AM
Although Userland have been kind enough to let me stay on, I have decided it might be wiser to self-host this site. So I intend to move to http://phplens.com/phpeverywhere/

I have managed to preserve the content, but the article comments were not ported over.

Kindly update your links. This will be the last post on the site. The RSS feed will be http://phplens.com/phpeverywhere/?q=node/feed/1

Thanks for all the fish.

PS: I am using drupal.

PHPEverywhere: Ten Emerging 2005
Software Trends


PHPEverywhere: Ten Emerging 2005
Software Trends
06/22/2005 02:48 AM
On PHPEverywherethis new post from John Lim with a look at what The Manageability blog has as the Ten Emerging 2005 Software Trends.

  • Firefox Browser market share will continue to grow in 2005.
  • Eclipse market share will continue to grow.
  • AMD will continue to increase its performance dominance over Intel.
  • Javascript will regain dominance in the space of Rich Internet Applications (RIA).
  • Java developers will continue to abandon EJB as the standard way of building Java based server applications.
  • Semantic XHTML will continue to gain mind share as the best way to encode semantic information.
  • SOA will continue to mesmerize the masses...
  • Large costly multi-cpu servers will be abandoned in favor of lots of cheap low cost single CPU servers.
  • IT Deflation will be the continuing trend.
  • Scripting languages will become dominant in addressing the needs of situated software.

    John also adds a few of his own to the list, including: "Linux market share will continue grow", "Multi-core CPUs will be marketed as the next big thing", and, not too surprisingly "The semantics of Semantic XHTML will continue to confuse you and me".

    PHPEverywhere: Is PHP5 ready for Rover
    or Fifi?


    PHPEverywhere: Is PHP5 ready for Rover
    or Fifi?
    06/21/2004 07:38 AM
    PHPEverywhere (now at it's new location - see this post for more information) has a new interesting bit pulled from a message on one of the PHP newsgroups concerning their use of PHP 5.

    PHPEverywhere: Leap-frogging Early
    Adopters


    PHPEverywhere: Leap-frogging Early
    Adopters
    12/27/2004 09:08 AM
    Offering up his opinion on the whole Apache 1 continues to be faster than Apache 2 for running PHP debate, John Lim has a new posting over on PHPEverywhere today.

    Thoughts of the Day


    Thoughts of the Day 01/11/2004 07:57 AM
    valariesvision.blogs (1) .. Thoughts of the Day .. valarie Marie

    valariesvision.blogspot.com
    track this site | 4 links


    Thoughts from SES


    Thoughts from SES 12/12/2003 07:47 PM
    I think the number I heard was close to 900 or 1000 attendees. Interestingly, Google did not sponsor the conference this time. They ...

    My Thoughts Exactly


    My Thoughts Exactly 04/21/2004 10:12 AM

    Found this great comment over at SlashDot that I thought some of you might appreciate:

    So you're telling me superglue is like perl?

    Hell yeah it is. Nobody understands it, everybody screams about how great it is, promises to work forever but in reality only works for about three hours.

    Hell yeah superglue is just like perl.

    T-shirt quality stuff.

    Click here to comment on this entry


    Thoughts of War


    Thoughts of War 06/05/2005 11:27 PM
    The fact that we are at war always creeps up on me. I certainly don't devote active thought to it/ Passive processing is heavily occupied these days. Some of the most valuable ambient mainstream information gets in from NPR...
    Grok Description matches for PHPEverywhere: Some Thoughts on PHP
    GrokA matches for PHPEverywhere: Some Thoughts on PHP

    PHPEverywhere: Some Thoughts on PHP

  • The following phrases have been identified by the grok system as matching this entry:

















    Also check out:


    Grok

    Ipod Porn on the
    Rise

    Brief Abstract of
    Wikipedia's
    Mesothelioma Cancer
    page

    Get first aid
    instructions in your
    cell phone

    IE is crap
    JSPWiki gains
    podcasting support

    Tutorial: Creating
    an Authentication
    System with
    Privilege Levels
    using PHP

    Microsoft Copies
    Gelertner...

    PHP Intro to Objects
    and Classes

    Patterns for PHP
    Codewalkers.com:
    Monty Widenius
    [Interview]

    HaloScan.com -
    Weblog Commenting

    Java quiz grades
    posted

    Page Weight - '
    Don't make me wait '

    W3C to Move European
    Host to ERCIM

    designer_stats
    Co-ordinate Your
    Flash Site

    XML Namespaces
    Explained

    Cool Stuff: PHP
    Cheat Sheet and
    Syntax Exam

    Weird 'net problem
    PHP Class
    'simplepass'
    released

    PHP Class
    'PhpClasses'
    released

    simplepass
    BBEdit 7.0.1
    Available

    A Holey Reality
    Senior Programmer;
    Buffalo, NY

    ANNOUNCE: Gimp-Print
    4.2.4

    Data Processing Spec
    Nears Final Draft

    A Holy Reality
    CD Anti-Copying
    Measures Doomed

    Macromedia Director
    Adds Mac OS X
    Support

    New Generation of
    the W3C Markup
    Validator Released

    Macromedia Announces
    Director MX

    Sample Chapter:
    Professional PHP4
    Web Dev Solutions
    (pdf)

    Zope versus Cocoon
    Replacing Perl
    Scripts with PHP
    Scripts

    Use Oracle9i
    full-index scans to
    read data quickly

    An introduction to
    Flash Remoting MX

    Real managers use
    real metrics

    Create an embedded
    Web server

    Working with problem
    players

    C# will rule the
    .NET roost

    C# for Java
    developers

    Live from LA
    PhpClasses
    TKNY the ultimate
    gadget store!

    HTML Tip: Structure
    Documents With
    Header Tags

    Lactic Acid Cure?
    Review - Macromedia
    Contribute

    XML DTDs Vs XML
    Schema

    Importance of a PPC
    Bid Manager

    New Releases From
    InterAKT

    PHP Class 'DateSel'
    released

    PHP Class 'Adump'
    released

    Improving Rankings
    via Server Side
    Includes (SSI)

    DateSel
    what is grok?