[PHP] php_svn.dll with Apache/2.0.63

2008-05-12 Thread Vedanta Barooah
hi y'all, is there a known issue with php_svn.dll (5.2.1.1) on Apache/2.0.63 (windows xp sp 2 - 32bit)? i am pretty sure i did configure it well, but for some reason apache fails to use this extension. the svn extension is usable from the cli but not via apache. any pointers will be of great

[PHP] Re: php_svn.dll with Apache/2.0.63

2008-05-12 Thread Vedanta Barooah
more on this, i just found out that php_svn.dll does not work with the mpm version of apache, i did a 'Apache -X' (single process mode) and php_svn.dll works fine. how do i run it in mpm mode? - vedanta On Mon, May 12, 2008 at 1:55 PM, Vedanta Barooah [EMAIL PROTECTED] wrote: hi y'all

[PHP] Issues with PHP 5.1.4 / GD FreeType / Linux

2006-07-31 Thread Vedanta Barooah
hello all, i am trying to compile freetype support for php 5.1.4, on linux ... looks like i have set all the compile options correct ... but some how freetype support does not get included. any pointers will be of great help! thanks, vedanta ## configure options # './configure'

[PHP] Re: Issues with PHP 5.1.4 / GD FreeType / Linux

2006-07-31 Thread Vedanta Barooah
*solved* you will need to run a make clean, and then rebuild the whole src tree On 7/31/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, i am trying to compile freetype support for php 5.1.4, on linux ... looks like i have set all the compile options correct ... but some how

Re: [PHP] Re: php java intregration

2006-06-08 Thread Vedanta Barooah
-- *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah YM! - vedanta2006 Skype - vedanta2006 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php java intregration

2006-06-03 Thread Vedanta Barooah
On 6/3/06, Vedanta Barooah [EMAIL PROTECTED] wrote: if i am not wrong the bridge is better if you are trying to put in php into a java app server. i do know to create the jar in linux i will try some other combinations and keep things posted. i am not able to find the jar, anywhere yet

Re: [PHP] php java intregration

2006-06-03 Thread Vedanta Barooah
the pecl snapshots have the dll php_java.dll, but does not have the jar php_java.jar which is also required? - vedanta On 6/3/06, Rabin Vincent [EMAIL PROTECTED] wrote: On 6/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: i am setting up php_java.dll extension under windows/iis, my php version

[PHP] php java intregration

2006-06-02 Thread Vedanta Barooah
hello all, i am setting up php_java.dll extension under windows/iis, my php version is 5.1.2. can any one point me to the download location of php_java.jar which is needed for the setup. i searched all the sites/mirrors but its not available. do i have to compile from source to get that jar? ...

[PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
really no one? On 6/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, i am setting up php_java.dll extension under windows/iis, my php version is 5.1.2. can any one point me to the download location of php_java.jar which is needed for the setup. i searched all the sites/mirrors but its

Re: [PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
it was not about windows! :) it was about php getting into IIS instead of than .net or java - vedanta On 6/3/06, tedd [EMAIL PROTECTED] wrote: really no one? On 6/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, i am setting up php_java.dll extension under windows/iis, my php

Re: [PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
PROTECTED] wrote: You could try something like PHP-Java bridge: http://php-java-bridge.sourceforge.net/ I've set it up for our server farm at work, but never used it myself. The developer who requested it seems quite fond of the extension, and performance seems to be excellent. jon Vedanta Barooah

[PHP] PHP Proxy Support

2006-05-19 Thread Vedanta Barooah
, it would be also good to have proxy support for https, ftp, ... etc Any workarounds and suggestions are welcome :) Cheers! - vedanta -- *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP URL query

2006-05-10 Thread Vedanta Barooah
Try this : ?php $foo=$_GET['var']; echo ($foo); ? Refer: http://www.zend.com/zend/art/art-sweat4.php - Vedanta Barooah -Original Message- From: IraqiGeek [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 10:14 PM To: php-general@lists.php.net Subject: [PHP] PHP URL query Hi all

[PHP] Re: Regarding your class: POP/IMAP to RSS

2006-03-22 Thread Vedanta Barooah
of = character. Do you know a solution? Greetings, Niek van Baalen Amsterdam - *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah

[PHP] Re: Class: Babelfish Translator

2006-02-01 Thread Vedanta Barooah
://communications.yahoo.com/productplus.php?page=372- Start an email from Y! Messenger, plus be alerted when new emails arrive. -- *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah YM! - vedanta2006 Skype - vedanta2006

[PHP] Re: Class: Babelfish Translator

2006-02-01 Thread Vedanta Barooah
On 2/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: as far my knowledge goes, there arent any limits on that. thanks, vedanta On 2/1/06, Muhammad Wasif [EMAIL PROTECTED] wrote: Hi, I have found your babelFish translation at http://www.phpclasses.org/browse/package/2383.html . I

[PHP] Re: PHP SSH2

2006-01-23 Thread Vedanta Barooah
On 1/23/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, this is in regard to PECL ssh2 ( http://pecl.php.net/package/ssh2 ) : how to i print the output of the command executed using ssh2_exec? thanks, vedanta -- *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah YM

[PHP] PHP SSH2

2006-01-22 Thread Vedanta Barooah
hello all, this is in regard to PECL ssh2 ( http://pecl.php.net/package/ssh2 ) : how to i print the output of the command executed using ssh2_exec? thanks, vedanta

[PHP] Re: CascadeSelectAssoc

2005-11-08 Thread Vedanta Barooah
sure go ahead, just respect the GPL, thanks, vedanta barooah On 11/9/05, Thomas Preuss [EMAIL PROTECTED] wrote: Hello Vedanta, thanks for your nice php cascade menu class. Can we use this class in our projects? Roberto agreed on his part. Thanks, Thomas -Ursprüngliche Nachricht

[PHP] Re: PHP - LDAPS query

2005-09-13 Thread Vedanta Barooah
is it a wrong question? please help... On 9/12/05, Vedanta Barooah [EMAIL PROTECTED] wrote: Hello All, I think documentation is very sparse on PHP LDAPS (LDAP over SSL). I am in a situation where I need to auth against the LDAP server over SSL. I have the server's certificate database

[PHP] PHP - LDAPS query

2005-09-12 Thread Vedanta Barooah
Hello All, I think documentation is very sparse on PHP LDAPS (LDAP over SSL). I am in a situation where I need to auth against the LDAP server over SSL. I have the server's certificate database in the form of a cert7.db file containing the appropriate CA certificates and a key3.db file. How do I

Re: [PHP] PHP page counter

2005-09-11 Thread Vedanta Barooah
there is one here : http://www.phpclasses.org/browse/package/2212.html see if it suffices your need, thanks, vedanta On 9/11/05, Michelle Konzack [EMAIL PROTECTED] wrote: G'Morning *, Does anyone know, where I can get a PHP-Code for a high performance page counter ? I need one, which can

Re: [PHP] Re: access resources via a proxy

2005-09-09 Thread Vedanta Barooah
yeah! i gotta rewrite them... does anyone know of a rss-reader with similar features.. thanks, On 9/9/05, Raj Shekhar [EMAIL PROTECTED] wrote: in infinite wisdom Vedanta Barooah spoke thus On 09/09/2005 10:46 AM: what about existing apps... do i need to rewrite them :( if you want

Re: [PHP] Encrypt Files

2005-09-09 Thread Vedanta Barooah
define encrypt here...? or in a SSL connection your file is anyway encrypted, thanks, vedanta On 9/9/05, Shaun [EMAIL PROTECTED] wrote: Hi, Is it possible to encrypt files that are being uploaded via the move_uploaded_file() method? Thanks for your advice -- PHP General Mailing List

[PHP] access resources via a proxy

2005-09-08 Thread Vedanta Barooah
Hello all! Consider this... Web Server A belongs to an intranet and hosts sites internally, Server A can only access external web resources via proxy http://proxy:8080 . How does Server A access resources from Server B which is in the internet using PHP? A typical scenario: Server A needs to

Re: [PHP] Re: access resources via a proxy

2005-09-08 Thread Vedanta Barooah
what about existing apps... do i need to rewrite them :( On 9/9/05, Raj Shekhar [EMAIL PROTECTED] wrote: in infinite wisdom Vedanta Barooah spoke thus On 09/08/2005 07:22 PM: A typical scenario: Server A needs to display news, which resides on Server B as RSS feeds. For this the PHP

Re: [PHP] Re: Sending post data from a script

2005-08-06 Thread Vedanta Barooah
here is an example that posts data to the altavista babelfish form using curl: http://www.phpclasses.org/browse/file/9812.html thanks, -- *~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~*~:~* Vedanta Barooah On 8/6/05, Manuel Lemos [EMAIL PROTECTED] wrote: Hello, on 08/05/2005 04:33 PM Paul Nowosielski

[PHP] Skipping function arguments!

2005-04-28 Thread Vedanta Barooah
Hello All, Cosider this : function add($a=1,$b=2,$c=3){ return $a + $b + $c; } how do i skip the second argument while calling the function, is there a process like this: echo add(1,,1); # where i expect 2 to be printed, how do i xcheive this m totally lost ! :(( Thanks, Vedanta

Re: [PHP] Skipping function arguments!

2005-04-28 Thread Vedanta Barooah
, Vedanta Barooah On 4/28/05, Marek Kilimajer [EMAIL PROTECTED] wrote: Bostjan Skufca @ domenca.com wrote: function add ($a=1, $b=2, $c=3) { return $a + $b + $c; } add(1, null, 1); will do just fine returns 2, OP wants 4 IMO r., Bostjan On Thursday 28

Re: [PHP] Skipping function arguments!

2005-04-28 Thread Vedanta Barooah
btw! saying: add($a=null,$b=null,$c=null) is as good as saying: add($a,$b,$c) thanks, vedanta On 4/28/05, Vedanta Barooah [EMAIL PROTECTED] wrote: Well that was simple, but this is what i am trying to solve: if you refer to the php documentation for ldap_open() function it says

Re: [PHP] Skipping function arguments!

2005-04-28 Thread Vedanta Barooah
as a get or post param... it wont work. ? thanks, vedanta On 4/28/05, Jason Barnett [EMAIL PROTECTED] wrote: Vedanta Barooah wrote: btw! saying: add($a=null,$b=null,$c=null) is as good as saying: add($a,$b,$c) No, it's not. Because in this case $a, $b and $c are all