[PHP-DEV] RE: Re: [PHP] Full-Duplex communication

2002-05-28 Thread Vinod Panicker
Hi Miguel, I can go in for a php based listener, yes, but this system is already in a production environment and there will be major changes required to get it done. If I get a chance to redevelop this, that is probably what I'll go in for. Tx, Vinod. -Original Message- From: Miguel

[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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[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/netware Is

[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

[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: I suppose you are

[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 #17484

[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

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] [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 ---BeginMessage--- Problem --- There are some scenarios where a function requires the ability to modify parameters that may also be optional. Optional parameters work well,

[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.

[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] 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 NetWare SAPI. Correct

[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

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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php