[PHP-DEV] PHP5 compilation broken? Patch

2003-02-28 Thread Marco Tabini
AF_INET6: buf = (char*)inet_ntop(sa-sa_family, ((struct sockaddr_in6*)sa)-sin6_addr, (char *)abuf, sizeof(abuf)); if (buf) { Hope I got the right patch format. Marco -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] PHP5 compilation broken? Patch

2003-02-28 Thread Marco Tabini
Never mind... I had updated the wrong head :( Sorry! Mt. On Fri, 2003-02-28 at 23:33, Marco Tabini wrote: Howdy-- Tried to compile today's CVS of PHP5 but I get a compilation error in main/network.c. Here's a patch that (I think) should take care of the problem: Index: main/network.c

[PHP-DEV] CVS Account Request: borg73

2003-01-08 Thread Marco Schwarz
modify ifx.php -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Connecting to Outlook Data from PHP/MySQL?

2002-12-18 Thread Marco Tabini
You should be able to use LDAP if you have an Exchange server. Marco -- php|architect - The Magazine for PHP Professionals The monthly magazine dedicated to the world of PHP programming Check us out on the web at http://www.phparch.com! ---BeginMessage--- Does anyone know

Re: [PHP-DEV] Idea to extend language: Explicitly setting variablescope inside user defined function (longer)

2002-10-21 Thread Marco Tabini
that a bit of discipline could solve this problem--but then again a bit of discipline also makes you use the scoping the way it is and come away clean without any major problems! --Mt. On Mon, 2002-10-21 at 21:19, Hans Zaunere wrote: --- Marco Tabini [EMAIL PROTECTED] wrote: Well, you have

Re: [PHP-DEV] Problem with file_exists (Newbie Q)

2002-10-14 Thread Marco Tabini
You'll have to use the CURL library: http://ca.php.net/manual/en/ref.curl.php Cheers, Marco On Sun, 2002-10-13 at 16:21, Adrian Slusarczyk wrote: Hi, I have the following problem: In a function, I want to verify whether a file exists before I go on, and if it doesn´t, return false

Re: [PHP-DEV] Help plase Php + MySql

2002-10-10 Thread Marco Tabini
You need to use mysql_fetch_array instead On Thu, 2002-10-03 at 15:29, Keith Calvert wrote: Hi I've just started with Php and MySql I have installed the PhpTriad all in one package and all seems to be going well. I have the following problem, here is the code $result =

Re: [PHP-DEV] URL

2002-10-10 Thread Marco Tabini
Well, you could use mod_rewrite or simply point the default page of your website to a particular URL, but that will only work for one page--you can't hide all the pages behind the same URL, because the server wouldn't know how to address them. On Thu, 2002-10-10 at 16:38, ^|CoOL|^ cRþSH wrote:

AW: [PHP-DEV] print_r's feature

2002-07-25 Thread Marco Glatz
How about adding an extra second parameter to print_r function, that would enable HTML output, with br /s and maybe bold values? how about this ? pre ?php print_r($foo); ? /pre mg -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] returning arrays

2002-07-25 Thread Marco Glatz
to fill the array with some data for(i=0; i 10; i++) { add_index_string(tmp_array, i, some_data, 1); } } /snip - hope someone can tell me whats wrong. marco -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

AW: [PHP-DEV] returning arrays

2002-07-25 Thread Marco Glatz
Marco Glatz wrote: hi there, i have an extension with a funtion that should return an array, but my array is empty ?. -- snip -- ZEND_FUNCTION(foo) { zval *tmp_array; MAKE_STD_ZVAL(tmp_array); array_init(tmp_array); array_init(return_value

[PHP-DEV] Apache specific problem..

2002-01-30 Thread Marco Kaiser
use .htaccess ErrorDocument 403 or 404. Currently i checked the doc stuff and didnt found any usable function for this. (http://www.php.net/manual/de/ref.apache.php) Btw. I can talk with other mod_ files so i hope its possible to do this simple step. :) -- Regards Marco -- PHP Development

[PHP-DEV] SID Problem

2001-12-20 Thread Marco Kaiser
Hi, ?php session_start(my); session_register(test); $test++; echo SID; ? Can one help me, why does it not print PHPSESSID=kasdf... ?? -- Marco -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] GDLIB Problem ...

2001-11-21 Thread Marco Kaiser
sources ?? Any solution`?? --Marco -- 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] BUILD PHP from CVS...

2001-11-15 Thread Marco Kaiser
the http://www.php.net/cvsup.php website. -- Marco -- 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] Problem with Configure..

2001-11-13 Thread Marco Kaiser
/usr/local ... Its that ok or not? -- Marco -- 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] Re: Bug #13674 Updated: build/buildcheck.sh fails if automake versionstrings contains dashes

2001-10-24 Thread Marco Colombo
. :) --Jani Ok, sorry, I'll check CVS next time... .TM. -- / / / / / / Marco Colombo ___/ ___ / / Technical Manager / / / ESI s.r.l. _/ _/ _/ [EMAIL PROTECTED

[PHP-DEV] Bug #13538: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread marco
-dev (I cannot use the 4.0.6 because of the bug http://bugs.php.net/bug.php?id=11776) A very simple phpinfo() shows all the variables in the last table with the short version of their name... Regards, Marco -- Edit bug report at: http://bugs.php.net/?id=13538edit=1 -- PHP Development

[PHP-DEV] Bug #13538 Updated: The variable names do not use HTTP_*_VARS format

2001-10-04 Thread marco
ID: 13538 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: Linux Slackware 4.0 PHP Version: 4.0.6 New Comment: That is not completely true... The only vars that are working are the short ones... Regards, Marco