Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread DvDmanDT
You might have more than one php.ini... I got like 5 or so... All for different installs... For example, C:\php\php.ini is the cgi version's php.ini, c:\windows\php.ini is the apache dll installation and so on.. Which one of them to change depends on if I want to modify the cgi version's settings o

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-09 Thread Brad Lawryk
Thanks Hubo, Where would I nsert that coding? The coding should be fine though as the page works flawlessly on a Linux Server? Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > To be sure that there is no coding error, just try this simple code: > ' Begin ===

php-windows Digest 9 Jan 2004 23:18:06 -0000 Issue 2075

2004-01-09 Thread php-windows-digest-help
php-windows Digest 9 Jan 2004 23:18:06 - Issue 2075 Topics (messages 22530 through 22539): Re: binary search in php 22530 by: Stuart Re: 500 internal PHP errors - custom error reporting 22531 by: Cristian MARIN php.ini & smtp (php 4.3.4) 22532 by: Igor Pustylnick

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-09 Thread hubo
To be sure that there is no coding error, just try this simple code: ' Begin == '== End == I have got no problem about the session variables on my W2K system with both IIS and Apache installed. By the way, since the php.ini is the same both for IIS

[PHP-WIN] Session Variables Problem (Missing)

2004-01-09 Thread Brad Lawryk
I am new to PHP moving over from ASP and one of things I relied on heavily was session variables. It seems that everytime a new page is opened it starts a new session. I have set up a simple test site you can see whats happening - easier than to explain. http://www.cflsquad.com/index.php Use Use

[PHP-WIN] Re: php.ini & smtp (php 4.3.4)

2004-01-09 Thread hubo
Do you really mean "sendmail_to" and not "sendmail_from"? Does it make sense to set a global "sendmail_to" in your php.ini? "Igor Pustylnick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I'm trying to change values in php.ini corresponding to SMTP and > sendmail_to. whatev

Re: [PHP-WIN] Re: Problem with notices

2004-01-09 Thread user
Choinet wrote: I just tested notice generation on PHP-GTK 1.0.0 on Windows by using an undefined variable. $var = fopen($_GET['test'], 'r'); I have error_reporting set to error_reporting = E_ALL & ~E_NOTICE in php.ini, and any notices are suppressed in my custom error log set in php.ini un

Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Igor Pustylnick
restarted 3 times. Nothing changes "Humberto Silva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.

Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Igor Pustylnick
restarted 3 times "Humberto Silva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.ini & smtp (php 4

RE: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Humberto Silva
Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.ini & smtp (php 4.3.4) I'm trying to change values in php.ini corresponding to SMTP and sendmail_to. whatever

[PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Igor Pustylnick
I'm trying to change values in php.ini corresponding to SMTP and sendmail_to. whatever I change these values to doesn't seen to reflect in phpinfo() and other programs. Is it a bug or I need to look at something else as well? Regards, Igor -- PHP Windows Mailing List (http://www.php.net/) To unsu

[PHP-WIN] Re: 500 internal PHP errors - custom error reporting

2004-01-09 Thread Cristian MARIN
Hello, You just have to add this line for each error number you want to overwrite into the httpd.conf (there are some commented ones coming with the default apache configuration) ErrorDocument 500 "The server made a boo boo." if you want to have a text displayed when this error appear

Re: [PHP-WIN] binary search in php

2004-01-09 Thread Stuart
Stuart wrote: Idur wrote: 1. How to searching data in array using "binary search methode" and update the data when found it. because the data, that i have to process is big, with more than 12000 lines. 2. How did i found tutorial about binary search in php.??? A quick Google found this: http

php-windows Digest 9 Jan 2004 10:50:15 -0000 Issue 2074

2004-01-09 Thread php-windows-digest-help
php-windows Digest 9 Jan 2004 10:50:15 - Issue 2074 Topics (messages 22525 through 22529): php_hostconnect() 22525 by: Anthony Ritter php.ini config on 4.3.4 22526 by: Turbo Re: [PHP] php.ini config on 4.3.4 22527 by: John W. Holmes binary search in php 225

Re: [PHP-WIN] binary search in php

2004-01-09 Thread Stuart
Idur wrote: 1. How to searching data in array using "binary search methode" and update the data when found it. because the data, that i have to process is big, with more than 12000 lines. 2. How did i found tutorial about binary search in php.??? A quick Google found this: http://www.mwc.edu/i

[PHP-WIN] binary search in php

2004-01-09 Thread Idur
Hi Again, After along time i doing my final project in my college, i realize that my program not running like i want it. it take max_execution_time more than 30 second just to read, process the data line by line(split the line and counting the same element), and save the result in another file(t