[PHP-DEV] Bug #12255: (In safe mode) The UID check in chdir don't test the good directory

2001-07-19 Thread benoit
s not test the UID of directory but the UID of the directory below. Let's say we do a chdir ("/home/benoit"); In safe mode, it will test the UID of /home against the one of the script so it fails. If we do a chdir ("/home/benoit/."); , PHP test the UID of /home/benoit/

[PHP-DEV] coding a php thread safe extenssion

2002-10-03 Thread Benoit Canet
Hi, I'm developping a php extenssion and i'm looking for documentations explaining how to code thread safe php extenssions. Does anyone have any advices on writting thread safe php extenssions ? (url,book or source to read ?) best regards, Benoit Canet System administrator

[PHP-DEV] Re: Bug #11985 Updated: BUG with parse_str

2001-07-10 Thread Benoit Cardon
Choice_one Choice_two ###### AND, we should have rather: ## # OUTPUT # ## Choice_one Choice_two ## So, there is a bug. Regards, Benoit. --- Bug Database <[EMAIL PROTECTED]> a écrit : > ID: 11985 > Updated by: brianlmoon > Reported By: [EMAIL PROTECTED]

[PHP-DEV] compilation problem with a custom php extension

2002-05-27 Thread Benoit Canet
.so file but instead .a and a .la file. Does anyone know what i'm missing ? Benoit Canet ITNetwork [EMAIL PROTECTED] www.itnetwork.fr 116 avenue du général Leclerc PARIS FRANCE ps : here is my config.m4 : dnl $Id$ dnl config.m4 for extension itnetwork dnl don't forget to call PHP_EXTE