[PHP] Problems compiling PHP 5.0.0b1

2003-07-01 Thread Mauricio Cuenca
oaded and compiled libxml 2.5.7 and the same error appears. I've compiled several diffrent versions of PHP before without problems. Has anyone had a similar problem ? TIA, _ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] PEAR Documentation

2002-09-05 Thread Mauricio Cuenca
rror but a list of functions, methods and properties would be very nice. Thanks, _____ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sessions with register_globals = off

2002-09-06 Thread Mauricio Cuenca
utomatically register them as session variables, as if you called session_register(). This trick is limited to the session module only - for example, setting new entries in $_ENV will *not* perform an implicit putenv()." That's what I am not using sessione_register($variable). TIA, __

Re: [PHP] Sessions with register_globals = off

2002-09-07 Thread Mauricio Cuenca
--- If the page is reloaded, the result is exactly the same. But if I keep reloading the page $_SESSION['id'] and $_SESSION['permisos'] have the same value. Is there any other way to unregister session variables ??? Thank you very much. _____ Mauricio Cuenca

[PHP] Crontab

2002-06-05 Thread Mauricio Cuenca
Hello, I need to run a daily script on our website but I'm trying to avoid using CRONTAB. Is there any way that I can run this daily ? Is there any equivalent to ASP's Application_OnStart for PHP ? Thanks, _ Mauricio Cuenca [EMAIL PROTECTED] -- PHP General Ma

[PHP] PEAR::Pager examples

2003-09-15 Thread Mauricio Cuenca
ne had any experiencie with this package that can share ? TIA, ____ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Setlocale() not working

2003-10-24 Thread Mauricio Cuenca
an write the date in other language without the need to harcode the weekday names ??? Using only the strftime function ??? Thanks, ____ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PATH_INFO in CGI Mode

2002-05-24 Thread Mauricio Cuenca
is attempting to parse a path that does not exist. Are they right ? TIA, _____ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Passing an array as an argument

2002-03-14 Thread Mauricio Cuenca
0), Array(1,"Enero"), Array(2,"Febrero"), Array(3,"Marzo"), Array(4,"Abril"); */ And call the function */ TextList("my_list", $my_array); I need to know how exaclty can I pass and receive an array as a function argument. Hope you can help me, TIA. -

[PHP] Passing an array as an argument

2002-03-14 Thread Mauricio Cuenca
0), Array(1,"Enero"), Array(2,"Febrero"), Array(3,"Marzo"), Array(4,"Abril"); */ And call the function */ TextList("my_list", $my_array); I need to know how exaclty can I pass and receive an array as a function argument. Hope you can help

[PHP] include_once()

2002-03-19 Thread Mauricio Cuenca
losed with valid PHP start and end tags. But When I try to run the main script, I get this error: Fatal error: Call to undefined function: MyFunction()in /main_script.php on line 4. How can I properly "divide" my script into several ones ??? TIA, ______ Mauricio Cuenc

Re: [PHP] include_once()

2002-03-19 Thread Mauricio Cuenca
Yes, I read the documentation and took close note to include the start and end tags... Thanks, __ Mauricio Cuenca - Original Message - From: "anders nawroth" <> To: "Mauricio Cuenca" ; <[EMAIL PROTECTED]> Sent: Tuesday, March 19

Re: [PHP] include_once()

2002-03-19 Thread Mauricio Cuenca
No I haven't. Wouldn't this affect my entire web site ? I just need to include the files into a single script. Thanks, __ Mauricio Cuenca - Original Message - From: "Neil Freeman" To: "Mauricio Cuenca" Cc: <[EMAIL PROTECTED]> Se

[PHP] Exit();

2002-04-04 Thread Mauricio Cuenca
n Two(); { One();//This line kills the program Print("Hello"); //This is not printed =( } TIA, __ Mauricio Cuenca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php