php-windows Digest 16 Jan 2003 11:32:38 -0000 Issue 1538
Topics (messages 17896 through 17905):
HOWTO Install PHP under Windows .NET Server
17896 by: nuno
Re: Looking for something simple
17897 by: toby z
Help using Mail() on XP standalone config
17898 by: Allan Hardy
randomize ??
17899 by: Aidal
17900 by: Antaeogo
4.3.0 and apache 1.3.27 on win98 -- LDAP cant load...
17901 by: leo g. divinagracia iii
17903 by: Sean Malloy
ssl:// with fsockopen () on Windows XP
17902 by: Alexander Stirmlinger
How to use oracle transaction with php
17904 by: Ha Duy Thien
xslt : sablot.dll
17905 by: Erwan Pianezza
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
FAQ
http://www.vbulletin.com/forum/showthread.php?threadid=63223
Thats all folks. {:-)}
--- End Message ---
--- Begin Message ---
hi john
im starting to work on a similar thingg
well im finalazing the pretty messedup scheema rite now
may b we cud workout togather on this one
how bout it ????
toby .....
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--- End Message ---
--- Begin Message ---
Hi, need just a bit of help or point in the right direction
I have a working php / apache/ mysql set up that I use to develop/test
application before hosting it.
I've just started using the mail() function and it fails.
Failed to connect to mailserver, verify your "SMTP" setting in php.ini in
I need to know what to set up for a local XP / Apache (1.3.) configuration?
Allan
--- End Message ---
--- Begin Message ---
Hi NG.
Can anyone tell me how to make a random number from a limiter like
"randomize(10);" or somthing like that?
It seems that the function "gmp_ramdom()" doesn't work.
I get "Fatal error: Call to undefined function: gmp_random()" if I try to
use it.
Can anyone help please...
/Aidal
--- End Message ---
--- Begin Message ---
<?php
rand(0, 10);
?>
"0" being the lower limit, "10" being the upper.
You should read into the function srand() at php.net
(type "srand" into the search input field - top right).
At 09:17 AM 1/16/2003 +0100, Aidal wrote:
>Hi NG.
>
>Can anyone tell me how to make a random number from a limiter like
>"randomize(10);" or somthing like that?
>It seems that the function "gmp_ramdom()" doesn't work.
>I get "Fatal error: Call to undefined function: gmp_random()" if I try to
>use it.
>
>Can anyone help please...
>
>/Aidal
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
have the combo listed: php 4.3.0 and apache 1.3.27 running on a win98
SE. this is my test machine.
i uncommmented out the line:
extension=php_ldap.dll
and as soon as i manually launch apache, i get the error:
PHP Warning: Unknown(): Unable to load dynamic library
c:\php\extensions\php_ldap.dll' - A device attached to the system is not
functioning.
in Unknown on line 0
the file is there.
i try to load other modules like "php_oci8.dll" and i get the same error.
funny thing is that "php_pdf.dll" loads up fine, with no problems.
do i have to do anything on apache's side?
--
-----------------------
Leo G. Divinagracia III
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
>From the PHP Manual regarding the php_ldap.dll extension:
Note to Win32 Users:
In order to enable this module on a Windows environment, you must copy
libsasl.dll from the DLL folder of the PHP/Win32 binary package to the
SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or
C:\WINDOWS\SYSTEM32)
-----Original Message-----
From: leo g. divinagracia iii [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 16 January 2003 8:35 PM
Cc: [EMAIL PROTECTED]
Subject: [PHP-WIN] 4.3.0 and apache 1.3.27 on win98 -- LDAP cant load...
have the combo listed: php 4.3.0 and apache 1.3.27 running on a win98
SE. this is my test machine.
i uncommmented out the line:
extension=php_ldap.dll
and as soon as i manually launch apache, i get the error:
PHP Warning: Unknown(): Unable to load dynamic library
c:\php\extensions\php_ldap.dll' - A device attached to the system is not
functioning.
in Unknown on line 0
the file is there.
i try to load other modules like "php_oci8.dll" and i get the same error.
funny thing is that "php_pdf.dll" loads up fine, with no problems.
do i have to do anything on apache's side?
--
-----------------------
Leo G. Divinagracia III
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hello,
when I try to open a SSL-connection via ssl:// with fsockopen () on Windows
XP and PHP 4.3.0, I get the following error message:
"no SSL support in this build..."
I tried to add "extension=php_openssl.dll" in my php.ini and copied
libeay32.dll into the SYSTEM32-directory, but that doesn't help.
Is it possible to use SSL-support in the standard windows binary
distribution or do I have to build PHP from the source by myself?
Thanks in advance,
alex.
--- End Message ---
--- Begin Message ---
Dear php gurus,
Does anyone here know about how to setup an oracle transaction with php.
If you have any sample source code, please give me
currently i am using :
- PHP 4.3
-Apache
-Oracle 8.1.7
-Unix server
Thanks you very much
Thien
--- End Message ---
--- Begin Message ---
Hi, as seen on php bugs 21539 and 21666, the sablot.dll extension shipped with 4.3.0
didn't get the < xsl:sort > at all.
I got it to work when I installed Expat-1.95.5, and some
"I-don't-know-where-it-comes-from" sablot.dll that weighs 224ko and is
dated 19 nov 2002. All other dlls come from latest distro of full sablot
package (sablot-0.97, lib-iconv1.8). The sablot.dll from that distro
never worked ...
Could anyone tell us more about that strange sablot.dll story , and why
features apparently went backward with new version of sablotron ?
--- End Message ---