[PHP-DEV] TSRM macros

2002-07-07 Thread Jon Parise
Is there a reference somewhere that describes how the TSRM macros should be used? I understand the differences between the various macros, but I'd like to read some detail concerning when the context should be passed into a function and when calling TSRM_FETCH() would be acceptable. -- Jon Pari

[PHP-DEV] Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-07-07 Thread Philip Olson
There are several inconsistencies similar to this one. main.c and similar just don't always "look right." I never made an official bug report but check out this php-dev post: PHP_INI USER|PERDIR|SYSTEM|ALL http://marc.theaimsgroup.com/?l=php-dev&m=101198971703359 Currently this ini_set t

[PHP-DEV] Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-07-07 Thread derick
On Mon, 8 Jul 2002, Philip Olson wrote: > philipMon Jul 8 02:31:59 2002 EDT > > Modified files: > /phpdoc/en/reference/info/functions ini-set.xml > Log: > register_globals can't really be set by USER with ini_set(). The documentation doesn't match

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard filestat.c

2002-07-07 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > Your collective personality is battling again? :) Nah, me sleepy. Me didn't see CVS conflict message. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-berg

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard filestat.c

2002-07-07 Thread derick
On Mon, 8 Jul 2002, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > This gives me 100+ errors when compiling on Win32. > > No, it doesn't. It works fine. Your collective personality is battling again? :) Derick --

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard filestat.c

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > This gives me 100+ errors when compiling on Win32. No, it doesn't. It works fine. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP D

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard filestat.c

2002-07-07 Thread Sebastian Bergmann
Sterling Hughes wrote: > sterlingSun Jul 7 17:51:25 2002 EDT > > Modified files: > /php4/ext/standard filestat.c > Log: > fix win32 build This gives me 100+ errors when compiling on Win32. -- Sebastian Bergmann http://sebastian-bergmann.de/ http

[PHP-DEV] Re: Disable STDOUT

2002-07-07 Thread Patrick O'Lone
Maybe I should write a function disable all open file descriptors instead, since traditionally that's how it is done. However, I thought PHP closes STDIN after it's initial read - but I might be wrong. "Patrick O'Lone" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

[PHP-DEV] Disable STDOUT

2002-07-07 Thread Patrick O'Lone
Hey PHP developers! I wrote function to disable STDOUT from the PHP binary. It just sets the php_output_set_status() flag option to disable output. However, I don't know if PHP continues to buffer the output somewhere. Does anyone know? BTW - I've written this function because I want to write a d

[PHP-DEV] PiP - Python in PHP

2002-07-07 Thread Jon Parise
In my spare time (huh), I've been working on a PHP extension that allows the Python language interpretter to be embedded in PHP. This allows a PHP developer to instantiate and manipulate Python objects from within PHP (similar to the Java extension). There is also limited support for accessing P

Re: [PHP-DEV] add'l info: [PHP-DEV] MAKE failed: of php4 cvs/ZendEngine2 dying on OSX Server 10.1.4

2002-07-07 Thread Andi Gutmans
That's really strange. Any chance bison is broken on Mac's? Andi At 06:15 PM 7/6/2002 -0700, R Blake wrote: >continuing to explore this problem, i added --disable-inline-optimization >to configure. > >now configure fails with: > > Thank you for using PHP. > > config.status: creating php4.spec

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

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Same problem with SAPI/Apache2Filter. Moving the php.ini file to the directory in which the php.exe lie causes PHP to find it. *sigh* PS: I'm experiencing a weirdness here with the phpinfo() output: quite often I do not get the full output, but only a part of

Re: Re: [PHP-DEV] FEATURE REQUEST: symlinks under NT

2002-07-07 Thread Timo Weingärtner
As I said they are directory junctions, but they work like symlinks. I wanted to ask if you could include it in one of the next versions of PHP, because I don't know much about programming in C. In the meantime I wrote a PHP script that executes the tool mentioned below and processes the output, b

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

2002-07-07 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > PHP built from current CVS as CGI Same problem with SAPI/Apache2Filter. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development

[PHP-DEV] php.ini not found/used

2002-07-07 Thread Sebastian Bergmann
Windows XP Pro, PHP built from current CVS as CGI, php.ini in c:\windows\. phpinfo() shows Configuration File (php.ini) PathC:\WINDOWS but settings in c:\windows\php.ini are ignored. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.