|
From: Chad L. <ch...@ch...> - 2004-09-14 06:43:25
|
Min requirements we're moving to 4.1.0 or greater for version 2.0.
Version 1.1 still supports 4.0.6 I believe.
-C
On Sep 13, 2004, at 11:34 PM, Dietrich Ayala wrote:
> are you talking about removing support for php 4.x.x?
>
> if so: please do not! there are thousands of users (and me) who will
> still be using 4.x.x for quite a while.
>
> thanks, and keep up the good work!
>
> -dietrich
>
> Wesley Miaw wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>> Nope. I upgraded my Linux box and am no longer running the older PHP.
>> Of course, removing backwards compatibility means people who are
>> running older versions can't use PHP iCalendar anymore.
>> On Sep 13, 2004, at 6:00 PM, Chad wrote:
>>> Just an oversite when I was updating for PHP 5.x. We'll probably
>>> remove it.... Wes, do you still need it?
>>>
>>> -C
>>>
>>> On Sep 13, 2004, at 12:59 PM, Jim Hu wrote:
>>>
>>>> At the beginning of the latest version of init.inc.php, the code
>>>> has changed from:
>>>>
>>>> // Older versions of PHP do not define $_SERVER. Define it here
>>>> instead.
>>>> if (!isset($_SERVER) && isset($HTTP_SERVER_VARS)) {
>>>> $_SERVER = &$HTTP_SERVER_VARS;
>>>> }
>>>>
>>>> to
>>>>
>>>> // Older versions of PHP do not define $_SERVER. Define it here
>>>> instead.
>>>> if (!isset($_SERVER) && isset($_SERVER)) {
>>>> $_SERVER = &$_SERVER;
>>>> }
>>>>
>>>> Shouldn't this go back if the function is still for compatibility
>>>> with older versions of php? Or perhaps it should just be deleted,
>>>> as it seems like the if will never evaluate to true. Not that this
>>>> affects my install...
>>>>
>>>> Jim
>>>> =====================================
>>>> Jim Hu
>>>> Associate Professor and Associate Head for Graduate Programs
>>>> Dept. of Biochemistry and Biophysics
>>>> 2128 TAMU
>>>> Texas A&M Univ.
>>>> College Station, TX 77843-2128
>>>> 979-862-4054
>>>
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
>>> Project Admins to receive an Apple iPod Mini FREE for your judgement
>>> on
>>> who ports your project to Linux PPC the best. Sponsored by IBM.
>>> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
>>> _______________________________________________
>>> Phpicalendar-devel mailing list
>>> Php...@li...
>>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel
>>>
>> - --
>> Wesley Miaw
>> http://www.wesman.net/
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.2.3 (Darwin)
>> iD8DBQFBRoe8Qv4agqRAk2kRAnjXAKCEm8jNoxxJls7CfAFo6n7yuz8LxgCdEFHW
>> yojWXN9Vc/7zu41iSHKys4s=
>> =fVI1
>> -----END PGP SIGNATURE-----
>> -------------------------------------------------------
>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
>> Project Admins to receive an Apple iPod Mini FREE for your judgement
>> on
>> who ports your project to Linux PPC the best. Sponsored by IBM.
>> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
>> _______________________________________________
>> Phpicalendar-devel mailing list
>> Php...@li...
>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> Phpicalendar-devel mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel
|