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


PHPEverywhere: Leap-frogging Early Adopters







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.




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





Similar Items

PHPEverywhere: Leap-frogging Early Adopters

Grok Headline matches for PHPEverywhere: Leap-frogging Early Adopters

Truckers Early Adopters of Tech


Truckers Early Adopters of Tech 06/01/2004 11:13 PM
Solid Washington Post story on truckers' use of Wi-Fi at truck stop hotspots: A few interesting new tidbits include the excellent observation that truckers are always early adopters of technology that has utility to their industry, like GPS and Wi-Fi, and that TruckStop.net reports 10,000 subscribers since October with just a few hundred locations. That's at least a few hundred grand a month, and doesn't count the drop-in users. What the article doesn't mention because it's too speculative is that if you combine a truckers' need of Internet connectivity for business and pleasure with the growing availability of high-speed cell data service, you could find truckers living the multi-modal connectivity life, pulling over at rest stops to use EDGE or 1xEv-DO, and then pulling into truck stops for the applications that need high bandwidth and/or high upload speeds. A little secret about TruckStop.net: a year's subscription averages less than $17 per month, but Boingo Wireless has a deal to aggregate their locations in the Boingo network, although I don't see locations live in the network yet. Boingo charges $21.95 for unlimited access for 12 months and then $34.95 per month thereafter; no cancellation penalties. A smart trucker with a Windows laptop should soon be able to use TruckStop.net and several thousand other locations. [link via Brian Chin]...

Spammers Are Early Adopters of SPF
Standard


Spammers Are Early Adopters of SPF
Standard
09/03/2004 05:43 PM

16-March-2003 -- Amazon Early Adopters


16-March-2003 -- Amazon Early Adopters 03/19/2003 10:27 PM
Amazon Early Adopters -- "Amazon.com is home to the most innovative products available anywhere, and we're committed to having them...

Mozilla browsers lure early adopters
from IE


Mozilla browsers lure early adopters
from IE
09/16/2004 05:48 AM
ZDNet UK Sep 16 2004 9:44AM GMT

Vodafone Netherlands launches commercial
3G for early adopters


Vodafone Netherlands launches commercial
3G for early adopters
06/16/2004 11:59 AM
DMeurope.com Jun 16 2004 4:02PM GMT

Is RFID worth the trouble? Early
adopters share their experiences in
deploying radio-frequency tracking
techno


Is RFID worth the trouble? Early
adopters share their experiences in
deploying radio-frequency tracking
techno
04/18/2005 04:25 AM
CNET Asia Apr 18 2005 8:53AM GMT

Q Comm International Announces New
Contract with Leap –q xpress 200 tm in
Over 1,000 of Leap’s Cricket® Locations


Q Comm International Announces New
Contract with Leap –q xpress 200 tm in
Over 1,000 of Leap’s Cricket® Locations
03/17/2005 04:14 AM
Q Comm International, Inc. (Amex: QMM; QMM.WS), a provider of prepaid transaction processing and electronic point-of-sale (POS) distribution solutions, today announced a contract with Leap Wireless International, Inc. [OTCBB: LEAP], a leading provider of innovative and value-driven wireless communications services, to install the q xpress 200 POS terminal in over 1,000 locations at Cricket-owned stores and third-party authorized dealers nationwide. Cricket Communications, Inc. is the operating subsidiary of Leap and is a leading provider of unlimited local and long distance wireless services. [PRWEB Mar 16, 2005]

Survey identifies influential young
adopters to target in e-Government
promotion


Survey identifies influential young
adopters to target in e-Government
promotion
09/07/2004 03:18 AM
PublicTechnology.net Sep 7 2004 7:49AM GMT

PHPEverywhere: OOP is Not For Me?


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

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 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: 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 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: 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: 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: Overloading Your PHP


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

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: 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: Some Thoughts on PHP


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

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: Exception Misinformation


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

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: 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: 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 Interviews Zeev


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

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: Is PHP5 Good to Go?


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

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: Back to the Future in PHP


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

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: 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: 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: 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: 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: 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: 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.
Grok Description matches for PHPEverywhere: Leap-frogging Early Adopters
GrokA matches for PHPEverywhere: Leap-frogging Early Adopters

Ilia's Blog: Apache 1 vs Apache 2
Performance


Ilia's Blog: Apache 1 vs Apache 2
Performance
12/24/2004 12:30 PM
With more information in the continuing discussion about PHP and Apache 2, Ilia Alshanetsky has done some benchmarks just to check and see what kind of a performance difference there really is.

Apache Cocoon 2.0.3 released (XML-Apache
Project)


Apache Cocoon 2.0.3 released (XML-Apache
Project)
07/17/2002 01:55 AM

XAMPP, an Apache Distribution


XAMPP, an Apache Distribution 03/14/2005 05:30 PM
"XAMPP is a collection of free software for installing and using the Apache Web server. Basically, it is an Apache distribution that includes the Apache Web server, MySQL, PHP, Perl an FTP server and phpMyAdmin. XAMPP is available for Linux, Solaris and Windows. According to the Apache Friends Web site, "The philosophy behind XAMPP is to build an easy-to-install distribution for developers to get into the world of Apache." Story

UnixWare 7.1.3 Open UNIX 8.0.0 UnixWare
7.1.1 : apache multiple vulnerabilities,
upgraded to apache-1.3.29


UnixWare 7.1.3 Open UNIX 8.0.0 UnixWare
7.1.1 : apache multiple vulnerabilities,
upgraded to apache-1.3.29
05/05/2004 12:29 PM
please_reply_to_security_at_sco.com (May 04 2004)

Setting up & Using Apache, MySQL, and
PHP


Setting up & Using Apache, MySQL, and
PHP
06/06/2005 12:05 AM
Configuring, compiling, installing, setting up, and using MySQL plus PHP with the Apache web server. Story

PHP Québec 2005: PHP - MySQL - Apache


PHP Québec 2005: PHP - MySQL - Apache 03/17/2005 04:19 AM
PHP Québec is proud to present an extended conference in Montréal, Québec, covering the latest innovations in PHP, MySQL and Apache. From March 30th until April 1st, major AMP contributors will talk about Security, Web Services, PHP 5 and great achievements with PHP in North America. The 4 tracks are available at the PHP Québec site. PHP Certification exams by Zend are included with every admission ticket to the conference. The certification center will also provide MySQL and Linux certification from MySQL AB, LPI and Savoir Faire Linux. The examination center is open to everyone.

PHP Québec 2005: PHP - MySQL - Apache


PHP Québec 2005: PHP - MySQL - Apache 03/17/2005 02:58 AM
PHP Québec is proud to present an extended conference in Montréal, Québec, covering the latest innovations in PHP, MySQL and Apache. From March 30th until April 1st, major AMP contributors will talk about Security, Web Services, PHP 5 and great achievements with PHP in North America. The 4 tracks are available at the PHP Québec site. PHP Certification exams by Zend are included with every admission ticket to the conference. The certification center will also provide MySQL and Linux certification from MySQL AB, LPI and Savoir Faire Linux. The examination center is open to everyone.

PHP Newsgroup, MySQL newsletter, and
Apache 2


PHP Newsgroup, MySQL newsletter, and
Apache 2
06/07/2002 08:34 AM

PHP Qubec 2005: PHP - MySQL - Apache


PHP Qubec 2005: PHP - MySQL - Apache 03/17/2005 03:15 AM
PHP Qubec is proud to present an extended conference in Montral, Qubec, covering the latest innovations in PHP, MySQL and Apache. From March 30th until April 1st, major AMP contributors will talk about Security, Web Services, PHP 5 and great achievements with PHP in North America. The 4 tracks are available at the PHP Qubec site. PHP Certification exams by Zend are included with every admission ticket to the conference. The certification center will also provide MySQL and Linux certification from MySQL AB, LPI and Savoir Faire Linux. The examination center is open to everyone.

Apache logging directly to MySQL


Apache logging directly to MySQL 01/03/2003 12:49 AM
Someone just asked how I log my web traffic into MySQL. The timing couldn't be better, because the article I wrote for Linux Magazine is now on-line so I don't need to explain it again: Getting a Handle on Traffic...

Senior Perl, Apache, MySQL developer


Senior Perl, Apache, MySQL developer 05/13/2004 05:08 PM
Plus Three - United States, D.C., Washington (2004-05-13)

Setting up a PHP 5 development
environment with Apache 2 and MySQL
4.1.3


Setting up a PHP 5 development
environment with Apache 2 and MySQL
4.1.3
08/30/2004 06:38 AM
CNET Aug 30 2004 10:31AM GMT

SourceLabs AMP Stack Integrates Apache,
MySQL and PHP


SourceLabs AMP Stack Integrates Apache,
MySQL and PHP
03/30/2005 08:06 PM
The first release of the company's integrated, open-source stack of infrastructure software has been certified for reliability, security and scalability under the CERT7 testing program.

Mod Perl / Apache / mySQL / pgSQL
programer


Mod Perl / Apache / mySQL / pgSQL
programer
12/28/2004 04:50 PM
YourSolutions.net, LLC - United States, Ut, Moab (2004-12-28)

Junior Perl, Apache, MySQL developer


Junior Perl, Apache, MySQL developer 05/13/2004 05:08 PM
Plus Three - United States, D.C., Washington (2004-05-13)

Vhostd - MySQL/Apache Vhost Interface


Vhostd - MySQL/Apache Vhost Interface 02/13/2004 10:41 PM
Rewrite Pending

Perl/MySQL/Apache/SOAP Development


Perl/MySQL/Apache/SOAP Development 08/27/2004 02:03 PM
Technology Resource Group - United States, Michigan, Metro Detroit (2004-08-27)

Perl/MySQL/Linux/Apache Developer


Perl/MySQL/Linux/Apache Developer 09/09/2004 12:39 PM
AlertSite - United States, Florida, Boca Raton (2004-09-09)

Perl/mod_perl/Apache/Mysql Programmer


Perl/mod_perl/Apache/Mysql Programmer 03/14/2005 06:04 PM
Shoplet.com - United States, NY, New York (2005-03-10)

Perl/Apache/MySQL Web Developer for
Publishing Company


Perl/Apache/MySQL Web Developer for
Publishing Company
04/04/2005 06:42 PM
SparkNotes.com - United States, NY, New York (2005-04-04)

mod_perl/MySQL/Linux/Apache contractors
needed


mod_perl/MySQL/Linux/Apache contractors
needed
12/24/2004 12:11 PM
- United States, Arizona, Scottsdale (2004-12-21)

SourceLabs AMP Stack Integrates Apache,
MySQL and PHP (Ziff Davis)


SourceLabs AMP Stack Integrates Apache,
MySQL and PHP (Ziff Davis)
03/30/2005 09:32 PM
Ziff Davis - The first release of the company's integrated, open-source stack of infrastructure software has been certified for reliability, security and scalability under the CERT7 testing program.

Perl/CGI/DBI/MySQL/Apache/modperl
Programmer for US Software Company


Perl/CGI/DBI/MySQL/Apache/modperl
Programmer for US Software Company
04/04/2005 10:24 AM
CyberSurfers Inc - India, Punjab, Haryana, Delhi, Chandigarh (2005-04-04)

Apache/mod_perl/MySQL
programmer/sysadmin for weather
forecasting group


Apache/mod_perl/MySQL
programmer/sysadmin for weather
forecasting group
07/19/2004 04:30 PM
Quantum Weather - United States, Colorado, Durango (2004-07-19)

Real-World Windows 2000 Configuration:
Getting Apache, PHP, MySQL, and
phpMyAdmin to Work Together, Part 1


Real-World Windows 2000 Configuration:
Getting Apache, PHP, MySQL, and
phpMyAdmin to Work Together, Part 1
09/16/2002 01:36 AM
This two-part tutorial covers nearly every detail of one writer's quest to install and configure a Web server, server-side scripting language, database, and data administration application on Windows 2000. Part 1 focuses on how to get Apache 1.3.26 with Mod_SSL 2.8.10 and PHP 4.2.2 up and running.

Real-World Windows 2000 Configuration:
Getting Apache, PHP, MySQL, and
phpMyAdmin to Work Together, Part 2


Real-World Windows 2000 Configuration:
Getting Apache, PHP, MySQL, and
phpMyAdmin to Work Together, Part 2
09/16/2002 01:36 AM
This two-part tutorial covers nearly every detail of one writer's quest to install and configure a Web server, server-side scripting language, database, and data administration application on Windows 2000. Part 2 examines ways to install and configure MySQL and phpMyAdmin on the operating system.

Open source, linux, microsoft, perl,
BSD, GPL, PHP, Apache, MySQL, GCC. Joe
'Zonker' Brockmeier - Corante


Open source, linux, microsoft, perl,
BSD, GPL, PHP, Apache, MySQL, GCC. Joe
'Zonker' Brockmeier - Corante
03/13/2003 10:21 AM
Open Mind

track this site | 8 links


Perl Developer! - Market Leader! -
Perl,MySQL,Apache


Perl Developer! - Market Leader! -
Perl,MySQL,Apache
02/01/2005 09:51 PM
Alan Morris Recruitment - United Kingdom, London (2005-02-01)

Apache-DB-0.08


Apache-DB-0.08 04/14/2004 11:56 PM

Apache-CVS-0.09


Apache-CVS-0.09 12/06/2003 11:21 PM

PHPEverywhere: Leap-frogging Early Adopters

The following phrases have been identified by the grok system as matching this entry: php recompile in apache 2.0.54 php apache "mysql 5" "apache distribution"

















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

Zend: News PEAR and
PECL InfoCenter
Section

PHP.net: Function
List Suggestions in
Search

Codewalkers.com:
Writing a Basic Auth
System

Community News: File
Upload Vulnerability
Posted

Market to protect
consumer PCs seems
poised for takeoff
(USATODAY.com)

Metal Politics
libnodave
Fockers fuel festive
film chart

Mandelson in
election role denial

Giant waves damage S
Asia economy

Pensioner 'may have
known killer'

Man in court over
knife rampage

Sri Lanka counts sea
surge dead

French apartment
blast kills 15

Obesity 'could
delete generation'

Seeing the family
over the Internet

Children warned of
internet dangers

MTNL Slashes Dial-up
Charges

Airtel Gets
Student-friendly

Hotmail Opens with
Blank Page after
Removal of AIM virus
or Spyware

Question mark on
screen likely
harmless, even if
perplexing

Fewer checks, same
balances

City lags others'
business growth

Spyware perpetrators
can cloak infected
files

Google's Newsbot
Isn't Biased!

XP: Change the
Registered Owner and
Organization Names

Seeing the family
over the Internet
Videoconferencing
attracts growing
number of users

Iraqi Shi'ite Leader
Escapes Bomb; 13 Die

Israel Frees 159
Palestinians; Abbas
Wants More Out

Families Seek News
on Tourists After
Tsunami Terror

Asia Tsunami Toll
Tops 21,000; Rush to
Find Bodies

Israel Frees 159
Palestinians, Abbas
Wants More Out

Transcend JetFlashM
256 MB

PCs Upgrade,
Downsize - and Make
Smaller Dents in
Consumers' Wallets

Insurers, Travel
Firms Tally Tsunami
Cost

Dell Inspiron 9200
17-inch laptop
review

PC Run-Up Leaves
Little Upside Left

2004 Wrap: Can't
Beat the Bushes

Alcatel Supports
Tlcoms sans
Frontires
Humanitarian Effort

Hacker hits
McDonald's China web
site

Microsoft and Intel:
Is Wintel Out of
Gas?

UFO Video
bogom 1.0
Xquote 2.6.10
Jabberwocky 2.0.30
(Development)

Online casino
strikes again,
buying naughty kids'
Christmas gifts
Doctor at Mexican
public hospital

TORCHE: Debut Album
Preview Posted
Online - Dec. 26,
2004

Grant boosts city's
online educational
resources

Where the Real
Internet Money Is
Made

CEO of China Finance
Online Nominated

what is grok?