RE: [PHP-WIN] Re: Performance tuning #2

2002-01-03 Thread Peter Illes
Dear Alek, Thanks for the tips. The implode one seems to work pretty well, on a synthetic test it is ~4-5 times faster than .= The substr_replace() seems to be much worse than the original .=, I suppose because of returninng the whole string in each call; the result should be much better with a v

RE: [PHP-WIN] Re: Performance tuning #2

2002-01-03 Thread Peter Illes
Alain, thanks for the link. Peter -Original Message- From: alain samoun [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 6:56 PM To: Peter Illes; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Performance tuning #2 No faq, but an archive at: http://marc.theaimsgroup.com/?l=php-

php-windows Digest 4 Jan 2002 06:57:02 -0000 Issue 935

2002-01-03 Thread php-windows-digest-help
php-windows Digest 4 Jan 2002 06:57:02 - Issue 935 Topics (messages 11284 through 11291): Re: XSL encoding not recognized in PHP 4.1.0 XSLT support ? 11284 by: Rick Salsa 11285 by: Olivier Mascia 11286 by: Olivier Mascia 11287 by: Rick Salsa Can NOT get PHP

[PHP-WIN] Re: Newbie Question: Using Cookies...

2002-01-03 Thread Steve Yates
"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I load the page into the browser and it says: > Cookie has been set Unless I am missing something you will ALWAYS get this since this is output as static body text? > 1. I didn't get a promp

[PHP-WIN] Session with PHP 4.1.0 Problem

2002-01-03 Thread ~fanta~
I'm starter of written PHP. Thanks for any help! After login: session_start(); session_register("usr_id"); session_register("passwd"); header("Location: ./mainframe.php"); mainframe.php is a frameset link page in the frame, it has a PHPSESSID after the link (index.php?PHPSESSID=9062af3a

[PHP-WIN] Re: problem running php4.0.6 and apache1.3.22 on winXP

2002-01-03 Thread LaserJetter
Look at the source code for the blank page. Does it have a load of HTML tags e.g. ? I kept getting this with certain scripts (but with Apache 1.3.19) and I dont know why but it seemed to go away after a bit more work on the PHP page. I dont know what it is or what procuces that HTML either. "Ru

[PHP-WIN] Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!!

2002-01-03 Thread Mark
I am fairly new to PHP and just finished setting up Apache 1.3.22 and PHP 4.1.0 and can not get it to run correclty. I first tried loading by module, but after trying that, apache would not load. I then tried the CGI binary mode and was able to get apache loaded correctly, but when I try and l

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Rick Salsa
It works great!! I downloaded the and installed. Worked the first time!! Rick Salsa Interactive Media Developer Fusion Communications Group Inc. 200-290 Vaughan Street Winnipeg, MB R3B 2N8 p.204.925.4321f.204.925.4320 [EMAIL PROTECTED] www.fusiongroup.mb.ca "Olivier Mascia" <[EMAIL PROTECTED

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Olivier Mascia
Hello, Olivier Mascia wrote: OM> RS> I've got php 4.1.1 running on a win98 box with Apache 1.3.22 installed. OM> OM> Where did you get the 4.1.1 binaries for Windows ? I thought only 4.1.0 OM> where available for now from www.php.net. Did you compile it yourself or OM> are they already availabl

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Olivier Mascia
Hello, Rick Salsa wrote: RS> I've got php 4.1.1 running on a win98 box with Apache 1.3.22 installed. Where did you get the 4.1.1 binaries for Windows ? I thought only 4.1.0 where available for now from www.php.net. Did you compile it yourself or are they already available from somewhere else ?

Re: [PHP-WIN] XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2002-01-03 Thread Rick Salsa
Hi Rashkatsa, I've got php 4.1.1 running on a win98 box with Apache 1.3.22 installed. XSLT works fine, I've got the sablot, libxml2, expat, and iconv-1.3 dll's in my System32 folder. No problems yet. I copied them in there and uncommented the xslt extension in the php.ini and restarted. Hope that

php-windows Digest 3 Jan 2002 17:48:52 -0000 Issue 934

2002-01-03 Thread php-windows-digest-help
php-windows Digest 3 Jan 2002 17:48:52 - Issue 934 Topics (messages 11276 through 11283): Apache 1.3.22 and PHP 4.1.0 11276 by: Randall Barber 11278 by: Gaylen Fraley 11280 by: Steve Yates PHP 4.1.0 with session problem 11277 by: ~fanta~ 11279 by: Ga

[PHP-WIN] Newbie Question: Using Cookies...

2002-01-03 Thread Anthony Ritter
I'm new to PHP and am trying this script to see if a cookie has been set on my server. It has a fifteen minute expiration time. I'm using MS Windows 98 / Apache Before I load the browser, I have designated to have the prompt box ask whether to accept cookies or not to see if, in fact, the cooki

[PHP-WIN] problem running php4.0.6 and apache1.3.22 on winXP

2002-01-03 Thread Rui Nuno Castro
Hi, I installed php4.0.6 and apache 1.3.22 (as a service) on windows XP and followed the instructions to configure the httpd.conf file to load php as an apache module (including the AddModule mod_php4.c instruction). I have also copied the php4ts.dll file to the windows/system32 directory, but wh