"Nitsan Bin-Nun" a écrit dans le message de
news:d47da0100904201431r2fcb8e19ufba47f33e53d0...@mail.gmail.com...
Hi Guys,
I have created few chats in the past, but I'm trying to create a new one
which saves on HTTP requests and do not become an overkill to the server
as
more users get in.
T
ly go through a drupal server.
Thanks for your help
Matthieu
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks a lot Brad,
I would really appreciate that!
I'm actually a totally newbie to php and mysql... but I don't lack
motivation ;)
Cheers,
Matthieu
""Brad Broerman"" a écrit dans le message de
news:005701c9cbe8$39249600$0500a...@brads...
A couple year
upper php code...
Is there a walkthroug to have only one connection for the page?
Thanks
Matthieu
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
me please?
Thanks!
Matthieu
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Well, I suppose it's a well known problem, but I haven't found a solution
yet...
As you know, when you don't use sessions, you can use the "back" button of
your browser, or the javascript commande "history.back()". In the same time,
you don't have to put some "nocache" header to have your dynamic
m looking for a workaround.
Thanks
--
--
Matthieu Brunet - [EMAIL PROTECTED]
Réseau-Photo S.A. - http://www.reseau-photo.com
15, rue du Général Campredon - 34000 Montpellier
Tél. : 04 67 58 07 08 - Fax : 04 67 58 03 04
Icq : 119683958
--
PHP General Mailing List (http://www.php.net/)
To unsu
EPQfTy.jpeg (errno=2 - No such file or directory)
(it is on a is_dir() call )
I don't use the stat function of php...
Any idea
--
--
Matthieu Brunet - [EMAIL PROTECTED]
Réseau-Photo S.A. - http://www.reseau-photo.com
15, rue du Général Campredon - 34000 Montpellier
Tél. : 04 67 58 07 0
Hello,
I have a problem with a php script which contains an exec (same problem
with backticks and similar operators).
Some programs are simply not executed.
For example, having a simple 'hello world' program in c++ will work
fine, but having a program that writes 'hello world' to a file won't
wor
l' '--enable-ftp' '--enable-track-vars'
'--with-gd' '--enable-native-tt' '--with-freetype-dir=/usr/local'
'--with-jpeg-dir' '--with-png-dir' '--with-zlib-dir'
'--with-apache=../apache_1.3.19' '--en
Hi,
I tray to change user password in active directory.
$user = new COM("WinNT://domaine/domaincontrol/USERNAME,user");
$user->ChangePassword("oldpass","newpass");
but it's not work
i don't want to use LDAPS !!!
help me ?
Matt
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
Hi,
Where can i find the methods list of module COM ?
Ex : $Odject = new COM("WinNT://domain");
Thanks !
Matt
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2002 10:44, Luke van Blerk a écrit :
> Hi
>
> I'm trying to find out how to run a command on the server as root. Does
> anybody know how to do this?
>
> Thanks
> Luke
- --
__
/ Matthieu Le Corre
| Service Informatique
|
| Inspection Acad
Hi !
I'm an intern working as a developer for a company. I'm in charge of
writing an extension to the Zend engine, much like the GD library. I was
wondering what are the PHP license requirements for the code and
binaries. Anyone enlighten me?
Thanks.
- Matthieu
--
PHP General Ma
x27;m not a
lawyer and I wanted to check with more experienced people.
Thanks a lot for your answer, though.
- Matthieu
l0t3k wrote:
what specifically are you attempting to do ? do you wish to market the
extension ? donate it to the PHP community ? if the former, then im fairly
certain the licens
f static module :(
Is any one got the same pb ?
thank in advance
Matthieu
- --
__
/ Matthieu Le Corre
| Service Informatique
|
| Inspection Academique de la Sarthe
| 72000 LE MANS
|
| Tel : 02 43 61 58 91
| Mail : [EMAIL P
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Suite au passage en PHP 4.2.3 ... je n'arrive plus a ne connecter a me bases
informix
quelqu'un a-t-il eu le meme probleme ?
il me renvoir un code informix -930
- --
__
/ Matthieu Le Corre
| Service In
b ?
Le Vendredi 15 Novembre 2002 16:03, Matthieu Le Corre a écrit :
> Suite au passage en PHP 4.2.3 ... je n'arrive plus a ne connecter a me
> bases informix
> quelqu'un a-t-il eu le meme probleme ?
> il me renvoir un code informix -930
- --
__
vous avez écrit :
> Hello Matthieu,
>
> i've got the the same problem with apache-2.0.40 and php-4.2.3.
> 4.2.2 works fine.
>
> i have rebuild the php-4.2.2 rpm package for rh8.
> (added a few changes for informix:
> LD_LIBRARY_PATH="/opt/informix/lib:/opt/infor
; libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x406c)
> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40709000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x40727000)
> libc.so.6 => /lib/i686/libc.so.6 (0x4200)
> libltdl.so.3 => /usr/
74000)
> > libssl.so.2 => /lib/libssl.so.2 (0x40648000)
> > libbz2.so.1 => /usr/lib/libbz2.so.1 (0x40678000)
> > libresolv.so.2 => /lib/libresolv.so.2 (0x40687000)
> > libttf.so.2 => /usr/lib/libttf.so.2 (0x4069a000)
> > libfreetype.so.6 => /
t to
> appear as 11/30/2002. I want to use a php date format. I do not want it
> formatted as it comes out of the db. But date("m/d/y", $myrow[departdate])
> returns 12/31/69. How can I do this?
>
> THanks,
> Eddie
- --
__
/ Matthieu Le Corre
|
root/php-4.2.2/sapi'
make: *** [all-recursive] Erreur 1
-
------
- --
__
/ Matthieu Le Corre
| Service Informatique
|
| Inspection Academique de la Sarthe
| 72000 LE MANS
|
| Tel : 02 43 61 58 91
| Mail : [EMAIL PROTECTED]
\_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
oki that good i managed to compile php 4.2.2
but my informix support is still broken :/
did you manage tu connect tu ifx with 4.2.2 and apache 4.0.23 ?
if yes . what's your ifx SDK version ?
Le Lundi 18 Novembre 2002 17:00, Mat
with httpd 2.0 is still:
> "--with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module."
>
> Oliver
>
> On Thu, 2002-11-21 at 12:56, Matthieu Le Corre wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > oki that
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
4.04 pl1
mod_ssl-2.8.0-1.3.17
openssl-devel-0.9.6-1
openssl-0.9.6-1
openldap-devel-2.0.7-11
openldap-2.0.7-2
openldap-clients-2.0.7-12
Le Mardi 6 Mars 2001 09:53, vous avez écrit :
> On Tue, Mar 06, 2001 at 09:27:55AM +0100, Matthieu Le Corre wrot
without SASL i will work ?
i 'm really not sure because it's not that it doesn't work it's just crash ;(
thank for all
regards
Le Mardi 6 Mars 2001 11:08, vous avez écrit :
> On Tue, Mar 06, 2001 at 10:54:24AM +0100, Matthieu Le Corre wrote:
> > Hum the ldapsearch w
ldap without it !
it mays take a while ...
thak for all
regards
--
__
Matthieu LE CORRE
SERVICE INFORMATIQUE
Ecole Polytechnique de l'Université de Nantes
2:51, vous avez écrit :
> 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
--
__
e is nothing more rewarding than reaching the goal you set for
> yourself"
--
______
Matthieu LE CORRE
SERVICE INFORMATIQUE
Ecole Polytechnique de l'Université de Nantes
(EPUN)
ing with this?
> > Jack
> > [EMAIL PROTECTED]
> > "There is nothing more rewarding than reaching the goal you set for
> > yourself"
--
__
Matthieu LE CORRE
SERVICE INFORMATIQUE
Ecole Polytechnique de l'Université de Nantes
you set for
> yourself"
--
__
Matthieu LE CORRE
SERVICE INFORMATIQUE
Ecole Polytechnique de l'Université de Nantes
(EPUN)
Site de la Chantrer
suggestions or
pointers, I would really appreciate the help. Thank you.
Matthieu
34 matches
Mail list logo