Search found 6 matches

by xsaero00
Wed Aug 30, 2006 10:30 am
Forum: PHP - Code
Topic: session.auto_start does not work without cookies.
Replies: 3
Views: 312

We are using a common include that starts the session. But because this include does more that just start session it is ommited on some sceleton pages which also use session. I thought instead of refactoring I could eliminate session start code from everywhere. I'll try using session.use_trans_sid.
by xsaero00
Tue Aug 29, 2006 12:27 pm
Forum: PHP - Code
Topic: session.auto_start does not work without cookies.
Replies: 3
Views: 312

session.auto_start does not work without cookies.

When we started developing our site the session did not need to be enabled on every page. Now after a while it is being used on almost every page, so I want to use session.auto_start instead of starting session every time explicitly. We want to accomodate people who use cookies and those who don't. ...
by xsaero00
Wed Sep 21, 2005 10:42 am
Forum: PHP - Code
Topic: Cant instantiate XMLReader for Windows
Replies: 6
Views: 561

I got it to work. I reverted to PHP v 5.0.5 and downloaded precompiled dll from snaps.php.net.

Thanks for help.
by xsaero00
Wed Sep 21, 2005 10:31 am
Forum: PHP - Code
Topic: Cant instantiate XMLReader for Windows
Replies: 6
Views: 561

Nope. Putting dll in System32 did not help.

This XMLReader is supposed to be very nice and, judging by description, is exactly what I need for my project but with such poor documentation and support it is no use. I wonder if anybody at all was able to use it under Windows.
by xsaero00
Wed Sep 21, 2005 10:16 am
Forum: PHP - Code
Topic: Cant instantiate XMLReader for Windows
Replies: 6
Views: 561

Jenk wrote:Do you have other classes (other than the out-of-the-box ones) enabled and working?
Yes. I have my own classes plus some of built in, like Tidy, working. I'll try putting extension in System32, but it does not seem like an elegant solution to me.
by xsaero00
Mon Sep 19, 2005 6:31 pm
Forum: PHP - Code
Topic: Cant instantiate XMLReader for Windows
Replies: 6
Views: 561

Cant instantiate XMLReader for Windows

Have any one tried to use XML Reader with Windows. I tried 5.1 Release Candidate 1 and also some latest snapshots but I can’t get XMLReader to work. It seems like all you have to do to enable XMLReader is to add a new line to php.ini: extension=php_xmlreader.dll and it should work. But instead it gi...