[PHP-DEV] $argv and $argc registration

2001-07-19 Thread J. Jones
I am not subscribed to this list, so please CC: or reply directly to me. Thanks! I may be doing something wrong.. I'm not real sure. Neither $argc or $argv seem to be registered with the cgi version of php 4.0.6 and up. The test script: exits with the following: Warning: Undefined variable:

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread J. Jones
On Thu, May 03, 2001 at 09:28:03AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> This code branch should only be triggered if HAVE_IMAP_SSL is defined, which > >> should only happen if you configure php --with-imap-ssl. If you're doing so, > >> it's assumed tha

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-04-30 Thread J. Jones
On Mon, Apr 30, 2001 at 01:22:32PM -0500, J. Jones wrote: > > make slx SPECIALAUTHENTICATORS=ssl EXTRACFLAGS=/path/to/openssl/includes/ > Whoops! make that make slx SPECIALAUTHENTICATORS=ssl EXTRACFLAGS=-I/path/to/openssl/includes/ -- PHP Development Mailing List <http://www.

[PHP-DEV] Imap SSL support (Bug #10330)

2001-04-30 Thread J. Jones
The imap module fails with the following (perhaps only when building against imap-2000*): php_imap.c: In function `php_minit_imap': php_imap.c:450: `auth_ssl' undeclared (first use in this function) php_imap.c:450: (Each undeclared identifier is reported only once php_imap.c:450: for each functio

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
On Wed, Apr 25, 2001 at 09:33:47AM +0200, Andi Gutmans wrote: > OK. I commited one more patch which should fix filetype() and lstat(). I'd > appreciate it if you can take a minute and just make sure they work now and > that I didn't cause any problems with the fixed is_link(). > It's not my code

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
On Wed, Apr 25, 2001 at 01:05:00AM -0500, J. Jones wrote: > On Wed, Apr 25, 2001 at 08:56:47AM +0200, Andi Gutmans wrote: > > I commited another fix. > > is_link() should work correctly now. If things have improved and you have > > problems with lstat() and filetype() (wh

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
On Wed, Apr 25, 2001 at 08:56:47AM +0200, Andi Gutmans wrote: > I commited another fix. > is_link() should work correctly now. If things have improved and you have > problems with lstat() and filetype() (which I think there's a good chance > that they are screwed up) let me know. > Thanks, > And

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
Oh.. the readlink () function works fine in both instances.. readlink passed: /bin/false readlink passed: /this/file/does/not/exist -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
rno=14 - Bad address) in ./fs-test.php on line 5 is_link failed Warning: stat failed for /tmp/test-link-func (errno=2 - No such file or directory) in ./fs-test.php on line 8 filetype failed Warning: stat failed for /tmp/test-link-func (errno=2 - No such file or directory) in ./fs-test.php on line 11

Re: [PHP-DEV] is_link() behavior

2001-04-24 Thread J. Jones
On Tue, Apr 24, 2001 at 10:50:36AM +0200, Andi Gutmans wrote: > It definitely seems as if the logic in the code (filestat.c) is kind of > screwed up. > If no one has time to look at it I can try and take a look at it later on. > > Andi > > At 01:35 AM 4/24/2001

[PHP-DEV] is_link() behavior

2001-04-23 Thread J. Jones
nk's and is_link()'s behavior is making the scouring of /proc difficult on me. ;) Thanks for any input.. J. Jones P.S. The script ran as root, so filesystem permissions aren't the issue. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL