[PHP-DEV] CVS Account Request: olivier

2002-09-21 Thread Olivier Vanhoucke
I need an account to develop and update the package Text_Password for PEAR. thanks, Olivier -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] help with inixware711 apache 1.3.23 and php 411

2002-02-05 Thread Olivier PRENANT
orrectly linked against libm through. Of coure, apache is compiled with moddso enabled... Can someone help? -- Olivier PRENANT Tel:+33-5-61-50-97-00 (Work) Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax) 31190 AUTERIVE +33-6-07-6

[PHP-DEV] Bug #14723 Updated: ereg doesn't match correct

2001-12-27 Thread sow . olivier
ID: 14723 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Regular Expressions Operating System: WIN2K PHP Version: 4.0.5 New Comment: sorry, i finally found my error i look result on HTML page and there are more than one space between each word, in HTM

[PHP-DEV] Bug #14723: ereg doesn't match correct

2001-12-27 Thread sow . olivier
From: [EMAIL PROTECTED] Operating system: WIN2K PHP version: 4.0.5 PHP Bug Type: *Regular Expressions Bug description: ereg doesn't match correct I try to build an expression to get the File Name from a string given by ftp_rawlist() $pFile="-rwxrwxrwx 1 owner group 35087

[PHP-DEV] Bug #13131: Bad results with fbsql_num_rows

2001-09-04 Thread olivier . marie
From: [EMAIL PROTECTED] Operating system: Sun OS PHP version: 4.0.6 PHP Bug Type: FrontBase related Bug description: Bad results with fbsql_num_rows The number of rows returned by fbsql_num_rows is wrong when used with 'select DISTINCT' query. This script shows differences b

[PHP-DEV] Bug #13111: compare two string via ==

2001-09-03 Thread olivier . sow
From: [EMAIL PROTECTED] Operating system: WINDOWS 2000 SERVER PHP version: 4.0.5 PHP Bug Type: Strings related Bug description: compare two string via == "; } ?> try this script ! You will see the problem :) -- Edit bug report at: http://bugs.php.net/?id=13111&edit=1

Re: [PHP-DEV] profiler?

2001-08-13 Thread Olivier Bourgeois
ugger works fine, but I didn't tested the profiler ... But I think you don't need to start another project, unless you need some specific options :-) Olivier. -- Feminism, n.: A political position which seeks to rebuild society so that both men and women are treate

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Olivier Bourgeois
Le Fri, 10 Aug 2001 13:11:33 +0200 Petr Cech <[EMAIL PROTECTED]> a ecrit : > On Thu, Aug 09, 2001 at 01:22:18PM +0200 , Anders Johannsen wrote: > > aj@uranos% ./buildconf > > buildconf: checking installation... > > buildconf: autoconf version 2.13 (ok) > > buildconf: automake version 1.4-

[PHP-DEV] call_user_function_ex problem.

2001-07-18 Thread BREGERAS Olivier
#x27;s a very important step for my extension. Thank for your help. Olivier -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Extension creation help

2001-07-16 Thread BREGERAS Olivier
; return SUCCESS; } The code compile fine, but when I execute my php code a memory crash occur. Any Idea. Does I miss something to define ? Thanks for any help. Olivier -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] safe_mode behavior modification request

2001-06-30 Thread Olivier PRENANT
can do it alone. Does it sound a ood idea? Does it break something else ? Did I miss something ?? Can you give me some pointers to do it?? TIA -- Olivier PRENANT Tel:+33-5-61-50-97-00 (Work) Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax) 31190 AUTERIVE

[PHP-DEV] Parsing speed difference between " and '

2001-05-24 Thread Olivier Cahagne
Hi, I believe this is the correct list to talk about that as it's Zend/parser-related. I'd like to know if there's a difference between parsing: require ('foo.inc'); and require ("foo.inc"); If so, which one would be faster and why ? I didn't find many references about this in the FAQ or the do

[PHP-DEV] RE: Bug #10408 Updated: Bad Sybase-CTlib closing

2001-04-20 Thread olivier comte
The script Sample.php is : '; exit(); // global exit of PHP } //MAIN PGM: // set to the user defined error handler set_error_handler('myErrorHandler'); $connect_id=sybase_connect('server,'GenRe','password'); if (!$connect_id) echo "An error in sybase_connect !!"; else {$res=sybase_

[PHP-DEV] Re: Bug #10399 Updated: Problem with mcrypt

2001-04-19 Thread Olivier Fourdan
Derick, Great ! It works. Thanks a lot. Cheers, Olivier. Bug Database wrote: ID: 10399 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure PHP Version: Earlier? Upgrade first! Assigned To: Comments: I just read you use PHP3. Libmcrypt

[PHP-DEV] Warning: fopen("php://stdin","r") - Invalid argument in ...

2001-04-09 Thread Olivier Bourrassé
e. $fp = fopen("php://stdin","r"); if ($fp){ while (!feof($fp)) $BUFFER = fgetc($fp); $INPUT .= $BUFFER; if ($BUFFER == "\n") break; } } I'm running PHP4.04Pl1, apache 1.3.14 on NT4 Thanks Olivier -- PHP Development Mailing List <http://www.ph

[PHP-DEV] PHP 4.0 Bug #9681 Updated: can't use interbase functions in user defined sessions

2001-03-12 Thread olivier
og entry anymore. I tested the queries, and they _do_ work. A working write function: function ibs_write($key, $val) { global $ibs_local_key, $ibs_db_id; $fd = fopen('/home/pkedu/olivier/nwuser/log.out', 'a'); $dbkey = addslashes($key.$ibs_local_key)

[PHP-DEV] PHP 4.0 Bug #9681: can't use interbase functions in user defined sessions

2001-03-11 Thread olivier
ction: function ibs_write($key, $val) { global $ibs_local_key, $ibs_db_id; $fd = fopen('/home/pkedu/olivier/nwuser/log.out', 'a'); $dbkey = addslashes($key.$ibs_local_key); $val = addslashes($val); $now = time(); $query = "upda

[PHP-DEV] PHP 4.0 Bug #9396: unable to compile php 4.0.4pl1 with ldap (IBM LDAP SDK 3.1)

2001-02-22 Thread olivier . lhomme
arget `all-recursive' Current working directory /usr/local/php/php-4.0.4pl1/ext *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Is the pb due to IBM LDAP SDK or PHP ? Olivier. -- Edit Bug report at: http://bugs.php.net/?id=9396&edit=1 --

[PHP-DEV] PHP 4.0 Bug #9282: printint chr(0x0a) in a file generate 0x0d 0x0a

2001-02-15 Thread Olivier . Ziller
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: printint chr(0x0a) in a file generate 0x0d 0x0a look at the following code : the output on screen is 1(strlen($s)) but in my file, i get always 0x0d

[PHP-DEV] RE : Bug #9125: image file corrupted when upload

2001-02-14 Thread Olivier JOUBERT
Try this it worked for me : http://bugs.php.net/bugs.php?id=9014&edit=2 This new rpm correct the bug > > Olivier JOUBERT > Hébergement web et télématique > RFI Informatique, Groupe YONI > Société de Service et d'In

[PHP-DEV] PHP 4.0 Bug #9048: problem to open several connections on 4.0.4pl1 that worked on 4.0.2

2001-02-01 Thread olivier . gondouin
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux 2.2r2 PHP version: 4.0.4pl1 PHP Bug Type: PostgreSQL related Bug description: problem to open several connections on 4.0.4pl1 that worked on 4.0.2 There's only one postgresql version, only one php script (and then, o