Re: [PHP] PHP 4.2

2002-06-24 Thread Erik Price
On Monday, June 24, 2002, at 10:55 AM, Jason Wong wrote: > There are quite a few config settings which cannot be altered using > ini_set(), > register_globals being one of them, although that can be set using > .htaccess > files. I see. I must have misread this page: http://www.php.net/manu

Re: [PHP] PHP 4.2

2002-06-24 Thread Jason Wong
On Monday 24 June 2002 21:29, Erik Price wrote: > On Sunday, June 23, 2002, at 09:06 AM, Pekka Saarinen wrote: > > Most virtual server users have no means to set PHP.INI to their liking > > so changes like that should be done in longer time span to let > > developers update the software _before_

Re: [PHP] PHP 4.2

2002-06-24 Thread Erik Price
On Sunday, June 23, 2002, at 09:06 AM, Pekka Saarinen wrote: > Most virtual server users have no means to set PHP.INI to their liking > so changes like that should be done in longer time span to let > developers update the software _before_ changes in PHP happen. What about ini_set() ? http

Re: [PHP] PHP 4.2

2002-06-23 Thread Justin French
on 23/06/02 11:06 PM, Pekka Saarinen ([EMAIL PROTECTED]) wrote: > Most virtual server users have no means to set PHP.INI to their liking so > changes like that should be done in longer time span to let developers > update the software _before_ changes in PHP happen. The changes and recommendati

Re: [PHP] PHP 4.2

2002-06-23 Thread Pekka Saarinen
At 6/23/2002, you wrote: >I've written a small freeware script that gets installed on a variety of >different platforms running various PHP versions. > >I've read through the manual about the super global arrays and how post and >get vars are no longer registered by default, but am confused about

RE: [PHP] PHP 4.2

2002-06-23 Thread John Holmes
Original Message- > From: Simon Troup [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 23, 2002 7:46 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP 4.2 > > I've written a small freeware script that gets installed on a variety of > different platforms running various PHP ve

[PHP] PHP 4.2

2002-06-23 Thread Simon Troup
I've written a small freeware script that gets installed on a variety of different platforms running various PHP versions. I've read through the manual about the super global arrays and how post and get vars are no longer registered by default, but am confused about when it would be a good idea t

[PHP] PHP 4.2 - Win32 - command line PHP buffering output?

2002-04-29 Thread Garth Dahlstrom
Hi all, I'm trying to make the script below run, it is supposed to print a message and then wait for user input and then print another message and wait again. Instead, what it is doing is waiting for all the user input to be entered before printing anything, and once entered printing all

[PHP] PHP 4.2.ORC1 - SID gets deleted

2002-03-30 Thread Carsten Saathoff
Hi, I'm not sure where to post this, neither if I should report this as a bug, because I'm not sure if it is one at all. I installed php 4.2 ORC1 lately and encountered a strange session problem. The following script reproduces this problem: Link"; echo ''. SID.""; echo session_id(); ?> As