Hi,
To quickly solve your problem, can't you just load a dummy HTML page (without
the PHP extension if possible) in each frame that display nothing but "please
wait..." and reload itself with a meta-refresh tag at different interval (say
1, 2 and 3 seconds)?
For the "real" problem, you should
Hello list,
I try to figure out a problem on a Windows machine with the Sybase
extension and maybe you could help me.
Basically using the 5.2.0 extension works and using the 5.2.4 extension
doesn't work in the same environment (ASE 12.5.1 / sybase_ct extension).
The error is: "Sybase: U
Hi,
Yes and put an other library in system32: ssleay32.dll
>My guess is that I must initialize SSL somehow so that it has the public
>key for our CAS server ... but I can't find where to do that yet.
Maybe, but not at startup time. Most likely when you make the communication.
Eric
At 09:03 07
Hi Peter,
As far as know the CGI version of PHP doesn't work well on Win95.
But just to be sure set error_log (php.ini) to a file and check the content
of it since 500 is a crash.
Eric
At 03:17 02/12/2003, Peter Richards wrote:
Hi,
I have been using a PWS (M$ personal web server) for some ASP
Hi Tony,
What you call a webpath is in fact an advanced PHP functionnality that
allow (as you know) opening resources
anywhere on the web using http protocol.
But in fact they are too pitfall:
- Doesn't your test.com host interpret the PHP code before sending
it to the script ?
Hi,
In fact you're wrong. gethostbyaddr is a DNS query tool. The host does not
need to be up to be referenced in the DNS database.
The dedicated tool to do that is the ICMP socket type ping
>> if the function responds with anything else than the IP adress then the
PC must be online!
Just try:
Hi,
It looks like a serious bug. If you are able to write few lines of code
that bring to the same result, i suggest you post the bug to the PHP bug
system (http://bugs.php.net).
Eric
At 16:01 01/12/2003, Sascha Kaufmann wrote:
Hello everyone
I have some major problems with the 4.3.4 versio
Hi,
Good idea except that gethostbyaddr just query a dns server for a
translation of server name to an ip adress, no matter if the host is "up"
or not.
You've not access to the ping command, you can try to access another
service on your machine ie: http, echo, date ...
For example, using http
Hi,
I run into the same problem, it is not apache related but Internet explorer
related.
In fact cookies are not stored in relative but in absolute time and for
that they expire once setted.
For me an upgrade on the client ie was sufficient or at least setting the
date to the correct value ;)
Hi,
The only way i see to accomplish that is to use public key encryption.
for example:
- retrieve credit card id
- encrypt it with the administrator public key
- when the administrator need to do a report he can give the
secret key or the password of it (if it is stored o
available in php.net is in Linux file format. Will
it work in Windows ?
"Eric Colinet" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi,
>
> >I have a file with many functions defined for my use in some
applications.
> >How can I compile them so tha
Hi,
I have a file with many functions defined for my use in some applications.
How can I compile them so that I can use it as an PHP extension ? Is that
possible ?
Yes, look at http://www.zend.com/apidoc/ to have more info about it.
Additionnaly you can look at the ext/ sub directories in the PH
You miss the http:// before the url it could be part of the problem.
Eric
At 14:48 18/11/2003, Lawrence wrote:
I have two page header.htm and header.php
This is header.htm
Link Google
Link Yahoo
Link Hotmail
Link Php.net
This is header.php
When I run on my computer , IIS and windows xp , they
Try :
D: \Netscape\SuiteSpot\docs\phpMyAdmin254
Instead of :
D: \Netscape\SuiteSpot\docs\phpMyAdmin254\libraries
for your include path.
Eric
At 16:34 13/11/2003, Roderick Martin wrote:
My setup:
PHP 4.0.6
Windows NT 4.0
Netscape-Enterprise/3.6 SP3
Installed phpMyAdmin to the root o
Maybe you have to set magic_quotes_runtime (in php.ini) to false.
But it's a strange issue.
Regards,
Eric
At 10:35 13/11/2003, Disko_kex wrote:
Hi again..
I have a really strange problem when I sending emails with attachment.
With regualar text files, images etc it works fine but with pdf files it
Hi,
What the timeout of your socket_select ?
Because when the timeout is NULL or a big value your script normally
'sleep' when nothing append.
Eric
At 15:14 11/11/2003, Alex wrote:
Hello ALL!
I've made an IRC client with DCC support (it uses many sockets)
I use socket_select in an infinite loo
Hi,
As you know the extension is buggy but i've heard of a new extension called
ffi that will be part of PECL (http://pecl.php.net) in a few days.
So you have to wait some days to solve your problem ...
Eric
At 10:49 08/11/2003, Nathan Perkins wrote:
Two questions about the win 32 api extension
Scuse it's an other question but,
Do you use php_win.exe to launch your script ?
If it's the case try with the regular php/cli to see what happend please.
At 14:15 07/11/2003, Simon Wheeler wrote:
"Eric Colinet" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECT
Does it freeze or it crashes ?
At 12:59 07/11/2003, Simon Wheeler wrote:
Hi ... this line (used in a php-gtk app via the CLI )
$pp = popen( 'c:\phpdev\php\php-4.3.3\php.exe -q -f '.$app . $str ,'r' ) ;
dies 'orribly with no errors reported
but with 4.3.2 ..
$pp = popen( 'c:\phpdev\php\php-4.3.
Sorry !
It is part of the PHP sources in fact !
".;c:\\php4\\pear" Is the default include path when none is specified in
the php.ini file
I've mentionned the header file of the PHP sources where it is defined in
fact ;)
Eric
At 11:57 07/11/2003, [EMAIL PROTECTED] wrote:
Sorry, I don't unders
Hi !
A very simple reason:
D:\LOCAL\src\php-4.3.2\main\config.w32.h(16):
#define PHP_INCLUDE_PATH".;c:\\php4\\pear"
Eric
At 02:07 07/11/2003, you wrote:
Hi all,
I'm having a problem with my scripts in that I'm having the follwoing error
message when I try to include a file into
Hi !
"The one that shows you the problem..." :p
I don't know very well MySQL 4 sorry !!
Maybe a MySQL 4 forum can help you...
Eric
At 22:07 06/11/2003, Roderick Martin wrote:
Which log should I be looking at? MySQL appears to maintain several logs.
On Nov 5, 2003, at 11:59 A
Hi !
I'm not familiar with the services of windows but for:
- The first question: The version number shown is the version
number of the client API ie the part of the code that was compiled with PHP
(ext/mysql).
under windows the mysql librairy that is bundled with the PHP
di
Hi,
the path /tmp\sess_25db9216cc993bf4a6c2051981a339f5 can't exists on a
windows platform !
Try to set the session save_path to a correct value.
ie:
session.save_path = c:\temp (in php.ini)
or
session_save_path('c:\\temp'); (in your code)
assuming that c:\temp realy exists on yo
24 matches
Mail list logo