[Care2002-developers] Installer Section

2006-09-28 Thread zabmile...@charter.net
Because the installer is the first thing that pops up, I am starting there. It seems that some very great lengths were taken to obscure the code from the environment. In various places, workarounds were put into place to replace things like register_long_arrays and other assorted things. To wh

[Care2002-developers] Register Long Arrays and PHP 6

2006-09-29 Thread zabmile...@charter.net
Hi, For now, let's not even worry about php6. Basically, most of the things that are deprecated in php5 become illegal in php6 (sort of), but in most cases it can be worked around in the php config. If you want to learn more about what is changing between php5 and php6, take a look at http:/

[Care2002-developers] file_put_contents() issue

2006-10-06 Thread zabmile...@charter.net
Nice catch :-) I love file_put_contents, but I had forgotten that it was a pure php5 solution. During my next commit cycle I will implement Kurt's solution, as it will work just fine. Thank you, --Brian Zab > From: Kaloyan Raev <[EMAIL PROTECTED]> > I also tried the installer with PHP 4. U