Re[2]: [PHP-DEV] 4.3.1 (was: [PHP-CVS] cvs: php4(PHP_4_3) /main SAPI.h)

2003-01-15 Thread Laurent DINCLAUX
I am looking foward a real stable PHP4.3.x with current functionnality and no more ;-) -- Cordialement, Laurentmailto:[EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ZendEngine2 __get __set proposal

2002-12-15 Thread Laurent Bedubourg
s - new functions - disabling undefined properties - warning issue * Things to think about : - inheritance and __set / __get overwrite may requires parent::__set() call leaved to php developper. - overloaded methods and __call Let me know what you think about this design. Laurent -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ZendEngine2 / zend_object_handlers.c __get __set __call

2002-12-15 Thread Laurent Bedubourg
all, and i can't exactly know what it is as it's not documented nor implemented, but try the following code : > LB>> - get_class_methods() do not return methods array when used on a > LB>> namespaced class > > Submit a bug report with code example. You may also want to copy the > report (with code example, if I didn't mention this yet) to the list. > This is not only for this, but also for any other things you think are > bugs. Code example does great things to syncronize about what is the > problem. i'll submit a report, this code show the problem baz // ) class Foo::Bar { function baz(){} }; print_r( get_class_methods('Foo::Bar') ); // echo nothing ?> Thanks for reading Laurent -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ZendEngine2 / zend_object_handlers.c __get __set __call

2002-12-12 Thread Laurent Bedubourg
are well named (module convention) ? ( i mean in final version of ZendEngine2 ) - why didn't i use the qa system to relate latests bugs ? sorry for this... but sounds the better place for this kind of question best regards, and i hope this will help for ZendEngine2 Laurent ( i'm french - english errors are not intentional ) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
7; '--with-regex=system' '--enable-wddx' '--with-xmlrpc' '--with-iconv=/usr/local/lib' '--disable-debug' '--enable-inline-optimization' Thanks ! "Maxim Maletsky" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL P

[PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Laurent FOINEL
I would like to access to variable: $HTTP_SERVER_VARS["HTTP_IF_NONE_MATCH"] but I have this error: "Notice: Undefined index: HTTP_IF_NONE_MATCH in file..." why can't i access do this var ? My configuration is php 4.2.2 and apache 1.3.26 on FreeBSD -- PHP Development Mailing List

[PHP-DEV] Copy of Array

2002-10-31 Thread Laurent FOINEL
when I try $newArray = $myarray the copy is by reference. How-can I do a copy by value ? Thanks -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15464: readdir function bug with 0 name directory

2002-02-09 Thread laurent . colson
closedir($ptr); should be return : . .. 0 1 2 however, it return only : . .. Cause of there is a directory named 0 in the structure. Friendly, Laurent -- Edit bug report at http://bugs.php.net/?id=15464&edit=1 -- Fixed in CVS:http://bugs.php.net/fix.php?id=15464&

[PHP-DEV] Les 3G Sécurité Privée

2001-11-26 Thread Yves-Laurent BENAYOUN
457 jours sur 7 http://www.les3g.fr Le service commercial Mr Yves-Laurent BENAYOUN 06 82 68 61 48 Note : Ceci n'est pas un spam, c'est une proposition de service unique, elle ne sera pas renouvellée. Si vous le souhaitez, vous pouvez vous inscrire à notre mailing-list sur notre site.

[PHP-DEV] Bug #13277: & in query_string are not handled

2001-09-12 Thread laurent
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: & in query_string are not handled The query_string "a=1&b=2" and "a=1&b=2" should be equivalent, but they are not with php. A workaround is to use

[PHP-DEV] Bug #12960: Memory leak

2001-08-25 Thread laurent
, postgresql 7.1.2). I tried to increase memory_limit to 16Mb but it only postponed the error : Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 41 bytes) in /home/laurent/bearteam/photos2/slooze_ct_sql.php on line 979 There's nothing special in apache's

[PHP-DEV] Bug #12588: PHP engine hangs

2001-08-06 Thread laurent . tastet
From: [EMAIL PROTECTED] Operating system: NT4.0 SP5 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: PHP engine hangs I downloaded PHP 4.0.6 binary for win32. I installed it on IIS4 (which was perfectly working in ASP and PERL mode), as a CGI module or

Re: [PHP-DEV] Re: PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-18 Thread Laurent LEVIER
level. Thanks! @+/L At 10:13 18/03/2001 +0100, Jani Taskinen wrote: >On Sun, 18 Mar 2001, Laurent LEVIER wrote: > >>But I don't use mysql_error() in my basic script. I added it to display the error >message. >> >>Without it, the error remains, but we just dont

Re: [PHP-DEV] Re: PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-18 Thread Laurent LEVIER
<=0) { print (""); print ("SQL Server error, cannot select database"); exit; } # rc<=0, then error! If mysql_error is not trustable, I cannot tell what is the error, but there's one At 10:13 18/03/2001 +0100, Jani Taskinen wrote: >On Sun, 18

[PHP-DEV] Re: PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-18 Thread Laurent LEVIER
> >[2001-03-17 15:46:01] [EMAIL PROTECTED] >mysql_connect("localhost","user","") >report an error that should not exist: >SQL Server error, cannot select databaseAccess denied for user: '@localhost' to >database xxx > >@localhost ? sho

[PHP-DEV] Re: PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread Laurent LEVIER
;@localhost ? shouldn't it be user or user@localhost? > >--- > > > >ATTENTION! Do NOT reply to this email! >To reply, use the web interface found at http://bugs.php.net/?id=9812&edit=2 Laurent LEVIE

[PHP-DEV] Re: PHP 4.0 Bug #9400 Updated: Duplicate symbol with GD

2001-02-23 Thread Laurent FAILLIE
Hi Jani, no, unfortunatly, it fails again at the same step :-( Have you another tip ? On my side, I will try to compile the same stuff on my own UltraSparc under solaris 7 at home to find if is a general bug or only HP-UX related. Bye Laurent --- Bug Database <[EMAIL PROTECTED]> a

[PHP-DEV] PHP 4.0 Bug #8627: mssql_query and stored procedures

2001-01-10 Thread laurent . lacroix
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 PHP version: 4.0.3pl1 PHP Bug Type: MSSQL related Bug description: mssql_query and stored procedures when i call a stored procedure with mssql_query and if this stored procedure raises an error then msssql_query retu