Hello Anousak,

This morning I had some time for a really interesting results, what could be
quite interesting for all.

I have here just windows running on my laptop. I installed here some time
ago xampp-win32-1.5.4 and have never looked what PHP version it used "out of
the box", and I thought it should be PHP5 (Why not, this xampp version isn’t
so old..). By all the discussions last week there was just the feeling that
there is something in the soup of the kitchen. Fact... I checked it today,
care2x is running fine under php 5.1 on windows without any problems (I used
that laptop by presentations, so that would be worse when there are strange
effects and by questions of the audiences I opened menus what I quite seldom
using normally). 
Now, I have looked to php.net to find out what could be the headache of the
past, because even me I had the effect that care2x presenting you a blank
page when you're using the latest php 5.2.x release.
There are some interesting information on php.net:
http://www.php.net/manual/en/migration52.incompatible.php

This has the headline that there are some major changes done by PHP from 5.1
to 5.2 called "Backward Incompatible Changes".

Just for real hardcore developers: By reading that documentation, my eyes
gravitating now around the PHP internal magic method __toString(). That is,
accord. to the documentation, called like a real string context and an obj.
whats misused that by side effect going now to a fallback what no longer
giving the internal object-id. Maybe some developers (and maybe I cannot
promise that I haven't used that kind of luck) in the past have used it
inside if-statements to check it instead of using the prepared function
is_a() what returns true if the object is initialized.

Alternative we should also focus the adoDB what we're using as
DB-abstraction layer is not on the latest one. I have tried to replace adoDB
with the latest version but this seems to be quite a hard job, wasn't
running just out of the box. I cannot say for the moment what makes trouble
here, still need little bit time to check carefully for it.

Maybe someone could check my hypothesis that care2x is running fine under
php5.1 under linux as well - then we can focus to release RC2 as PHP5.1
compatible with some restrictions to PHP 5.2?

Before someone give a hand up and asking why we're not starting right now to
be close to the PHP releases... so there is quite often the case that not
all restrictions have a big future on PHP and the community is like anarchy,
senseless will disappear or introduced again: So e.g. the abstract static
class functions, introduced by PHP5 and maintained till PHP5.1 is dropped
out without any comment under PHP5.2.

Please let me know about the results using care2x under LAMP5.1 (Linux,
apache, mysql, php 5.1)

Robert





> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:care2002-
> [EMAIL PROTECTED] Im Auftrag von Anousak
> Souphavanh
> Gesendet: Sonntag, 12. August 2007 04:36
> An: [EMAIL PROTECTED]; care2002-
> [EMAIL PROTECTED]
> Betreff: Re: [Care2002-developers] Why not Php5 and beyond?
> 
> Thanks Daniel and Claudio for your help.
> 
> I am now able to start and stop PHP4 using XAMPP; however, XAMPP has
> its own webserver running. My Care2x is extracted to /www/care2x and
> XAMPP doesn't know about this location. How can I tell XAMPP to look
> for this location or where I should move Care2x files so that XAMPP
> can work with it.
> 
> Much appreciated for your kind help in advance.
> Anousak
> 
> 
> On 8/2/07, Dr. med. Daniel Hinostroza <[EMAIL PROTECTED]>
> wrote:
> > Hi Anousak,
> > Google apachefriends (XAMPP).  XAMPP allows you to change from php4 to
> > php5 from the XAMPP control panel.
> >
> > Anousak Souphavanh escribió:
> > > Claudio,
> > >
> > > Where can I get the PHP parser for both php 4 and php 5?
> > >
> > > Thanks and cheers,
> > > Anousak
> > >
> > > On 7/27/07, Claudio Giulio Torbinio <[EMAIL PROTECTED]> wrote:
> > >
> > >> Hi all
> > >> Next release (v 2.4) will be placed on 07/31/2007.
> > >> I am also using care2x on a machine with ubuntu, it works if you use
> a php
> > >> parser both for php 4 and 5
> > >> We are testing a framework (seagull) for the 3th generation of
> care2x.
> > >> U can find it on SVN rep.
> > >> We are planning to begin the php5 porting, with the adoption of this
> > >> framework.
> > >> Every goodwill developer is wellcome.
> > >>
> > >> Regards
> > >> Claudio Giulio Torbinio
> > >> ----- Original Message -----
> > >> From: "Absar Ali" <[EMAIL PROTECTED]>
> > >> To: <care2002-developers@lists.sourceforge.net>
> > >> Sent: Thursday, July 26, 2007 5:26 PM
> > >> Subject: Re: [Care2002-developers] Why not Php5 and beyond?
> > >>
> > >>
> > >>
> > >>> i have no idea.
> > >>>
> > >>>
> > >>>
> > >>>> From: "Anousak Souphavanh" <[EMAIL PROTECTED]>
> > >>>> Reply-To: care2002-developers@lists.sourceforge.net
> > >>>> To: care2002-developers@lists.sourceforge.net
> > >>>> Subject: Re: [Care2002-developers] Why not Php5 and beyond?
> > >>>> Date: Thu, 26 Jul 2007 22:18:13 +0700
> > >>>>
> > >>>> Thanks! But when will the next version is going to be released?
> > >>>>
> > >>>> Anousak
> > >>>>
> > >>>> On 7/26/07, Absar Ali <[EMAIL PROTECTED]> wrote:
> > >>>>
> > >>>>> Hi,
> > >>>>> actually care2000 was developed in php 4.0.1 version, and there is
> a
> > >>>>>
> > >>>> very
> > >>>>
> > >>>>> big difference in php5, this is the issue that every one is
> talking
> > >>>>>
> > >>>> about
> > >>>>
> > >>>>> now a days, you have to wait for the newer version.
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>> From: "Anousak Souphavanh" <[EMAIL PROTECTED]>
> > >>>>>> Reply-To: care2002-developers@lists.sourceforge.net
> > >>>>>> To: care2002-developers@lists.sourceforge.net
> > >>>>>> Subject: [Care2002-developers] Why not Php5 and beyond?
> > >>>>>> Date: Thu, 26 Jul 2007 22:05:56 +0700
> > >>>>>>
> > >>>>>> Hi all,
> > >>>>>>
> > >>>>>> I tried to install Care2000 in Ubuntu 7.04 and the only thing I
> have
> > >>>>>> issue is that Care2000 doesn't seem to work with PHP version 5.
> It
> > >>>>>> requires Php version below then 5. Is there away that I can tweak
> it
> > >>>>>> so that it will work with PHP 5.2.x? Thanks in advance for your
> kind
> > >>>>>> help.
> > >>>>>>
> > >>>>>> --
> > >>>>>> Anousak (Anthony) Souphavanh
> > >>>>>> "Small can make a big impact"
> > >>>>>>
> > >>>>>>
> > >>>>> ------------------------------------------------------------------
> -------
> > >>>>>
> > >>>>>> This SF.net email is sponsored by: Splunk Inc.
> > >>>>>> Still grepping through log files to find problems?  Stop.
> > >>>>>> Now Search log events and configuration files using AJAX and a
> > >>>>>> browser.
> > >>>>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > >>>>>> _______________________________________________
> > >>>>>> Care2002-developers mailing list
> > >>>>>> Care2002-developers@lists.sourceforge.net
> > >>>>>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > >>>>>>
> > >>>>> _________________________________________________________________
> > >>>>>
> > >>>>>
> > >>>> http://imagine-windowslive.com/hotmail/?locale=en-
> us&ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507
> > >>>>
> > >>>>>
> > >>>>>
> > >>>> -------------------------------------------------------------------
> ------
> > >>>>
> > >>>>> This SF.net email is sponsored by: Splunk Inc.
> > >>>>> Still grepping through log files to find problems?  Stop.
> > >>>>> Now Search log events and configuration files using AJAX and a
> browser.
> > >>>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > >>>>> _______________________________________________
> > >>>>> Care2002-developers mailing list
> > >>>>> Care2002-developers@lists.sourceforge.net
> > >>>>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > >>>>>
> > >>>>>
> > >>>> --
> > >>>> Anousak (Anthony) Souphavanh
> > >>>> "Small can make a big impact"
> > >>>>
> > >>>> -------------------------------------------------------------------
> ------
> > >>>> This SF.net email is sponsored by: Splunk Inc.
> > >>>> Still grepping through log files to find problems?  Stop.
> > >>>> Now Search log events and configuration files using AJAX and a
> browser.
> > >>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > >>>> _______________________________________________
> > >>>> Care2002-developers mailing list
> > >>>> Care2002-developers@lists.sourceforge.net
> > >>>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > >>>>
> > >>> _________________________________________________________________
> > >>> Need a brain boost? Recharge with a stimulating game. Play now!
> > >>> http://club.live.com/home.aspx?icid=club_hotmailtextlink1
> > >>>
> > >>>
> > >>>
> > >>>
> > >> ---------------------------------------------------------------------
> -----------
> > >>
> > >>
> > >>
> > >>> --------------------------------------------------------------------
> -----
> > >>> This SF.net email is sponsored by: Splunk Inc.
> > >>> Still grepping through log files to find problems?  Stop.
> > >>> Now Search log events and configuration files using AJAX and a
> browser.
> > >>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > >>>
> > >> ---------------------------------------------------------------------
> -----------
> > >>
> > >>
> > >>
> > >>> _______________________________________________
> > >>> Care2002-developers mailing list
> > >>> Care2002-developers@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > >>>
> > >>>
> > >> ---------------------------------------------------------------------
> -----------
> > >>
> > >>
> > >> No virus found in this incoming message.
> > >> Checked by AVG Free Edition.
> > >> Version: 7.5.476 / Virus Database: 269.10.19/918 - Release Date:
> 25/07/2007
> > >> 14.55
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> ----
> > >> This SF.net email is sponsored by: Splunk Inc.
> > >> Still grepping through log files to find problems?  Stop.
> > >> Now Search log events and configuration files using AJAX and a
> browser.
> > >> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > >> _______________________________________________
> > >> Care2002-developers mailing list
> > >> Care2002-developers@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> > >>
> > >>
> > >
> > >
> > >
> >
> > ------------------------------------------------------------------------
> -
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > _______________________________________________
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> 
> 
> --
> Anousak (Anthony) Souphavanh
> "Small can make a big impact"
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to