Re: [PHP] safe_mode and inclusion of files don't work as documented

2009-08-31 Thread Nico Sabbi
Lars Torben Wilson ha scritto: Hi Nico, First the obligatory safe_mode is deprecated and not recommended speech. . .but I guess you've already seen that in the docs and decided to use it anyway. I read it, but I don't know if I have to interpret it as php6 wil only work in safe mode

Re: [PHP] safe_mode and inclusion of files don't work as documented

2009-08-31 Thread Nico Sabbi
Lars Torben Wilson ha scritto: 2009/8/28 Nico Sabbi nsa...@officinedigitali.it: Hi, I'm testing one of my sites in safe_mode, but I'm experiencing some strangeness that is not documented. The settings are: in php.ini: include_path = .:/server/home/apache/php4/:/var/php/5.2/pear/:/usr

[PHP] safe_mode and inclusion of files don't work as documented

2009-08-28 Thread Nico Sabbi
required '../include.php' (include_path='.:..:/server/home/apache/php4/:/var/php/5.2/pear/:/usr/php/lib/ezcomponents-2008.2.2/') in */server/home/nsabbi/nb4/login/index.php* on line *3 How is it that i can't include files in .. btw, can I redefine the include_path in safe mode? Thanks, Nico

Re: [PHP] safe_mode and inclusion of files don't work as documented

2009-08-28 Thread Nico Sabbi
hack988 hack988 ha scritto: add this php_admin_value open_basedir done, but it doesn't make a difference: php_admin_value open_basedir /server/home/nsabbi:/server/home/apache/php4:.:.. *Fatal error*: require_once() [function.require http://nsabbi/login/function.require]: Failed opening

[PHP] uploading 'large' files (e.g. 6MB) - tmp_name is empty?..

2004-12-01 Thread Nico Veenman
idea why php 'resets' the tmp_name when uploading large files (aka when uploading just takes a minute or two). Thanks in advance!! Regards, Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to force mod_php to load php.ini ?

2004-06-25 Thread Nico Sabbi
, so I have to execute /etc/init.d/httpd restart Thanks, Nico Sabbi - Officine Digitali - Bologna Tel. 051 - 4187565 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] New lines

2004-02-03 Thread Nico Berg
Hi all, I have a list of words (sense): FIRST SECOND AND THIRD FOURTH etc fread gives back FIRST SECOND AND THIRD FOURTH How can i get the list as is? Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] New lines

2004-02-03 Thread Nico Berg
He, Jason thank's. BTW, the site www.gremlins.biz doesn't work, maybe learn something about webdeamons before making websites... Gr, Nico PS wrong guess! -Oorspronkelijk bericht- Van: Jason Wong [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 3 februari 2004 15:16 Aan: [EMAIL

RE: [PHP] New lines

2004-02-03 Thread Nico Berg
the words into a html file so that someone can change them and write them back. That's it. Nico -Oorspronkelijk bericht- Van: John Nichel [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 3 februari 2004 21:57 Aan: [EMAIL PROTECTED] Onderwerp: Re: [PHP] New lines John W. Holmes wrote

[PHP] form action does not give var value's through.

2004-01-29 Thread Nico Berg
Hi guys, I have two .php files. The one gives his values to the other but they never reach the second file. I am 100% about the code! Is ther something that can be changed in the php.conf on my server? Gr, thank's Nico Berg

[PHP] Shared mod_php doesn't always load php.ini

2004-01-23 Thread Nico Sabbi
Hi, I noticed that often mod_php loaded as a shared library by apache doesn't load php.ini, and I have to restart apache to make it work. Apache version is 1.3.28 and Php is 4.3.4, all compiled by me. They are running on an updated RedHat 7.3. Is it a known (and solved) problem? Thanks. Nico

[PHP] ODBC in PHP4.3.4 crashes when used with Mysql 4

2004-01-14 Thread Nico Sabbi
=0xbfffe6e0) at /root/apache/php-4.3.4/main/main.c:1729 #19 0x081987ae in main (argc=1, argv=0xbfffe784) at /root/apache/php-4.3.4/sapi/cli/php_cli.c:819 #20 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6 Thanks, Nico -- PHP General Mailing List (http://www.php.net

RE: [PHP] php doesn't work in html files

2004-01-12 Thread Nico Berg
Hi, It works. I decided to add .html to the list of extensions that will be opend by php if asked for in apache. I understand here that it will take more time before html files are processed? True? Thanks all, Nico Berg -Oorspronkelijk bericht- Van: Nico Berg [mailto:[EMAIL PROTECTED

[PHP] php doesn't work in html files

2004-01-11 Thread Nico Berg
is not done at all. Is that right? I always believed php should work in html? Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Editor

2003-10-03 Thread Nico Berg
Hi, I have found the solution to my problem, I share it http://phpeditors.linuxbackup.co.uk/ Greetings and thanks, Nico -Oorspronkelijk bericht- Van: Jay Blanchard [mailto:[EMAIL PROTECTED] Verzonden: donderdag 2 oktober 2003 14:30 Aan: Nico Berg; PHP General Onderwerp: RE: [PHP

[PHP] PHP Editor

2003-10-02 Thread Nico Berg
Hi there, I am pretty new in PHP coding. So for starters i want to know what is a good php-editor? I like them freeware for windows. Greeting and thanks in advance, Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Files PHP in tmp ?

2003-01-27 Thread nico
No , it's not sessions, it's files with php545382 and into these files , there are piece of html of my sites Nico Max Tappenden [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are they things like php45a45s879a787g54a21s3a12g3a21s31a3a? If so, yu

[PHP] Re: Files PHP in tmp ?

2003-01-27 Thread nico
It's include files. Ex : in index.php i call index2.php , the content of index2.php 'll be written in /tmp Nico Max Tappenden [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are they things like php45a45s879a787g54a21s3a12g3a21s31a3a? If so, yu

[PHP] Files PHP in tmp ?

2003-01-24 Thread nico
Hello, I've a lot of files named php in my tmp folders .. What's these files ? Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Files PHP in tmp ?

2003-01-24 Thread nico
No, I have some 300 php and in these files , there is some html of my sites. Nico Marek Kilimajer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Those are temporery uploaded files, they should be there only while some script handling th

Re: [PHP] Files PHP in tmp ?

2003-01-24 Thread nico
you have some problems. nico wrote: Hello, I've a lot of files named php in my tmp folders .. What's these files ? Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Files PHP in tmp ?

2003-01-24 Thread nico
hat have installed, but there is no caching system by default. nico wrote: For information : i have php 4.3 (perhaps a new caching system) ? Marek Kilimajer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Those are temporery uploaded fi

Re: [PHP] Files PHP in tmp ?

2003-01-24 Thread nico
No it's simple php file on websites with include on websites Nico Michael Sims [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Fri, 24 Jan 2003 13:05:16 +0100, you wrote: and my ls dir -rw--- 1 nobody nobody 3687 Jan 23 14:25 phpql

[PHP] Gridwidget - javascript

2003-01-17 Thread Nico Jansen - NiRo IT Consultants B.V.
' SIZE=5 MAXLENGTH=5 onChange='njrecalculate()' value=$mytot/td/tr; ? Does anybody know how to access these mycell form fields on the client side using javascript. Nico Jansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: JPGrapgh and GD Library SAMBAR server

2002-06-20 Thread Nico Jansen - NiRo IT Consultants B.V.
Hi Christopher, I think that we have the same configuration. I'm running PHP with the SAMBAR server as well and the JP Graph module is working OK with me so it should be working. Have you tried the JP Graph - testsuit : On my notebook ( W2K ) I installed it at

[PHP] New Variables

2002-04-25 Thread Nico van der Dussen
Hi, is there somewhere a spot where the rational for the new variables of PHP4.2 is described? I can not figure out yet the why of all the trouble the developers took - obviously they would not have done it if there was'nt an urgent reason for it. Thanks Nico -- PHP General Mailing List

[PHP] From where was function called?

2002-04-22 Thread Nico van der Dussen
Hi, I'm having a real problem: In a codeset of more than 5000 lines of code, I have a rogue call to a function. Is there a way I can determine in a function from where the call was made? (Filename, linenumber etc) Thanks Nico -- PHP General Mailing List (http://www.php.net

[PHP] Re: apache htpasswd win32

2002-03-13 Thread Nico Vrouwe
You could do it like this: exec( htpasswd -b $passwdfile $username $password ); /nico [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi everybody I would like to know if somebody already wrote a script to allow apache user administration from p

[PHP] Re: Selective seeing =)

2002-03-12 Thread Nico Vrouwe
not tested :) $lines = file( 'http://www.cow.net/cows/' ); print $lines[ rand()%sizeof($lines) ]; /nico Liam [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 12/03/2002 11:20:18 PM Hey all, I'm looking to write a PHP script that will cut all con

[PHP] Re: Calling a Variable in a weird Way

2002-03-07 Thread Nico Vrouwe
You can do: for ($i=1; $i 12; $i++) { $n = state_$i; echo $$n; } That should do what you want (if I understood what you want correctly ;) /nico Phillip S. Baker [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am not sure I can articulate t

Re: [PHP] Alphabet

2002-03-07 Thread Nico Vrouwe
$iord('Z') seems easier to me than $iord('A')+26 :) /Nico Edward Van Bilderbeek - Bean It [EMAIL PROTECTED] wrote in message 002601c1c5c4$d008e3f0$2d48c23e@VANBILDE01">news:002601c1c5c4$d008e3f0$2d48c23e@VANBILDE01... something like: for ($i=ord('A'); $iord('A')+26; $i++) { $st

Re: [PHP] Alphabet

2002-03-07 Thread Nico Vrouwe
Very true. oops :) /Nico - Original Message - From: David Apthorpe [EMAIL PROTECTED] To: 'Nico Vrouwe' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 2:34 PM Subject: RE: [PHP] Alphabet : Shouldn't it be $i=ord('Z') ? : : David Apthorpe : : -Original

[PHP] Re: using a variable to a function call

2002-03-07 Thread Nico Vrouwe
You could try something like this: eval( \$class- . $var . _function(); ); /nico Matt Williams [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all I get a variable that is set be a select box on a page. I want to use this variable to call a functio

[PHP] Stopping PHP from sending any headers

2002-03-06 Thread Nico Vrouwe
headers at all that'd be much nicer. Right now I fixed it by printing !-- in the external prog, and after that -- in the php code, so at least the headers don't show up in the browser.. Nice is something else tho. Any ideas? Thanks! /Nico -- PHP General Mailing List (http://www.php.net