[PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
I try to have the php ldap functions working with SSL , but when the code is executed the apache child die !!! is there anyone with that working regards -- __ Matthieu LE CORRE SERVICE INFORMATIQ

[PHP] :: usability

2001-03-06 Thread Milan Mlynarcik
Is "::" used only when referencing on parent class or it has some other funcionality ??? Whaere can I find more documentattion on this topic ??? - Milan Mlynarcik Web Programmer Charmed Technology Slovakia Nam. sv. Egidia 16/37 058 01 Po

[PHP] Not Allowing REload or REfresh with this script?

2001-03-06 Thread Dhaval Desai
Hi! Well I need help with something. I have a form which has a ction to a file called actio.php Now When I hit the submit button. It goes to the file and it performs a certain action as seen below: action.php: is as follows: My main intentyion is to unset the variable so that When the page

Re: [PHP] mysql_connect() with timeout

2001-03-06 Thread php3
Addressed to: <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from <[EMAIL PROTECTED]> Tue, 6 Mar 2001 01:29:52 -0500 > > Frankly, I don't know how people would otherwise handle connections > to MySQL since the attempts could, potentially, block forever. I guess because the

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Stig Venaas
On Tue, Mar 06, 2001 at 09:27:55AM +0100, Matthieu Le Corre wrote: > I try to have the php ldap functions working with SSL , > but when the code is executed the apache child die !!! > is there anyone with that working Works fine for me. I know one other person with the same problem as you. He al

Re: [PHP] Newbie: Can't find function error.

2001-03-06 Thread php3
Addressed to: Darren Ward <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Darren Ward <[EMAIL PROTECTED]> Tue, 6 Mar 2001 18:17:11 +1100 > > Hi Guys, > > Newbie to the list and the world of PHP. > > I'm having a LOT of trouble getting PHP to work. > > The PHP and Apache

RE: [PHP] Newbie: Can't find function error.

2001-03-06 Thread Darren Ward
Thanks to all who replied, that works fine although only as extenmsion php and not php3 but I'll sort that out. A second follow up question is where I should place the ini file to change environment variables? What I've read doesn't work :( Darren -Original Message- From: [EMAIL PROTEC

Re: [PHP] removing characters

2001-03-06 Thread php3
Addressed to: Rick St Jean <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Rick St Jean <[EMAIL PROTECTED]> Tue, 06 Mar 2001 01:47:05 -0500 A good way to do what you are asking is a combination of the last two suggestions... if( count( $Area )) {# Don't do anyt

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
Hum the ldapsearch work fine !!! with the command : ldapsearch -x -H "ldaps://x..xx:636" I have got a possitive response from server ! and I don't use SASL ... really don't know why is don't work with php !!! my box : RH7 KDE2 Apache 1.3.17 php 4.04 pl1 mod_ssl-2.8

php-general Digest 6 Mar 2001 09:50:23 -0000 Issue 550

2001-03-06 Thread php-general-digest-help
php-general Digest 6 Mar 2001 09:50:23 - Issue 550 Topics (messages 42677 through 42729): Get text between 42677 by: Keith Mayo 42679 by: Henrik Hansen speeding a site with lots of includes 42678 by: Eduardo Dominguez 42698 by: Chris Lee Re: mail problem

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Stig Venaas
On Tue, Mar 06, 2001 at 10:54:24AM +0100, Matthieu Le Corre wrote: > Hum the ldapsearch work fine !!! > with the command : ldapsearch -x -H "ldaps://x..xx:636" > I have got a possitive response from server ! > and I don't use SASL ... I got some info from the other guy. He also used RH7 w

[PHP] mysql_connect or mysql_pconnect or DEATH ???

2001-03-06 Thread Marian Vasile
I have a chat software working on www.jumatateata.ro The problem is that all the time I get mysql sessions opened and I don't understand. I used mysql_connect (at the beggining of every script) and mysql_close in the end. The ISP told me that still remain mysql sessions opened. Then I used mysql

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
i don't use SASL so when i use ldapsearch without -x I get "ldap_sasl_interactive_bind_s: Unknown authentication method" but it doesnt crash ! when i use php ldap functions with ssl php doesn't crash but juste an Apache child crash ! so you think that if i compile openldap without SASL i will wo

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Stig Venaas
On Tue, Mar 06, 2001 at 11:22:55AM +0100, Matthieu Le Corre wrote: > i don't use SASL > so when i use ldapsearch without -x > I get "ldap_sasl_interactive_bind_s: Unknown authentication method" > but it doesnt crash ! Okay, the other guy had a crash there. For me it works without -x and I don't

[PHP] bug tracking software

2001-03-06 Thread Peter Van Dijck
I've looked into bug tracking software at hotscripts: mantis http://mantisbt.sourceforge.net/mantis/main_page.php3 is promising but has too many bugs itself still (I fixed three in the past 20 minutes of playing with it, it's still in beta, but I can't afford the estimated x days of debugging it

[PHP-CVS] cvs: php4 /ext/midgard article.c element.c event.c eventmember.c file.c group.c host.c page.c pageelement.c preferences.c snippet.c snippetdir.c style.c topic.c

2001-03-06 Thread Emiliano Heyns
emile Tue Mar 6 02:35:03 2001 EDT Modified files: /php4/ext/midgard article.c element.c event.c eventmember.c file.c group.c host.c page.c pageelement.c preferences.c snippet.c snippetdir.c style.c topic.c Log:

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Matthieu Le Corre
Le Mardi 6 Mars 2001 11:35, vous avez écrit : > I'm not sure of anything, but what I would have done to debug it, is to > use gdb either on the Apache process or on a stand-alone PHP. I prefer > debugging with a stand-alon binary myself. Then run PHP with your script > and see what happens. If y

[PHP-CVS] cvs: php4 /pear/Cache Container.php /pear/Cache/Container db.php phplib.php

2001-03-06 Thread Christian Stocker
chregu Tue Mar 6 03:32:10 2001 EDT Modified files: /php4/pear/CacheContainer.php /php4/pear/Cache/Container db.php phplib.php Log: replaced db->quoteString with addslashes adjusted encoding_mode = "slash" that it doesn't quote slashes, the save

[PHP-CVS] cvs: php4 /main php_ini.c

2001-03-06 Thread Stanislav Malyshev
stasTue Mar 6 03:38:56 2001 EDT Modified files: /php4/main php_ini.c Log: Don't insert empty path if PHPRC is empty Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.53 php4/main/php_ini.c:1.54 --- php4/main/php_ini.c:1.53Sun Feb 25 22:07:31

Re: [PHP] PHP LDAP & SSL

2001-03-06 Thread Stig Venaas
There's been some discussion on the OpenLDAP lists as well, and there seems to be a fix around. See http://www.openldap.org/its/index.cgi/Software%20Bugs?id=889 Stig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP] blank spaces???

2001-03-06 Thread Miguel Loureiro
Hello all, is there any solution when working with variables that have blank spaces, because when read the variavel to a select, it only appears the first word (e.g. having: "aaa bbb ccc", it only appears "aaa"). T.Y.All Best Regards Miguel Loureiro <[EMAIL PROTECTED] >

[PHP] HELP!!! Upload files!!!!

2001-03-06 Thread Bruno Freire
Look the message: Warning: Rename failed (Invalid cross-device link) in /usr/local/etc/httpd/htdocs/intranet/upload.php on line 26 What i'm doing wrong??? My code: function nomearq() { teste.nome.value=teste.arquivo.value; } "; ?> Nome do Arquivo

[PHP] dymanic forms

2001-03-06 Thread george
I am trying to build a form which can be geberated dynamically by the user selecting the number of fields up to a max of 10. just now i am using if ($fields ==1){ echo ""; } elseif ($fields ==2){ echo ""; echo ""; } elseif ($fields ==3){ echo ""; echo ""; echo ""; } there must be a better

Re: [PHP] dymanic forms

2001-03-06 Thread Lucas Persona
Hi George! george wrote: > I am trying to build a form which can be geberated dynamically > by the user selecting the number of fields up to a max of 10. > just now i am using > if ($fields ==1){ > echo ""; > } > elseif ($fields ==2){ > echo ""; > echo ""; You could use a 'for' structure to do

[PHP] Install Problems

2001-03-06 Thread Dan Mahoney, System Admin
The situation: Apache-SSL 1.3.14, SSL 0.9.6, built with --enable-module=all. (also, mod_throttle added in). The PHP: The very latest version, I've tried compiling WITH mysql, I've tried compiling WITHOUT mysql, I've even installed mysql JUST FOR THIS... No matter what I do... Floating point e

[PHP] no-resubmit on reload/refresh

2001-03-06 Thread Bruin, Bolke de
I have a form which is submitted by a POST action. After submitting, the same page (updated though) returns with the form. (It's a messageboard) Now when someone refreshes/reloads the page they get the question if they want to resubmit the form. I don't want that. You get double posts this way.

RE: [PHP] no-resubmit on reload/refresh

2001-03-06 Thread Jon Haworth
Javascript? (I know it's generally horrible, but it's good for this sort of thing) Stick this in your ...: