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
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
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
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
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
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
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
--
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)
{
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
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
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
, 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
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..
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
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
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,
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
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
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]
> 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
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
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
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
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
24 matches
Mail list logo