[PHP] UTC on php log bug

2012-08-24 Thread Martín Marqués
Whats up with this bug?: https://bugs.php.net/bug.php?id=60723 -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] DateTime wierdness

2012-03-29 Thread Martín Marqués
supposed to happen, or is it? $ echo ?php var_dump(DateTime::createFromFormat('j/n/Y', '14/14/2012')); ? |php object(DateTime)#1 (3) { [date]= string(19) 2013-02-14 13:20:22 [timezone_type]= int(3) [timezone]= string(20) America/Buenos_Aires } -- Martín Marqués select 'martin.marques

Re: [PHP] DateTime wierdness

2012-03-29 Thread Martín Marqués
(m-d-y,mktime(0, 0, 0, 1, 45, 2012)); outputs 02-14-12 which is 1/1/12 +45 days 2012/3/29 Martín Marqués martin.marq...@gmail.com Can someone explain to me this weierdness I see when using the DateTime module of PHP. Here I send 14/14/2012 which is not a valid date, and I would expect

Re: [PHP] DateTime wierdness

2012-03-29 Thread Martín Marqués
, -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to sum monetary variables

2011-07-18 Thread Martín Marqués
the maths by hand to find out who has the biggest error, or if any is 100% accurate. Any ideas? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] cast changes value

2010-08-19 Thread Martín Marqués
(3480) int(3479) Using floor() those the exact same thing. Why is this? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
Is there a way (I haven't found it yet) to create with a sequence of gifs an animated gif using php-gd? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
El 2 de agosto de 2010 19:29, Ashley Sheridan a...@ashleysheridan.co.uk escribió: On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: Is there a way (I haven't found it yet) to create with a sequence of gifs an animated gif using php-gd? Not natively with GD. For more complicated

Re: [PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
El día 2 de agosto de 2010 22:06, Martín Marqués martin.marq...@gmail.com escribió: El 2 de agosto de 2010 19:29, Ashley Sheridan a...@ashleysheridan.co.uk escribió: On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: Is there a way (I haven't found it yet) to create with a sequence

[PHP] PEAR clases don't work with PHP 5.3

2010-03-05 Thread Martín Marqués
/Image/Graph/Layout.php on line 73 I found that the problem is when calling the parents constructors like parent::ClassName. Changing that fixes the problem, but there are alot of clases with this problem. Are these problems being addressed? -- Martín Marqués select 'martin.marques

[PHP] Socket connection not closing

2009-04-20 Thread Martín Marqués
) I sent the disconnect() from Net_Socket, and even set the connection to not be persistent (just in case), but I can't get the connection to close. Any ideas on what can be wrong? As I said before, this socket application is working OK on other machines. -- Martín Marqués select

Re: [PHP] Beware of round() function

2008-03-24 Thread Martín Marqués
On Mon, 24 Mar 2008 13:10:17 -0600, [EMAIL PROTECTED] wrote: Beware: round() apparently has changed its behavior from PHP 4. For certain special numbers that seem to be multiples of 100,000, the return value is in exponential format, rather than the usual decimal format. Some of these special

Re: [PHP] postgres - mysql last_inserted_id

2005-07-01 Thread Martín Marqués
' AS email; - Martín Marqués | Programador, DBA Centro de Telemática| Administrador Universidad Nacional del Litoral - -- PHP General Mailing

Re: [PHP] A Bug in string 'brbr eD'?

2005-06-26 Thread Martín Marqués
brbr eD -- select 'mmarques' || '@' || 'unl.edu.ar' AS email; - Martín Marqués | Programador, DBA Centro de Telemática| Administrador Universidad Nacional del Litoral

Re: [PHP] the BACKSLASH

2005-06-26 Thread Martín Marqués
! -- select 'mmarques' || '@' || 'unl.edu.ar' AS email; - Martín Marqués | Programador, DBA Centro de Telemática| Administrador Universidad Nacional del Litoral

Re: [PHP] Problems with header()

2005-06-18 Thread Martín Marqués
El Sb 18 Jun 2005 01:38, Tom Rogers escribi: Here is a script I use to send pdfs which also handles caching information. It may just be you are missing the content-length header? [snip] header(Accept-Ranges: bytes); header('Cache-Control: no-cache, must-revalidate'); header(Content-type:

[PHP] text with $

2005-05-09 Thread Martín Marqués
- Martín Marqués| select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional del Litoral

[PHP] problems using chr() in an Object

2005-04-28 Thread Martín Marqués
- Martín Marqués| select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional del Litoral - -- PHP General Mailing List (http://www.php.net

Re: [PHP] php/pear question

2005-04-28 Thread Martín Marqués
file have in include_path? Try seeing local and global configuration with php_info(). -- 09:29:03 up 26 days, 17:57, 3 users, load average: 1.19, 0.76, 0.60 - Martín Marqués| select 'mmarques' || '@' || 'unl.edu.ar

Re: [PHP] problems using chr() in an Object

2005-04-28 Thread Martín Marqués
El Jue 28 Abr 2005 09:42, Jochem Maas escribió: Martín Marqués wrote: I have an object class in which I'm doing chr() calls, especifically in the definition of some variables, and when loading the class I get this error: Parse error: parse error, unexpected '(', expecting

Re: [PHP] PEAR Packages

2005-04-21 Thread Martín Marqués
average: 4.74, 2.00, 1.07 - Martín Marqués| select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional del Litoral

[PHP] header()

2005-04-14 Thread Martín Marqués
); // Redirijimos todo. header(Location: . $_SERVER[PHP_SELF] . ? . session_name() . = . session_id()); -- 11:47:49 up 12 days, 20:16, 1 user, load average: 0.33, 0.30, 0.65 - Martín Marqués| select 'mmarques

Re: [PHP] can I limit DB access

2005-04-01 Thread Martín Marqués
are using. -- 19:16:57 up 3:45, 3 users, load average: 0.83, 1.04, 0.89 - Martín Marqués| select 'mmarques' || '@' || 'unl.edu.ar' Centro de Telematica | DBA, Programador, Administrador Universidad Nacional

Re: [PHP] Re: Variables

2002-11-05 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] Global Variables Off

2002-11-05 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] 'Pure' php vs 'mixed' (html + php)

2002-06-03 Thread Martín Marqués
with PEAR! Saludos... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

[PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral - -- PHP General Mailing List (http

Re: [PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
On Mar 16 Abr 2002 10:50, Jason Wong wrote: - Original Message - From: Martín Marqués [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 8:29 AM Subject: [PHP] viewing get/post variables I can't remmeber how to configure php.ini so that if I get the URL

Re: [PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
going back to 4.1.2 until 4.2 gets final, or at least until I finish the programming of an aplication I have to release. -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués

Re: [PHP] viewing get/post variables

2002-04-16 Thread Martín Marqués
is On. Thanks anyway! -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

Re: [PHP] newbie: using sessions

2002-03-13 Thread Martín Marqués
PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] newbie: using sessions

2002-03-12 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral - -- PHP

Re: [PHP] question

2002-03-12 Thread Martín Marqués
, there is no value. sorry if I did not explain that very well, any ideas. Thanks a million Post it with a hidden input, or on the URL. -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín

Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Martín Marqués
-- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

Re: [PHP] Book.

2001-12-19 Thread Martín Marqués
una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional

[PHP] mail charset conversion

2001-11-19 Thread Martín Marqués
I have a small script that recieves mails and does some work with it. What it has to do, it does it great, for now. The problem is that some lines come in encoded (at least thats my thought). For example: Martín Marqués - =?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= Does somebody know which type

Re: [PHP] query works in mysql, but not from php

2001-11-19 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] mail charset conversion

2001-11-19 Thread Martín Marqués
On Lun 19 Nov 2001 17:45, you wrote: I have a small script that recieves mails and does some work with it. What it has to do, it does it great, for now. The problem is that some lines come in encoded (at least thats my thought). For example: Martín Marqués - =?iso-8859-1?q?Mart=EDn=20Marqu

Re: [PHP] Display HTML linksas links in BLOB output

2001-10-26 Thread Martín Marqués
... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

[PHP] is js set?

2001-10-19 Thread Martín Marqués
Is there a way to know if the web client has javascript enabled? -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador

Re: [PHP] auto increment

2001-09-07 Thread Martín Marqués
relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional

Re: [PHP] config options

2001-09-06 Thread Martín Marqués
On Jue 06 Sep 2001 21:31, David Robley wrote: On Fri, 7 Sep 2001 09:56, Martín Marqués wrote: I there a way to get the config options with which the php binary (as a binary or as an apache module)? Saludos... :-) It is one of the things shown by phpinfo() Yes, I know. But it has

Re: [PHP] If PHP4 existed in 1995 we would of taken over the world by now

2001-09-03 Thread Martín Marqués
Saludos... ;-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

Re: [PHP] array search

2001-08-31 Thread Martín Marqués
PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] Might just be a typo, but...

2001-08-31 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] Might just be a typo, but...

2001-08-31 Thread Martín Marqués
haven't initiallized $this-list, but $list, that is internal to the Example function (in this case the constructor). Saludos... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués

Re: [PHP] What does PHP stand for?

2001-08-28 Thread Martín Marqués
for Perl Hypertext Preprocessor at one time? I always thought it meant Personal Home Page (isn't this right?) Saludos :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués

Re: [PHP] fix my query please

2001-08-28 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] konquerer and php

2001-08-24 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral - -- PHP

Re: [PHP] The future of PHP

2001-08-24 Thread Martín Marqués
... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

Re: [PHP] Informix - ifx_num_rows

2001-08-23 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] Informix - ifx_num_rows

2001-08-23 Thread Martín Marqués
was on the informix docs, but not anymore. The source may have changed. Saludos... :-) P.D.: No problems with pg_num_rows() :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués

Re: [PHP] accents and postgresql

2001-08-18 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral

[PHP] problems with require

2001-08-17 Thread Martín Marqués
... :-) -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Martín Marqués
cualquiera, si podés usar PostgreSQL? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Martín Marqués
? - Martín Marqués |[EMAIL PROTECTED] Programador, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral - -- PHP General Mailing

Re: [PHP] Adding records to a MySql database

2001-08-17 Thread Martín Marqués
, if the query went OK, you have a new record in the database with some value in the col1 (integer type) and 'Dave the great!' in col2. Undestand? -- Porqué usar una base de datos relacional cualquiera, si podés usar PostgreSQL? - Martín

[PHP] PHP class

2001-06-20 Thread Martín Marqués
Can we dream of having destructors in class definition some day when programing in PHP? Saludos... ;-) -- Cualquiera administra un NT. Ese es el problema, que cualquiera administre. - Martin Marques |

Re: [PHP] How to select rows from Mysql with case senstive ??

2001-05-23 Thread Martín Marqués
On Mié 23 May 2001 16:54, Bass¨Ð¦õªv wrote: Hi , By defualt , select rows from Mysql is case insenstive . For exmaple , select * from foo where name = 'PHP' select * from foo where name = 'php' is the same how can i do a queny which select * from foo where name = 'PHP' is success but

Re: [PHP] How to select rows from Mysql with case senstive ??

2001-05-23 Thread Martín Marqués
On Mié 23 May 2001 17:56, you wrote: Hey try this, though there are probably better ways, SELECT * FROM foo WHERE name REGEXP '^[PHP]'; This is not SQL compatible. This would be a correct SQL statement: SELECT * FROM foo WHERE name LIKE [PHP]% Saludos... :-) -- Cualquiera administra un

Re: [PHP] How to select rows from Mysql with case senstive ??

2001-05-23 Thread Martín Marqués
On Mié 23 May 2001 17:11, Tiago Moitinho wrote: Try SELECT * FROM foo WHERE strcmp('PHP', name) = 0; This is horrable!! Doesn't MySQL have PCRE? -- Cualquiera administra un NT. Ese es el problema, que cualquiera administre. -

Re: [PHP] MySQL Select

2001-05-23 Thread Martín Marqués
On Mié 23 May 2001 16:32, you wrote: ok...sorry to ask a stupid question but $result = mysql_query(SELECT jazz FROM funk WHERE foo='bar') but where do you go from there. How would you iterate through the array a row at a time, doing your thing as you go along? Man, Read The F**

Re: [PHP] compile with apxs

2001-05-17 Thread Martín Marqués
On Vie 18 May 2001 00:39, Angerer, Chad wrote: I am trying to configure php using --with-apxs .. here is my configure file ./configure --with-apxs=/usr/local/www/bin --with-mysql=/usr/local/ That should be --with-apxs=/usr/local/www/bin/apxs Saludos... :-) mysql --enable-discard-path

Re: [PHP] HTTP authentication : logout!!!

2001-05-07 Thread Martín Marqués
On Mar 08 May 2001 02:07, you wrote: Never tried it though...but can you try to empty or unset the $PHP_AUTH_USER/PWD ? This doesn't work, thats why I use a login html page and sessions. :-) Saludos... :-) -- El mejor sistema operativo es aquel que te da de comer. Cuida tu dieta.

Re: [PHP] Apache/PHP4/SSL, downloads fail with IE 5.5 only when using sessions

2001-05-04 Thread Martín Marqués
On Sáb 05 May 2001 00:56, Bill Rausch wrote: Hi all, A customer has a problem. They've installed Merlin from Abriasoft. It is a pre-built Apache/PHP/SSL/MySQL/... package. Their problem is that they can't download files from my PHP application (which uses sessions) using IE 5.5 in Windows.

Re: [PHP] install issue with 4.0.5

2001-05-03 Thread Martín Marqués
On Vie 04 May 2001 00:41, you wrote: I've just tried to compile and install php 4.0.5 with apache and when I try to restart apache I get the following. I added the location of libphp4.so to ld.so.conf and ran ldconfig and then make clean and re-compiled php etc... any ideas as to what is

Re: [PHP] SQL Query time?

2001-04-25 Thread Martín Marqués
On Mié 25 Abr 2001 23:17, James, Yz wrote: Hi all, I have seen a few pages that echo the time it's taken to execute an SQL query, like The results in the database were returned in 0.3 seconds. Anyone know if there's a built in function to display this, and if there is, what it is? My

Re: [PHP] PHP 4.0.5

2001-04-24 Thread Martín Marqués
On Mar 24 Abr 2001 01:33, Henrik Hansen wrote: Martín Marqués [EMAIL PROTECTED] wrote: On Lun 23 Abr 2001 22:13, Felix Kronlage wrote: On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: I asked when the new version of PHP was comming out at the beginning

Re: [PHP] PHP 4.0.5

2001-04-24 Thread Martín Marqués
On Mar 24 Abr 2001 16:34, The Doctor wrote: On another front, will PHP 4.0.5 be compilable for a STATIC apache 2.0 Beta? As far as I know, yes! There is at configure time an option to use apache-2.0. Never used it. saludos... :-) -- El mejor sistema operativo es aquel que te da de comer.

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Martín Marqués
On Lun 23 Abr 2001 22:13, Felix Kronlage wrote: On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: I asked when the new version of PHP was comming out at the beginning of the month and some one told me that it was comming out the week after. Haven't seen it yet, anyone knows

Re: [PHP] session_register()

2001-04-20 Thread Martín Marqués
On Vie 20 Abr 2001 18:15, Wade wrote: I am registering a number of variables. Can I combine them into one session_register, such as session_register("one", "two" ... "n")? Well, the manuals say YES! Saludos... :-) -- El mejor sistema operativo es aquel que te da de comer. Cuida tu dieta.

Re: [PHP] --enable-trans-sid

2001-04-20 Thread Martín Marqués
On Sb 21 Abr 2001 00:27, Boget, Chris wrote: I wasn't able to find this in the docs, so could someone tell me exactly how --enable-trans-sid is supposed to work behind the scenes? Why would this option work and transmit the SID for this url: while it won't for this url: It makes no

Re: [PHP] Which is better coding style...

2001-04-19 Thread Martín Marqués
On Jue 19 Abr 2001 23:35, Miles Thompson wrote: Amen! For both elimination of trailing {'s , and a good clear break. I don't know how trailing {'s came about, but I find the blocks are harder to follow. I consider them HIDDEN rather than trailing, but I cut my teeth on Pascal, and FoxPro.

Re: [PHP] php + apache.src.rpm

2001-04-18 Thread Martín Marqués
Have a look at this: http://www.jasons.org/modssl.php You might find it usefull. Saludos... :-) On Mi 18 Abr 2001 23:18, Robert Mena wrote: Hi, I've donwloaded apache_1.3.12.src.rpm from RedHat's site and I am trying to build it. Unfortunately it keeps giving me error + adding selected

Re: [PHP] Regular Expression

2001-04-18 Thread Martín Marqués
On Jue 19 Abr 2001 00:23, Andrew Braund wrote: LinuxSA http://www.linuxsa.org.au/ meeting a couple of days ago was on regex, some notes are at; http://www.fornax.net/regex2/ or part 1 at; http://www.fornax.net/regex/ Isn't there a place with printable versions? Saludos... :-) -- El

Re: [PHP] SOMEONE SHOOT ME!!!

2001-04-17 Thread Martín Marqués
On Mar 17 Abr 2001 21:51, Rick Kukiela wrote: Ok, I cant comprehend why php/apache is so freakin impossible to compile with IMAP support?!? what is going on? Ok, I am running OpenBSD 2.7, I downloaded the c-client stuff and complied it and put the includes in the appropriate places, then i

Re: [PHP] SSL SSL SSL SSL -- READ THIS!!!!!!

2001-04-17 Thread Martín Marqués
On Mar 17 Abr 2001 23:55, phpman wrote: How do I establish an SSL socket connection with PHP? I have PHP compiled in an Apache Mod_SSL server. Do I need to compile PHP with some sort of open_ssl option? I have --enable-sockets in the command line. Please help!!! No, No, No! Saludos...

Re: [PHP] Screen Resolutions

2001-04-17 Thread Martín Marqués
On Mi 18 Abr 2001 00:15, Michael Geier wrote: PHP is server side, so it has no mthodology for detecting client side information. This is half true. It is server side, but remember that the browser sends information about the client. Of course, not the resolution! ;-) Try javascript. This

Re: [PHP] Release of PHP 4.05

2001-04-05 Thread Martín Marqués
On Thursday 05 April 2001 21:54, Dominique Paquin wrote: Greetings! Anyone knows when PHP 4.05 is supposed to be released? Next week! The current CVS is at this moment versioned 4.0.6-dev, so I think that all that is left is compiling and packaging. Saludos... ;-) -- El mejor sistema

Re: [PHP] PHP and CVS

2001-04-05 Thread Martín Marqués
On Friday 06 April 2001 00:17, ..s.c.o.t.t.. [gts] wrote: do any of you know of any nice web-interfaces to CVS done in PHP? since i write code at home and at work, i wanted to maintain a single repository for files/code that i frequently use... http://www.horde.org/chora/ -- El mejor

Re: [PHP] 1 MySQL Database??

2001-04-04 Thread Martín Marqués
On Wednesday 04 April 2001 23:36, Frank K wrote: Hi, The host that I am currently at only gives me 1 MySQL Database and I was wondering if I create lots of table will it slow it down at all? I will only be selecting data from 1 or 2 tables on a page...do you think it would slow it down