[PHP-DEV] create a file (simple)

2002-08-10 Thread K. Lee
This is my first using php. I trying to do something by creating file to see the sql statement I am sending to my database. I assuming php does not have way throw up a simple message box. Anyway, if I could get this file to create that would be great. Any help would be appreciated. function wr

[PHP-DEV] create file (simple)

2002-08-10 Thread K. Lee
I am new at php. I trying to debug my code. So, I am trying to print out my sql statement to a file to make sure the syntax is correct. I trying to find a way to print out to a message box or something. I guess php does not have that capability or I cannot find the function that will help me d

Re: [PHP-DEV] php4ts.dll docu/sample code required

2002-08-10 Thread Zeev Suraski
The best sample is the CGI or CLI modules themselves. Just look at ./sapi/cli/php_cli.c or ./sapi/cgi/cgi_main.c. Zeev At 16:46 09/08/2002, Roland Bromann wrote: >I'm searching for a documentation or sample code to be able to use the >php4ts.dll in Windows client software. The purpose is, to b

Re: [PHP-DEV] overload() crashes in ZE2

2002-08-10 Thread Wez Furlong
Hi Brad, overload is not ZE2 compatible, so I wouldn't lose any sleep over this one if I were you. Andi/Stas threatened to implement this functionality "natively" into ZE2, along with aggregation, but I guess they've been too busy to get around to doing it yet. --Wez. On 08/10/02, "Brad Bulger"

[PHP-DEV] overload() crashes in ZE2

2002-08-10 Thread Brad Bulger
trying to build CVS version with ZendEngine2 and use the overload extension. PHP crashes with a bus error on the call to overload(). it's a hash table problem, over my head for sure. i can't get this to work at all and wonder if it's a Darwin(OS X) issue. has anyone else run into this? this is t

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-10 Thread Sebastian Bergmann
Edin Kadribasic wrote: > It's even more strange because the machine that is used for making > snapshots (and official releases) uses the exact same version of the > compiler. Ugh. Any idea on what might be causing this? -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-10 Thread Edin Kadribasic
> > I cannot reproduce this. > > This is odd: I just tried a snapshot binary, and this one works. What's > your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK > from May 2002. It's even more strange because the machine that is used for making snapshots (and official releas