ECTED]
To: php-windows@lists.php.net
Sent: Thu, 4 Jan 2007 2.30PM
Subject: Re: [PHP-WIN] php5
Hi Trystan!
> Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't wor
Hi Stefan,
thats probably it :) Will give it a try when I get home.
Tryst
-Original Message-
From: [EMAIL PROTECTED]
To: php-windows@lists.php.net
Sent: Thu, 4 Jan 2007 2.30PM
Subject: Re: [PHP-WIN] php5
Hi Trystan!
> Recently I had to perform a fix, so got
Hi Trystan!
Recently I had to perform a fix, so got the files off the server, and then loaded them up on
my local PC (running 5.0). I had quite a few problems. For example, using didn't work, I had to change them to (is there something I
can change in the PHP.ini file so that PHP 5.* can us
I have the scenario where on my local PC I have PHP 5.0, but on the web
hosting server where my clients sites are held they have PHP 4.3.* (its version
4.*.*, I know that for sure).
Recently I had to perform a fix, so got the files off the server, and then
loaded them up on my local PC (run
On Tue, 02 Jan 2007 08:10:22 +, Lester Caine wrote:
> Mike harrell wrote:
>> Is php5 backwards compatable with php4 scripts ?
>
> We run a lot of PHP5 code that works fine on PHP4 as well, but there are
> a number of areas that will give problems and may need you to make
> changes to code.
Mike harrell wrote:
Is php5 backwards compatable with php4 scripts ?
We run a lot of PHP5 code that works fine on PHP4 as well, but there are
a number of areas that will give problems and may need you to make
changes to code.
http://uk2.php.net/manual/en/migration5.php is the starting point
ny windows servers, I did not see it as a
necessity because my php 4 simply wasn't broke. Therefore I did not fix it.
-Aaron k
Sent via BlackBerry from T-Mobile
-Original Message-
From: "Mike harrell" <[EMAIL PROTECTED]>
Date: Mon, 1 Jan 2007 20:56:05
To:php-windows@
Is php5 backwards compatable with php4 scripts ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try http://www.php-editors.com they list many different editors that you
can use.
HTH
Steve
""pfancy"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can you show me some of the code i need to unquote so i get an idea about
> where it is.
--
PHP Windows Mailing List (http://www.
Try http://www.php-editors.com they list many different editors that you
can use.
HTH
Steve
""pfancy"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can you show me some of the code i need to unquote so i get an idea about
> where it is.
--
PHP Windows Mailing List (http://w
Can you show me some of the code i need to unquote so i get an idea about
where it is.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi,
i'm currently testing the php_win32service.dll extension and it is working
until i've noticed that file/IO access functions (read/write) within the
PHP-
based service doesn't work when invoked by SC or win32_start_service.
got the same results from PHP 5.0.5 to 5.1.2.
is this a bug or by desi
Dear experts,
something must be terribliy wrong with either php5<->com or our
configuration/code.
We used to control MS-Index-Server via php4 without any problems:
$q = new com ("ixsso.Query");
$util = new com ("ixsso.util");
$q->query = $Query
Dear experts,
something must be terribliy wrong with either php5<->com or our
configuration/code.
We used to control MS-Index-Server via php4 without any problems:
$q = new com ("ixsso.Query");
$util = new com ("ixsso.util");
$q->query = $Quer
Hello NG,
we have a script to create a word-document via COM which, so far, run pretty
stable under php 4.3.7
Since we upgraded to php 5.0.3.3 the same script works only on the first
run!
On the following runs the same script causes a fatal error on the code
below:
Fatal error: Uncaught excep
Hello NG,
we have a script to create a word-document via COM which, so far, run pretty
stable under php 4.3.7
Since we upgraded to php 5.0.3.3 the same script works only on the first
run!
On the following runs the same script causes a fatal error on the code
below:
Fatal error: Uncaught excep
I am using PHP 5.0.4, which is installed as an IIS ISAPI module, and MySQL
4.1.11. According to php.net, I am suppose to use the mysqli extension.
Have you tried such a combination? I've tried everything you'd mentioned
and it just does work.
Graeme wrote:
> I don't use MySQL however, on my XP
JC Botha wrote:
Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL
is listed. I did enable the php_mysql.dll and set the windows path to
c:\php. What else it there that I can look at. Thanks for all the
links sent to me, I read them all and try to follow the instructions
but som
I don't use MySQL however, on my XP machine...
The php.ini file is in the Windows directory. Open that file scroll down
to a list of Windows extensions, you should find something as follows:
;extension=php_msql.dll
;extension=php_mysql.dll
;extension=php_oci8.dll
Remove the semi-colon before the
Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL
is listed. I did enable the php_mysql.dll and set the windows path to
c:\php. What else it there that I can look at. Thanks for all the
links sent to me, I read them all and try to follow the instructions
but some how I dont do
JC Botha wrote:
This is the Browser error:
Fatal error: Call to undefined function mysql_connect() in
C:\apache\htdocs\cedarintranet\index.php on line 3
This error means that MySQL support is not enabled in your PHP. In PHP
4, this was done automatically. Now you need to enable it yourself when
> -Original Message-
> From: JC Botha [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 4:15 PM
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP5 and MySQL
>
> Ok, here is some of the php.ini I would appreciate some help:
>
>
> ;
> -Original Message-
> From: Wagner, Aaron [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 4:05 PM
> To: JC Botha
> Cc: php-windows@lists.php.net
> Subject: RE: [PHP-WIN] PHP5 and MySQL
>
>
> The windowz path needs to be set to c:\php
>
>
ro.
;cgi.rfc2616_headers = 0
On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: JC Botha [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 15, 2005 3:49 PM
> > Cc: php-windows@lists.php.net
> > Subject
> -Original Message-
> From: JC Botha [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 3:49 PM
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP5 and MySQL
>
> the "Path enviroment" is that the following in the php.ini =
> inclu
on line 3
On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: JC Botha [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 15, 2005 3:13 PM
> > Cc: php-windows@lists.php.net
> > Subject: Re: [PHP-WIN] PHP5 and
> -Original Message-
> From: JC Botha [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 3:13 PM
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP5 and MySQL
>
> I did read that the direct support for MySQL was removed. PHP5 is no
> longer as s
otha [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 15, 2005 3:01 PM
> > Cc: php-windows@lists.php.net
> > Subject: Re: [PHP-WIN] PHP5 and MySQL
> >
> > This is the Browser error:
> > Fatal error: Call to undefined function mysql_connect() in
> > C:\apac
> -Original Message-
> From: JC Botha [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 3:01 PM
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP5 and MySQL
>
> This is the Browser error:
> Fatal error: Call to undefined function mysql_connect
This is the Browser error:
Fatal error: Call to undefined function mysql_connect() in
C:\apache\htdocs\cedarintranet\index.php on line 3
This is my php code:
// Connect to the database server
$dbcnx = mysql_connect("localhost", "intranet", "1234");
if (!$dbcnx) {
ec
Perhaps posting you code will help us resolve your problem.
JC Botha wrote:
Dear Users
I'm havin a problem to connect to MySQL through the use of PHP5. I
followed all documentation and none seem to resolve the problem. I'm
running WinXP on the computer that I use to develop the apps. Any
advice out
Dear Users
I'm havin a problem to connect to MySQL through the use of PHP5. I
followed all documentation and none seem to resolve the problem. I'm
running WinXP on the computer that I use to develop the apps. Any
advice out there that could be of help.
Thanks
--
PHP Windows Mailing List (http://
Hello everyone,
Reached almost the end of a successful php5 win build.. Getting these
errors though. Any pointers gentlemen? I do understand that this is
regading the libxml2 library, and I do have placed the libxml dll's in
the windows/system32 directory. Also, is there no way to restrict the
Hi,
Firstly, I've trawled through Google, phpbuilder archives etc and have found
lots of similar requests to this, but no solution.
I need to grab some files from another machine on a local network but PHP5
won't work with the UNC path.
Does anyone know a solution or a workaround?
Cheers
Georg
Hi all,
I've got XP-Pro, SP1, with IIS5.1
When I try to map the .php to the php5isapi.dll,
the OK
button down the bottom will not enable... as pr
image below
The php5isapi.dll shows a green arrow under
the
ISAPI tab - so it seems to be loading the dll - but I cannot
define the .ph
Hello Everyone,
I have (finally) had the time to build a version of the mssql extension
that uses FreeTDS on Win32. This should end some of the limitations in
Microsofts libraries (ie char/varchar with max width of 255 bytes). It
still ned some testing so if you are interested in testing this new
Greetings all:
I have tried a number of things that I have found in these newsgroups, and I
am still receiving 404 errors when I try to open a php page.
PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP
allowed as a web service extension. Nothing.
Can anyone help? Th
mysql.dll needs to function.
- Carsten
-Oprindelig meddelelse-
Fra: MW [mailto:[EMAIL PROTECTED]
Sendt: 15. oktober 2004 01:46
Til: [EMAIL PROTECTED]
Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library
Hello people,
I have installed PHP as an ISAPI module under Win 2k3, and everything
w
---
> Fra: MW [mailto:[EMAIL PROTECTED]
> Sendt: 15. oktober 2004 01:46
> Til: [EMAIL PROTECTED]
> Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library
>
>
> Hello people,
>
> I have installed PHP as an ISAPI module under Win 2k3, and everything
> was working fine
>
Hello people,
I have installed PHP as an ISAPI module under Win 2k3, and everything
was working fine
However recently I am getting the error in my Event Log: "Application
Popup: Warning: PHP Startup: Unable to load dynamic library
'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be fo
Quoth James Nunnerley on 10/6/2004 8:03 AM...
Unable to load dynamic library './php_mysql.dll' - The specified module could
not be found.
You need libmysql.dll from the PHP distribution somewhere where PHP can
find it.
I've put php_mysql.dll in the /%SystemRoot%/system32 directory, which is how
I've been asked to setup a webserver, which currently runs various ASP.NET
stuff, with PHP ability, linking to a MySQL Db.
I've always found it easy to configure PHP, MySQL etc on Apache, but never done
it on IIS.
I've followed the instructions on the PHP website, and can php display scripts;
how
Hi,
Has anyone out there had problems trying to use the MySQL modules with
IIS6/ISAPI on Win2k3? Whenever I enable MySQL (or exif or curl, for that
matter), PHP pages make the browser just sit there waiting; it
subsequently takes forever to shut down the IIS service.
-Felipe Gasper
Cincinnati,
Ok, I finally got PHP5 to work on Windows 2000 Advanced Server in ISAPI
mode. It involved me copying files to the C:\WINNT folder, even though I
followed directions to get everything setup in the C:\php folder.
Well, I rebooted the server and now I get an error on all websites using
PHP: Inval
rs
George
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: 10 September 2004 11:10 pm
> To: George Pitcher; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] PHP5 install woes
>
>
> george,
>
> are you using multiple virtual hosts? i had t
george,
are you using multiple virtual hosts? i had the same
problem and decommented "doc_root = you_doc_root_path"
and it got rid of the problem and allowed apache to
properly handle my virtual hosts.
i isntalled cgi 4.3.8 so ymmv.
--- George Pitcher <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'v
Hi,
I've checked the archive and couldn'tfind a solution to my problem, which
is:
I renamed my php 4 folder, and ini file, went through the manual install of
PHP 5.0.1 and stopped and started my IIS server. I then opened my usual
instance of phpinfo.php and got the usual listing.
As I use MySQL,
Sent: Wednesday, September 01, 2004 2:53 PM
To: Jim MacDiarmid
Subject: Re: [PHP-WIN] Php5 merging with Java???
Could you please be so kind as to tell me where exactly you read that PHP is
not going to be Open Source any more?
Thanks
Christian
- Original Message -
From: "Jim MacDiarmi
Hi Paul,
Yes, that is the article that I saw. One of them anyway. Thank you for
sheding some light on that.
Jim
-Original Message-
From: Paul Menard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 2:29 PM
To: Jim MacDiarmid; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN
Jim, I think that is pure speculation at this point.
Jim MacDiarmid <[EMAIL PROTECTED]> wrote:
I've been reading the latest articles about the future of PHP and based on
the way I am understanding it, I'm getting the impression that PHP will not
be free or open source. I'm interested in getting ot
I cannot speak for the direction of PHP since I am not part of that development. I am
just a PHP
developer like yourself. But if you are referring to the Developer Shed Plug-in
article
http://www.developershed.com/plugin/PlugIn_magazine_september2004.pdf#page=9
I would not worry too much. DevS
I've been reading the latest articles about the future of PHP and based on
the way I am understanding it, I'm getting the impression that PHP will not
be free or open source. I'm interested in getting other PHP developer
options and/or clarification of this direction. What is this going to do to
t
"Jeff Hill" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> - The zip distribution also includes "php-win.exe", which is the same size
> as "php.exe". Should the installer actually have used "php-win.exe" and
> renamed it to "php.exe"??
Just to clarify different executables shipped i
Does anyone have any pointers or resources in getting phpMyAdmin working
with php5?
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PR
PHP 5 should allow you to instantiante .net classes.
However, I can't get the classic example
Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
to work. It gives a "Failed to instantiate .Net object" error, although the
.NET framework is installed.
Does anyon
My PHP5 phpinfo() test page runs fine, except ...
1. Page authentication is required the first time a browser instance
accesses the page.
2. Using an ISAPI filter, pointing to php5isapi.dll, (and re-starting IIS,
of course) results in the browser returning the following error:
-2147467259
On Saturday 17 July 2004 22:06, Jeff Hill wrote:
> * Install.txt still refers to InstallShield, but you're using Wise. Is this
> an oversight, or is the distributed copy of Install.txt back-level?
The docs have always said that, and I've always used Wise. I think
InstallShield is being used in th
Phil,
Here's what I've encountered so far. In all cases I've selected Advanced so
I could see what was being set by default, and to set the SMTP stuff.
* Install.txt still refers to InstallShield, but you're using Wise. Is this
an oversight, or is the distributed copy of Install.txt back-level?
*
Thanks, Phil. I'll try it tonite.
...Jeff
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Friday 16 July 2004 23:44, Jeff Hill wrote:
>
> > Also, are there plans for a windows installer version of php5?
> I have prepared the installer for php5 which is being tested
On Friday 16 July 2004 23:44, Jeff Hill wrote:
> Also, are there plans for a windows installer version of php5?
I have prepared the installer for php5 which is being tested at the moment.
You can download a copy from
http://www.dialsolutions.com/phil/php/php-5.0.0-installer.exe
Let me know if y
I hope someone will see this thru all the spam (isn't there any way to
control that?!)
I have a server running Win2K server and Sybase EAServer (aka Jaguar). IIS
and Apache are installed, but this is primarily a component server, so
EAServer could also provide the http listener on port 80, meaning
; From: Raul IONESCU <[EMAIL PROTECTED]>
.> To: [EMAIL PROTECTED]
.> Subject: [PHP-WIN] PHP5
.>
.> Does anyone know were I can find ZIP and PRINTER dll extensions for
PHP5?
.>
.>
.> ---
Try pecl.php.net. A lot of exts went there ( not being included in the
release bundle).
-Mike
On Fri, 16 Jul 2004, Raul IONESCU wrote:
Date: Fri, 16 Jul 2004 15:31:06 +0300
From: Raul IONESCU <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP5
Does anyone know were I can fi
Does anyone know were I can find ZIP and PRINTER dll extensions for PHP5?
---
Incearca acum noul sistem de dating oferit de portalul acasa.ro
is does not happen.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 15 July 2004 10:05
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] PHP5 Access Violation
>
>
> Guys,
>
> I have installed the new PHP5.0 binary release on XP Pro
Thanks for the help and information.
I did have the extension_dir properly set in the php.ini file.
And I was restarting the service with every change I made.
What I finally did, that appeared to help was:
I added 'full/path/to/php' to my environment PATH variable
and then rebooted the system. As A
PHP needs to know where the extensions are located, and when you make
changes to php.ini you have to restart the web server in order for the
changes to take place. Under ISAPI the php.ini file is only read during
startup and not on each page reqyues as is the case with CGI.
Getting php to know whe
EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP5 ISAPI Extensions
Frank,
That looks good on paper, but... I am loading the extension from php.ini as
you describe.
When I run the site with php-cgi.exe, running phpinfo() shows me that gd is
installed.
When I run the site with php5isapi.dll and then run phpinfo
Frank,
That looks good on paper, but... I am loading the extension from php.ini as
you describe.
When I run the site with php-cgi.exe, running phpinfo() shows me that gd is
installed.
When I run the site with php5isapi.dll and then run phpinfo() it doesn't
appear to be loaded.
I have copied the ph
When you use ISAPI you can only load extensions from php.ini with the line
extension=php_gd2.dll
When using CGI, FastCGI or CLI you can load extensions from the script
with code like
dl("php_gd2.dll");
- Frank
> I am using w2k3 with iis6 and all of the reported "hotfixes".
> I have just instal
I am using w2k3 with iis6 and all of the reported "hotfixes".
I have just installed PHP5 and have successfully configured everything to
work correctly using the php-cgi.exe configuration.
However, I would like to use the php5isapi.dll configuration. The only
problem I seem to have is getting the ph
Some further information, I was using the loopback IP 127.0.0.1 and getting
the access violation. if I use localhost, this does not happen.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 15 July 2004 10:05
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP5 Access
Guys,
I have installed the new PHP5.0 binary release on XP Professional with IIS 5
(running the php5isapi.dll module). All appears fine except for an error
message [PHP has encountered an Access Violation at 013E73CD] appearing at
the bottom of each page. Can anyone help resolve this, or is it a
Hello!
I'm running Apache 2.0.49 with PHP 5.0.0.0RC3 which comes with MySQL Client
API 3.23.57! I'm also running a MySQL Server at 4.0.20a-NT.
Where can I find a newer MySQL Client API for PHP5?
Regards,
Dave.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
minutes. No problem.
But with PHP5 RC3, making just the standard ini edits, nothing fancy, I
cannot get this access violation errors message to go away.
The wierd thing is, a blank html page with a .php extension will serve
PHP 5 should allow you to instantiante .net classes.
However, I can't get the classic example
Push(".Net");
$stack->Push("Hello ");
echo $stack->Pop() . $stack->Pop();
?>
to work. It gives a "Failed to instantiate .Net object" error, although the
.NET framework is installed.
Does anyo
Why!!??
I've PHP5-RC2 installed and IIS5 (Win XP Pro SP1).
I had PHP4.3.1 ISAPI installed before and worked fine with IIS.
But now, PHP5's ISAPI module is NOT working. I've configured IIS the same
way as with PHP4, but using the php5isapi.dll instead of php4isapi.dll.
I've got an error when tryin
Why doesn't latest PHP5 CVS snapshot
(http://snaps.php.net/win32/php5-win32-latest.zip)
include php_interbase.dll extension?
Is there a way to use interbase extension with latest
snapshot?
Thanx!
BZ
__
Do you Yahoo!?
Yahoo! Tax Center
Hi,
PHP RC1 is now out!
To allow you to easily try it, we have included it in the new version of
WAMP5 0.4
(APACHE, PHP5 RC1, MySQL, PHPMYADMIN, SQLite MANAGER).
You can find it at :
http://www.wampserver.com
Have Fun
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
79 matches
Mail list logo