[PHP] access to the apache environment from the c-client built into PHP4.0.x

2001-08-30 Thread Liam Hoekenga
-client, *really* need access to REMOTE_USER from within c-client itself). does anyone have suggestions? Liam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] IMAP4, krb4 and PHP4 - tix not handled properly when php compiledas an apache module

2001-08-29 Thread Liam Hoekenga
with PHP 3.0.x, but switched to the CGI version to get around it. We migrate to the apache server module version to try and get some extra speed out of our mail application, and to take some load off of the server. Does anyone have any suggestions? Liam Hoekenga UM Webmaster Team -- PHP General

[PHP] IMAP4, krb4 and PHP4 - tix not handled right under apache modulevers

2001-07-30 Thread Liam Hoekenga
). Anyone have ideas of what changes between the cgi and apache module versions of php that might cause this? I've tried this with imap 4.7c, imap 2000c, php 4.0.5 and 4.0.6, and the solaris and transarc versions of the krb4 libraries. thanks Liam Hoekenga UM Webmaster Team -- PHP General Mailing List

[PHP] IMAP, krb4 and PHP4.

2001-05-04 Thread Liam Hoekenga
attention to it? Anyone have any suggestions? I'm at a loss. thanks Liam Hoekenga UM Webmaster Team -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Problems with Linux PHP

2001-03-19 Thread Liam Gibbs
is blank. Does anybody know why? Thanks in advance, Liam

Re: [PHP] Problems with Linux PHP

2001-03-19 Thread Liam Gibbs
s. Is there a way around this that is used by both (and all other Unix) OSs? Am I stuck? Thanks in advance again, Liam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] posix_pwnam with shadow passwords

2001-03-19 Thread Liam Gibbs
I'm using a system that uses shadow passwords, and I'm wondering if there is a way to make posix_pwnam go around that, so that all my passwords returned don't end up being 'x'. Is there a way to do this with posix_pwnam or another command? RIght now, I'm using an ugly hack, but would much

[PHP] File command

2001-02-22 Thread Liam Gibbs
I'm using the file command, which reads an entire file and sticks it into an array. I'm trying to read a file from mp3.com, and what I get back is basically that the connection is refused. Doesn't it just load it up like any browser would load it? Is there an equivalent command that wouldn't try

[PHP] Problems with posix_getpwnam

2001-02-21 Thread Liam Gibbs
What does it mean when I get the line 'posix_getpwnam(username) failed with "Error number not set" in /xx.php3 on line ##' printed? It doesn't return anything anymore. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Javascript running on another page

2001-02-16 Thread Liam Gibbs
function from a url, or from PHP? For example: Would I be able to type something like: http://www.someurl.com/filename/javascript:javascriptname?parameterlist=valuelist; or is there a way PHP can do this?? Thanks. Liam

[PHP] kerberos support in PHP's LDAP functions?

2001-01-30 Thread Liam Hoekenga
Our ldap servers use K4 credentials to bind against the server. We're interested in developing a new web based ldap client, but it doesn't appear that PHP's ldap implementation actually supports kerberos. If I'm wrong, is it documented someplace? Has someone done this before? Liam Hoekenga UM

[PHP] Maximum execution time

2001-01-23 Thread Liam Gibbs
Can anyone tell me how to up the max. execution time in PHP? I know it's been said before, but I can't remember how it's done. Liam

[PHP] png files loosing color depth

2001-01-23 Thread Liam Hoekenga
eas on why it does this or how to fix it? Liam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Parse error

2001-01-23 Thread Liam Gibbs

Re: [PHP] Parse error

2001-01-23 Thread Liam Gibbs
Should probably put the whole thing. Why does this produce a parse error (I know that include statements do weird things to if structures): if($username != "") { code code code } else { include("file.php3"); } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Downloading images through the use of code

2001-01-22 Thread Liam Gibbs
wline) != $newline) { /*do stuff*/ } } Thanks a lot everyone! Liam...

Re: [PHP] Selecting max(id) of a table

2001-01-22 Thread Liam Gibbs
$max=mysql_result($result); $max = mysql_num_rows($result). - the L -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

<    1   2   3   4