[PHP] Re: Http Client in PHP connecting to a Digest authenticated server

2007-02-11 Thread Manish Marathe
On 2/10/07, Manuel Lemos <[EMAIL PROTECTED]> wrote: Hello, on 02/09/2007 04:49 PM Manish Marathe said the following: > Hello, > > I have seen some implementations of Server in php implementing HTTP Digest > Authentication but I have not seen any guidelines on HTTP Client

Re: [PHP] When are headers sent? (headers_sent function)

2007-02-09 Thread Manish Marathe
first output occurs? It happens just "before" the first output occurs to the browser. -- Manish Marathe SpikeSource, Inc. http://developer.spikesource.com

[PHP] Http Client in PHP connecting to a Digest authenticated server

2007-02-09 Thread Manish Marathe
Hello, I have seen some implementations of Server in php implementing HTTP Digest Authentication but I have not seen any guidelines on HTTP Client connecting to a specific host, and using the "realm", the username and password to get authenticated and thereby do something like download files etc.

[PHP] Re: Building php-pcre extension on windows

2006-03-09 Thread Manish Marathe
On 3/7/06, Manish Marathe <[EMAIL PROTECTED]> wrote: > > PHP experts everywhere!! > > I am building PHP 5.1.2 on windows without pcre-regex extension. I am > building building pcre independently and then I am building the extension > php_pcre.dll. > > I build few ot

Re: [PHP] php tests failures on windows

2006-03-08 Thread Manish Marathe
On 3/8/06, Manish Marathe <[EMAIL PROTECTED]> wrote: > > On 3/8/06, Chris <[EMAIL PROTECTED]> wrote: > > > > Manish Marathe wrote: > > > Hello, > > > > > > Some of the tests, mostly bugs, are failing on cygwin environment on > > Win

[PHP] php tests failures on windows

2006-03-08 Thread Manish Marathe
anyone too encountered failures of these tests? Thanks -- Manish Marathe SpikeSource, Inc. http://developer.spikesource.com

[PHP] Building php-pcre extension on windows

2006-03-07 Thread Manish Marathe
getting an error that php_pcre.dll extension is invalid or corrupt whenever php call is being invoked. I believe I am not building php_pcre.dll extension properly, although any insights as to what could be the problem. Also is OK to build php --without-pcre-regex extension at all? Thanks -- Manish

Re: [PHP] whitch class can I read EXCEL .xls file

2005-11-02 Thread Manish Marathe
read, line by line. For each line you get use the explode() function with the delimiter you have set and then finally you will get an array of all values per line. Loop through this till the end of the file. Manish Marathe SpikeSource, Inc. http://developer.spikesource.com

Re: [PHP] Classes and Functions

2005-11-02 Thread Manish Marathe
On 11/2/05, Unknown Unknown <[EMAIL PROTECTED]> wrote: > > Hi everybody i have a class that i reference with: > $DB= new DBInterface; > outside a function it works fine, but using $DB inside a function changes > the data type i think... i get an error saying i'm using a method on a > non-object...

Re: Fwd: [PHP] question regarding Reflection

2005-11-02 Thread Manish Marathe
On 11/2/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > > Manish Marathe wrote: > > Sorry for spamming but I didn't mean to reply you privately :( > > I did it myself by accident 2 minutes ago :-) > no probs. Thanks > I am sorry if I have hurted anyone's fe

Re: [PHP] Re: question regarding Reflection

2005-11-02 Thread Manish Marathe
On 11/1/05, Curt Zirzow <[EMAIL PROTECTED]> wrote: > > On Tue, 01 Nov 2005 14:31:12 -0800, Manish Marathe wrote: > > > ... > > My question is to use the Reflection API, I need to import the original > > class for which I am generating tests. For example to generat

Fwd: [PHP] question regarding Reflection

2005-11-02 Thread Manish Marathe
Sorry for spamming but I didn't mean to reply you privately :( On 11/1/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > > Manish Marathe wrote: > > Hello All, > > > > I am developing a unit test generator for PHP. The generated tests would > be > >

Re: [PHP] could someone remove [EMAIL PROTECTED] from the list .

2005-11-02 Thread Manish Marathe
[snip] That's not a sadist.. that's a masochist. :) I nominate Jay too. It's been a while since I've seen someone go totally insane and I think Jay is the man for the job. Congrats on your promotion(??) Jay! Thank you. I think the last time you saw someone go totally insane it WAS me. Of course a

[PHP] question regarding Reflection

2005-11-01 Thread Manish Marathe
them included in my file on the runtime. Am I understanding it correctly ? Thank you for your help Manish Marathe SpikeSource, Inc. http://developer.spikesource.com

[PHP] question regarding Reflection

2005-11-01 Thread Manish Marathe
foolish to have them included in my file on the runtime. Am I understanding it correctly ? Thank you for your help Manish Marathe SpikeSource, Inc. http://developer.spikesource.com