Re: [PHP-DEV] PHP web farms (i.e. why msession or something like it)

2002-05-28 Thread Steve Meyers
[EMAIL PROTECTED] wrote: >> At 10:20 25/05/2002 -0400, [EMAIL PROTECTED] wrote: >> >Marginalizing this capability IMHO is not the right direction, I think >> >there should, in fact, be a stronger push for this sort of capability to >> >be built in by default. > > Agree with that too... but if so

Re: [PHP-DEV] Re: cvs: php4 /netware php-nw.bat

2002-05-28 Thread Venkat Raghavan
Just to confirm that 'netware' directory is similar to the top-level 'win32'. There won't be a 'netware' directory under SAPI. - Venkat -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Inconsistent behavior with preg_match_all in conditional

2002-05-28 Thread Randy Janinda
Hello everyone, I have a script to check a user submitted string. It may be multiple words. If a word is found to be 3 characters or less, the script should retain the case of the string IF all the characters are uppercase. Otherwise, the script will make the first character of each word uppercas

Re: [PHP-DEV] Re: cvs: php4 /netware php-nw.bat

2002-05-28 Thread Stig S. Bakken
On Tue, 2002-05-28 at 15:32, Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > > Venkat Raghavan S wrote: > > > >> rvenkatTue May 28 01:33:08 2002 EDT > >> > >> Added files: /php4/netwarephp-nw.bat Log: > >> > > > > > > I suppose you are working to implement Net

[PHP-DEV] php_statpage

2002-05-28 Thread Mats Lindh
Hi, I'm currently looking at Bug #16630, "getlastmod() returns file access time, not modification time" .. and it came it to my attention that the getlastmod() uses php_statpage which in turn uses the current SAPI for getting information about the currently running script. Is there any special re

[PHP-DEV] [RESENT] [PATCH] Allow constants / expressions to be passed byreference]

2002-05-28 Thread Jason T. Greene
Due to this patch being sent during the msession discussion, it has not been noticed, so I am resending. -Jason --- Begin Message --- Problem --- There are some scenarios where a function requires the ability to modify parameters that may also be optional. Optional parameters work well, e

Re: [PHP-DEV] Re: Bug #17484 Updated: Error "grep: can't openconftest.out" while running ./configure

2002-05-28 Thread derick
On Tue, 28 May 2002, Edin Kadribasic wrote: > This solaris issue was most probably introduced with Mac OS X changes made > to configure.in. However, I don't have a solaris box where I could check > this theory. You can use the account on my box if you want... Derick > - Original Message --

[PHP-DEV] Re: imagettftext question

2002-05-28 Thread Stellan Klebom
"Ziying Sherwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > In our application, we need to write a UTF8 strings to the image using True > Type fonts. The php function that we are using is imagettftext. However, > we have the two problems regarding that

[PHP-DEV] Re: Bug #17484 Updated: Error "grep: can't open conftest.out" while running ./configure

2002-05-28 Thread Edin Kadribasic
This solaris issue was most probably introduced with Mac OS X changes made to configure.in. However, I don't have a solaris box where I could check this theory. Edin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 5:48 PM Subject: Bug #17

[PHP-DEV] imagettftext question

2002-05-28 Thread Ziying Sherwin
In our application, we need to write a UTF8 strings to the image using True Type fonts. The php function that we are using is imagettftext. However, we have the two problems regarding that function: 1. The images that are generated by this function is white fonts on the black background. B

[PHP-DEV] Oracle dbms_output

2002-05-28 Thread Michael Virnstein
Hi, i try to figure out, if there's a way to use dbms_output with php. here's my procedure: Procedur Test Is Begin dbms_output.put_line('Test'); End; Procedur Test2 Is Begin Raise NO_DATA_FOUND; Exception When NO_DATA_FOUND Then dbms_output.put_line('Test'); End; how do i g

[PHP-DEV] Re: cvs: php4 /netware php-nw.bat

2002-05-28 Thread Yasuo Ohgaki
Never mind. I figured out it now. It the same as php4/win32 thing. -- Yasuo Ohgaki Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > >> Venkat Raghavan S wrote: >> >>> rvenkatTue May 28 01:33:08 2002 EDT >>> >>> Added files: /php4/netwarephp-nw.bat Log: >>> >> >

[PHP-DEV] Re: cvs: php4 /netware php-nw.bat

2002-05-28 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Venkat Raghavan S wrote: > >> rvenkatTue May 28 01:33:08 2002 EDT >> >> Added files: /php4/netwarephp-nw.bat Log: >> > > > I suppose you are working to implement NetWare SAPI. > Correct directory for these files should be > > sapi/ne

[PHP-DEV] Getting the fd

2002-05-28 Thread Vinod Panicker
Hi, I (somehow) want to get the r->connection->client->fd variable of the request_rec structure in a php script. How do I go about doing it? Tx, Vinod. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php