[PHP] Help on compiling PHP for MIPS, Bus Error thrown

2010-01-22 Thread Angel Sánchez
zend_mm_block* bloque = bloq->info._prev; What it seems is that size2 gets extremely big and then ZEND_MM_BLOCK_AT returns a very high memory address. I have tried to trace the source of the error but i can't see where it starts at all. Let's see if anyone can help me with this. Lots of thanks, Angel -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RV: Call to Oracle stored procedure

2005-02-21 Thread Jose Angel Sanchez \(Jone\)
Hi everybody.. I have two servers: LINUX DEBIAN WEB SERVER (apache, php, oracle client) and LINUX REDHAT ADVANCED SERVER (Oracle Database Server) I can execute all kind of basic sql from php to oracle, it works fine except accents and symbol of html's ñ (I'm Spanish) But the problem comes when

[PHP] Refresh Problem

2005-02-10 Thread Jose Angel Sanchez \(Jone\)
Hi First of all: I'm sorry for writing errors - I don't speak English too much (spanish) I'm building an application which works that way: I use url parameters to set zone (document location), actions and params. I've badly make security part so only registered people ($_session['USER'] <- whi

Re: [PHP] cookie question...

2004-06-19 Thread Angel Freire
First I recomend you to read this page: http://ar.php.net/manual/en/function.setcookie.php For that example the code should be: $_COOKIE['link1'] El sáb, 19-06-2004 a las 19:47, water_foul escribió: > how do i read a cookie created by this code > setcookie('link1',blah,time()+3600,'/'); -- PHP

Re: [PHP] connecting remote host ..

2004-06-14 Thread Angel Freire
Reloadind database isn't necesary, a flush privileges should be ok. El lun, 14-06-2004 a las 04:32, Manoj Nahar escribió: > Hi Gowthaman, > > For mysql to allow remove connecivity u have to make entry in mysql > database in tables db, user and host giving the IP of remote PC from > which u want t

Re: [PHP] small and big letter in WHERE statement

2004-06-14 Thread Angel Freire
I'm guessing that you mean in a SQL sentence. Well, depending on what SQL engine're you using it's case sensitive or not. MySQL don't take diferent case as diferent string, thats why is the 'binary' date type. In that case you have two alternatives, or change the field type to binary, or cast it

[PHP] ldap_8859_to_t61

2004-03-24 Thread Juan Angel Martin
Hi all, I'm trying to use the LDAP function ldap_8859_to_t61() but I get this error: PHP Fatal error: Call to undefined function: ldap_8859_to_t61() The PHP version is 4.3.3 and I use others LDAP functions like ldap_connect() without any problem. Can anyone help me? Thanks in advance Juanan --

[PHP] PHP to read and write on a MUSH/MUX

2003-12-04 Thread Angel of Death
I'm fairly new to PHP and am trying to make a script that connects to a MUSH, logs in, sends some commands, reads some data back, and then exits. I have the following code: ## start code $thresh = fsockopen($hostname, $port, &$errno, &$errstr, $timeout); if(!$thresh) {

[PHP] Oracle Odbc Connection Problem

2003-07-21 Thread angel
th this error. Wha i have to set for connecting with oracle using odbc? Regards, Angel M.S.F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
I already did that, and it came up all pretty, and purply. :) -Original Message- From: Matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:26 PM To: Angel Gabriel Subject: Re: [PHP] Blank PHP pages. The simplest thing to try is to create a phpinfo.php script, putting in

RE: [PHP] Blank PHP pages

2002-10-16 Thread Angel Gabriel
is is comming from your page, so check your code Angel Gabriel wrote: >I get absolutly NOTHING! I get the most basic HTML page, but blank, as in >the following... > > > >http-equiv=Content-Type> > > > > >-Original Message- >From: Marek Kilimajer [mailto:[EM

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
, i.e. empty html document? Check in the logs if your server is not dying Angel Gabriel wrote: >I checked and register_globals is set to "on" - so that can't be the >problem > >-Original Message- >From: Jay Blanchard [mailto:[EMAIL PROTECTED]] >Sent: Wednes

RE: [PHP] Blank PHP pages..

2002-10-16 Thread Angel Gabriel
I checked and register_globals is set to "on" - so that can't be the problem. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:33 PM To: 'Angel Gabriel'; [EMAIL PROTECTED] Subject: RE: [PHP] Blank PHP pages..

[PHP] Blank PHP pages...

2002-10-16 Thread Angel Gabriel
lly recieved! Thanks in advance. *** Not everyone is touched by an Angel..and those that are, never forget the experience. *** If you want guest list for bare club nights.http://raw-talent.hopto.org/mailman/clubnights *** Can you sing, dance, MC, DJ, do you have talent?Send an email

[PHP] Re: PHP group in spanish

2002-03-11 Thread Angel Fenoy
Frank wrote: > How know a PHP group that is in spanish?. > > Thanks beforehand... > Frank.- http://www.phpes.com/ Saludos Àngel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Alphabet

2002-03-10 Thread Angel Fenoy
Robert V. Zwink wrote: > What could be simpler than: > > $range = implode(" ", range('A', 'Z')); > echo $range; > > result: > A B C D . . . The most short expression I found: $r=join('',range(@A,@Z)); echo $r; result: ABCDEFGHIJKLMNOPQRSTUVWXYZ > Am I missing something here? All this loop,

Re: [PHP] Alphabet

2002-03-07 Thread Angel Fenoy
Nico Vrouwe wrote: > $i now $a contains 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] javascript ?

2001-07-25 Thread Angel Behar
Thanks for the answer but I must admitt that my knowldege of javascript it is almost none, and I really don't know how to use the hide(), show() etc, functions, so if somebody can point me to some site or can give an example of how it works I'm sure I can work around the problem. Thanks in advan

[PHP] javascript ?

2001-07-23 Thread Angel Behar
of you can help me. Thanks in advance. Angel. -- PHP General 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]

Re: [PHP] Killing session cookies, caches and everything.

2001-01-31 Thread Angel Behar
> Try doing SetCookie(SESS_ID, ''); as well. I try it but doesn't work either... If someone fix this please help, I'm very worried right now. Thanks again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] php4 - MS SQL7 connection problem

2001-01-31 Thread @n Angel
things with php 3.0.17 it works fine. The code: Untitled Any solution? Thank you in advance . . . - @n Angel - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] Killing session cookies, caches and everything.

2001-01-30 Thread Angel Behar
the cookies are the problem. Can anybody plase tell me a way to delete ALL the cookies cached in disk/ram in order my app work ? I'm in a hurry and I'll appreciate any help. Thanks in advance. Angel. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

[PHP] CGI ERROR on IIS4 and PHP 4.0.4pl1

2001-01-26 Thread Angel Behar
ing a complete set of HTTP headers. The headers it did return are: I've been reading a lot of threads obou this and I set all the privileges and still not working, and as I said earlier all my scripts work but this. I appreciate any help. Thanks in advance. Angel. -- PHP General Mailing

[PHP] killing the session

2001-01-11 Thread Angel Behar
Hi !!! I'm using php 4.0.3pl1 with session support and I can't KILL the session, I unregister all the variables then I session_destroy() the session but if I push the back button I still have the session working. I had been reading all the documentation and cant' find the straight answer to this