[PHP-DEV] PHP 4.0 Bug #10049: Slashes passed thru a file upload

2001-03-29 Thread arnaud
From: [EMAIL PROTECTED] Operating system: Win98 / PWS 4.0 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Slashes passed thru a file upload Maybe it's a not a bug but with Php 3.0.7 and PHP 4.0.2, when you upload a file, the file name is not stri

[PHP-DEV] PHP 4.0 Bug #10050: ISAPI module crashing when different sites on the same server

2001-03-29 Thread arnaud
There's no problem with CGI version "php.exe"... Greetings Arnaud -- Edit Bug report at: http://bugs.php.net/?id=10050&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] PHP 4.0 Bug #10136: Function mail() does not work properly

2001-04-03 Thread arnaud
d on Win98SE - Apache 1.3.19 both with PHP 4.0.4pl1. there are several things wrong (so far it wouldn't be me the problem ;-) ) : - first : mail ("Arnaud <[EMAIL PROTECTED]>","A subject here","A message body here",...); (as mentioned in PHP manual), It w

[PHP-DEV] PHP 4.0 Bug #10136 Updated: Function mail() does not work properly

2001-04-04 Thread arnaud
ED] First, I tried making mail() function work() on a Win2k - IIS 5.0 server and on Win98SE - Apache 1.3.19 both with PHP 4.0.4pl1. there are several things wrong (so far it wouldn't be me the problem ;-) ) : - first : mail ("Arnaud <[EMAIL PROTECTED]>","A subject her

[PHP-DEV] PHP 4.0 Bug #10136 Updated: Function mail() does not work properly

2001-04-05 Thread arnaud
--- [2001-04-03 09:57:57] [EMAIL PROTECTED] First, I tried making mail() function work() on a Win2k - IIS 5.0 server and on Win98SE - Apache 1.3.19 both with PHP 4.0.4pl1. there are several things wrong (so far it wouldn't be me the problem ;-) ) : - first : mail (

[PHP-DEV] Bug #8676 Updated: Bad serialization of objects with references

2001-05-23 Thread arnaud . bienvenu
ID: 8676 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Session related Operating system: Linux PHP Version: 4.0.5 Description: Bad serialization of objects with references Yes, the bug is still in 4.0.5. I put it back online on http://www.generasound.com/test/bug

[PHP-DEV] Bug N°13763 Update with example

2001-10-25 Thread Arnaud L
Here a complete example (php and sybase) with the problem of compute sql statement. PHP stop when he encountred the compute.   PHP :       sybase_query=("EXEC MYPROC");         $result = sybase_query($query);    while ($row = sybase_fetch_array($result)) {    print $row["COLUMN1"

[PHP-DEV] Bug #14467: Cannot load libphp4.so

2001-12-12 Thread arnaud . etcheverry
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.1 PHP version: 4.1.0 PHP Bug Type: Dynamic loading Bug description: Cannot load libphp4.so When i try to start the server : bin/apachectl start i get the message : Cannot load /usr/lib/libphp4.so into serve

[PHP-DEV] Bug #14467 Updated: Cannot load libphp4.so

2001-12-13 Thread arnaud . etcheverry
ID: 14467 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Linux RedHat 7.1 PHP Version: 4.1.0 New Comment: The version of Apache i use is : httpd-2.0.28 I have compiled Apache with : ./configure --pr

Re: [PHP-DEV] OOH Forms ?

2002-07-15 Thread Arnaud Limbourg
Hello, There is such a library, you can find it in PEAR. It needs some cleanup and improvements though. Arnaud. > Hi there > > I came across with some reference indicating there was a library called OOH > forms, wondering if anyone knows about the status of that lib, or has thos

[PHP-DEV] Re: [PEAR-DEV] "pear package" broken

2002-10-06 Thread Arnaud Limbourg
nt streams issues? It should not. I get the following error when trying to build it. pear package package.xml XML error: no element found at line 275 Arnaud. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP and Smarty Templates

2002-10-13 Thread Arnaud Limbourg
Please ask this question in [EMAIL PROTECTED] Thanks. > I have a variable in a smarty template: $product.url ... > > Within the smarty template I have: {include file="getTable.tpl"} ... > > In the included template I have a function called: getTable($url) ... > > From the original template wh

[PHP-DEV] PHP 4.0 Bug #8676: Bad serialization of objects with references

2001-01-12 Thread arnaud . bienvenu
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4 PHP Bug Type: *Session related Bug description: Bad serialization of objects with references Some complex objects won't be correctly stored into the session. This is probably a problem with serialize/unseria

[PHP-DEV] CVS Account Request: arnaud

2002-11-22 Thread Arnaud Limbourg
Write pear documentation, e.g.: started with phpunit (agreed with sebastian) Contribute to pear packages (like LiveUser) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [PEAR-DOC] Re: [PHP-DEV] Re: Modules/Extensions not in 4.3

2002-11-29 Thread LIMBOURG Arnaud
lso a project to generate peardoc2 automoatically from PHPDoc comments using phpdocumentor and others scripts, greg beaver as well as alexander are working on that. If peardoc2 and phpdoc are compatible that would be great. Arnaud. > IMO, the manual should include all of the "mai

Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: Modules/Extensions not in 4.3

2002-11-30 Thread Arnaud Limbourg
> We talkes about this at our March Doc meeting. The problem is that the > different doc systems mostly started out from the initial "phpdoc" > repositories system, and developed on their own ways. Reuniting the build > systems under one umbrella would be quite a hard task, and I don't know who > c

[PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread LIMBOURG Arnaud
> But are there any other ideas how to provide binaries of > PECL's outside > the php distributions? There was plan to add a package homepage URL on the pear website. Therefore you could provide a binary of your package on your own webpage. Would that be a good solution to you ? > Can I add t

[PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread LIMBOURG Arnaud
It works, with the go-pear command. There are a few things to tweak but it works. The thing is that it does work out of the box, yet. Arnaud. > Pear is not included in Win32 distribution of php-4.3.0. The pear > installer is broken on windows and since there is no easy way to > ins

[PHP-DEV] Bug #12843: Problem with compile

2001-08-19 Thread arnaud . sandenon
From: [EMAIL PROTECTED] Operating system: linux 2.2.15 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Problem with compile ./configure --with-mysql --with-gd --with-apache=/usr/local/src/apache_1.3.20 --enable-track-vars After configuring PHP and exe