Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Update PHP Version Over PHPTriad


Just unzip'd the files into their own folder, renamed the new folder to php and put it in the c:apache folder.

Edited the php.ini file so the settings were similar to the older php.ini file that PHPTriad installs itself. Ran a PHP script and it hung, so did apache.

Edited it, read the install.txt a bit more, copied all the DLL files into windowssystem32, rebooted tried again. Same error. Used the php-.ini-recommended file as php.ini without editing, same thing.

Now I've got a really botched install and looks like Im going to have to uninstall PHPTriad and try again. Does anyone know how to upgrade to 4.3 as I really want the latest version not for bug fixes but for the W32 GD library functions.




View Complete Forum Thread with Replies

Related Forum Messages:
Can't Update Date Field - Mysql Client Version 5.0.33
I am trying to update record and date field, but it fails although my timestamp echos perfectly.  I don't know what to do:  my sql client version is 5.0.33 and the model table has got date filed which is model_date. Code:

View Replies !
Where Is PHPTriad?
can anybody tell me what is happening with phptriad. I dont find new
versions coming up. PHP 5 has come.

View Replies !
PHPTriad Installation
Does anyone know if an installation of PHPTriad (v2.1.1) can be installed
automatically using some kind of script or command parameters?

View Replies !
Phptriad - Offtopic
Using phptriad.

I go to:

Programs/
Start/
PHPTriad/
Start Apache

Apache is on

However, when I want to stop Apache Server, Phptriad does not allow me a Stop Apache command and I have to shut down DOS box manually.

View Replies !
Uninstall PHPTriad
I have PHPTriad in my pc (windows xp) I like 2 learn how 2 install apache, php & mysql separately n configure them by myself. I dunno how 2 uninstall PHPTriad I use before & clean up all the registry.

View Replies !
PHP Script To Show IP, Location, OS Name/version/platform, Browser Name/version
Does anyone have a script for this? I want to use it to put these things into a logfile or db.

View Replies !
Comparison Script - Compare The Original Version Of Text With The New Version Of Text
I have a feature on my site where members are allowed to submit large amounts of text. Everytime someone submits this text or updates what they had submitted I have someone that proof reads it all. Is it possible to have a script that will compare the original version of text with the new version of text and possibly highlight any changes in a different color text?

View Replies !
Your MySQL Library Version 5.0.37 Differs From Your MySQL Server Version 5.0.45
well i got phpmyadmin loaded and now when i go to the home page i get these two errors and can't seem to find what causes them.

Your PHP MySQL library version 5.0.37 differs from your MySQL server version 5.0.45. This may cause unpredictable behavior

The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

View Replies !
Update Query - Way To Update All Records That Meet Only A Part Of Field
I know that if you use the following code..

UPDATE
table
SET
field = ""
WHERE
field1 = ""

than it will change `field` in all records that meet the criteria of field1. What I need to know is there a way to update all records that meet only a part of field1

ie...

UPDATE
table
SET
field = "yummy"
WHERE
field1 = "apples|oranges"

if field one contains apples|oranges|grapes

it would still pick up that record.

View Replies !
Update A Record On The Db It Update ALL The Records
When iam trying to update a record on the db it update ALL the records their, i don't know where is the erorr ! Here is the action file.

$select="UPDATE dir_all SET wbname='$sitename', wbdisc='$sitedisc', wblink='$sitelink' WHERE id='$id'";
mysql_query($select) or die($select);
?>

View Replies !
Update Query - How Do You Update A Value In The Database In A Certain Row?
I am trying to make a little thing that allows you to edit something that you have previously submitted to be in the database. How do you update a value in the database in a certain row?  Right now when I run my script, it submits the updated info into into every row in the database.  How do I just make it so it inserts it into row x? (x being some random number that I will have passed to it).

View Replies !
Db Update And Real Time Update
i wanted to put together my first pages using prototype but i'm kinda stuck. situation:

i got a list of pages in the backoffice. in the list you got pagenames, id's, editors and if they're active or not. the active part part is represented by an in/active image.

now instead of having to edit the page and change a checkbox to toggle the active status of the page, i was planning to make it able to click on the image in the list itself to toggle the status of the page. thus updating the db when you clicked and refresh the list using ajax. Code:

View Replies !
Which Php Version
is there any script i can use to know which php version is running the scripts?

View Replies !
PHP Version 4.4.7 On My ISP
So, phptest.php on my ISP server returned: 4.4.7

And I know Version 5 is out. Any compatibility problems?

Is there anything I need to know before proceeding to install PHP/
Apache/MySQL on my Windows XP machine?...

View Replies !
Looking For RPM Version Of PHP 4.3.10
I am looking for an RPM version of PHP 4.3.10
I am currently running PHP Version 4.2.2 on Red Hat Linux release 9
(Shrike) with Apache/2.0.40 (Red Hat Linux)

Is it true that PHP 4.3.10 requires Apache/2.0.44 to be installed.

View Replies !
Which Version Of PHP ?
Is there any way (perhaps a script?) to tell what the
minimum version of PHP is for a given script without having
to trawl through every command?

I develop on PHP 5.0 but have tried to keep everything below 4.3
because that seems to be the highest release on a lot of ISP
systems.

I'm looking for a way to test without having to install lower versions ?

View Replies !
PHP Version Of W3C DOM
Im looking for a way to get php to read through a html or shtml document, but using the W3C DOM.  It would need to have the childNode functions etc.  Is there anythign that woudl allo wme to do this? or alternately retrive html tage attributes, according to a certain criteria.? Code:

View Replies !
Version
Basically I need to, when a new cateogry is created in the db it runs a PHP script that checks to see if dir exists and creates it if not. Here is an ASP example:

<%
Dim objFSO, objFolder
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

objFolder = Trim(Request("FN"))

'Create Folder if it doesn't already exist
If Not objFSO.FolderExists("D:Websites#*$!xxArticles"& objFolder) then
objFSO.CreateFolder("D:Websites#*$!xxArticles"& objFolder)
End If
%>

View Replies !
XML Version
have just posted my first live script, it's a contact us form and it works. The site was put together using Dreamweaver templates and DW adds two lines giving <?XML version=... and <!DOCTYPE= ...

The script displays a blank page if the <?XML version=... is included, but displays and executes properly if that line is taken out. Can anyone help me understand what the lines mean to PHP and what they should be changed to to make the script work.

View Replies !
Looking For Version 4.3.11
Yahoo hosting is using version 4.3.11, but I can't find it for download to install on my dev machine.

Any ideas where I can find it?

View Replies !
Version Changes 4.4.2 To 5.0.4
apparantly my host has secretly decided to change versions. can anyone tell me basic differences?

View Replies !
4 Vs. 5? Why 2 Version?
why is there a 4 and 5 version being updated by the PHP team? Are they updating bugs in 4 and want everyone to go to 5?

View Replies !
Version 4 Vs 5
I am just wondering if everyone is switching to PHP5? Also the scripts that are written in PHP4 should be working in PHP5 right? I switched over my server and some of our bought applications aren't working. I can't give specifics just wondering if its becoming standard to move to PHP5?

View Replies !
Old Version Of PHP
Is this an old version of PHP because I keep getting blank screens.  I know the code is correct because it came straight from a book, work for work.  The book was written in 2002.I am running PHP5 and downgraded to PHP4. Here's the PHP file (file 1 of 2)

<FORM ACTION="123.html" METHOD="POST">
  Input a name
  <br>
  <INPUT NAME="name" TYPE=TEXT>
  <br>
  <INPUT TYPE=SUBMIT VALUE="Search!">
 </FORM>
Here's the HTML file 123.html (file 2 of 2)
<?php
echo $name;
?>

View Replies !
Version 5.0.3
I need the version php 5.0.3 to use a program in that version. I have looked for it on the net but I haven´t found anything. I am in urgent need of it, so I am going to write this message in others groups so maybe you read it in others groups.

View Replies !
PHP Version
I installed the apache via RPM same with MYSQL now i installed the PHP but it seems not to see the MYSQL. i installed it via.

rpm -Uvh php-mysql-4.3.9-3.9.i386.rpm nodeps.

View Replies !
MySQL VERsion With PHP
How would I query for the version of MySQL that is installed on the server? I'm creating an application that will need to check the version before it allows the user to install to make sure they meet the needed requirements.

View Replies !
What Is Binary Version Of Php?
i have read word binary version of php but i don't know what is it???

can you please tell me some about it?

View Replies !
What Version Of GD Support GIF?
Where can i find old version of GD that support GIF for resizing.

View Replies !
Php Version Emulator
I have a PostNuke site... [It's an open source cms, using mysql+php... ]

The problem is that my host upgrades the php version all the time & 'forcing' me to upgrade the PostNuke version... My question is: is there a php emulator that I can run on the server that will emulate a specific php version???

View Replies !
Upgrade Php Version On Red Hat 7.1
I've got a server running Red Hat 7.1 with the default installation of php/apache. This version of php doesn't have a lot of the default functions I need like mysql and odbc support. The php rpms for Red Hat 7.3 have the options I need.

Can I just install these rpms on Red Hat 7.1? I tried doing this and it told me some libraries I need are not present. Would installing these libraries cause any problems?
If anyone knows of the best way for me to add these options for php that I need, please let me know.

View Replies !
SQLite Version 2.1?
I added the following lines to PHP.INI.

extension=php_pdo.dll
extension=php_pdo_sqlite.dll
extension=php_sqlite.dll

specifically in that order. I noticed the extensions getting loaded
are alphabetally listed, so I'm thinking that the order of the load
doesn't matter.

Is that true?

And when I use the following statements to create a test.db file...

It creates a file with the following text as the first 48 characters
in the file...

** This file contains an SQLite 2.1 database **

Searching php.net for that string turned up the following link:

http://gcov.php.net/PHP_5_2/lcov_ht...tree.c.gcov.php

It appears that PHP 5.2 mis-identifies the file. I took a look at
some other software found at SourceForge advertised as a
visual front end to access and create SQLite databases. However,
the SQLite Browser identifies the SQLite data file as NOT a 3.1
version (perhaps due to PHP's mis-tagging (?)).

View Replies !
Which Version To Learn On
I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to PHP 5?

I have Oracle installed. Can I use it, or should I install mysql? Does it
matter?

View Replies !
Get A File's Version In PHP
I want to get the file version of a file in PHP.

Do somebody have the code for this?

View Replies !
Which Version Would You Choose ?
I just got asked to setup a LAMP box for a friend/customer. I am not sure
yet which versions of LAMP I should best use.

My initial thoughts is go with SuSe Linux and all latest versions, but
especially where PHP is concerned, I am not sure PHP5 is preferable yet. I
can't really say why, just the fact it is a major new version and relatively
unknown wrt stability/security.

What would you guys choose ? (The scripts that are gonna be run on the box
aren't very spectacular I believe, oldskool straightforward stuff, a weblog,
a small db application and some home pages with mailforms)

View Replies !
How Do I Check Against The PHP Version?
I'm writing an installation script for my PHP content management
system. I've written the code to be compatible with PHP 4.06 or later.
I need to get the PHP version and throw an error message if the
version is less than 4.0.6. I realize that phpinfo outputs the info,
but what function would get me the version string?

View Replies !
Upgrade From PHP Version 4.2.2 To 4.3.10
I am currently running
PHP Version 4.2.2 on Red Hat Linux release 9 (Shrike)
with Apache/2.0.40 (Red Hat Linux)
I would like to upgrade to the latest version of PHP (4.3.10 ?).

PHP was pre-installed as RPM version, I would like to know where i can
find an RPM upgrade...

What are the steps to take, will original php.ini be overwritten,
do i need to change Apache confg files.

View Replies !
PDO Version Of Mysql_num_rows(); ?
I need the PDO equivalent of mysql_num_rows. I thought this would work but it doesn't:

$numrows = $pdo->query("SELECT * FROM tipsntricks")->fetchAll();
echo "There were " . count($numrows) . " rows in the table";

View Replies !
Which Php Version To Download?
I am setting up a new computer and had a version of PHP on my old system and need ot upgrade. The program options at PHP.com does not seem to intuitive to a newbie. I am working on a windows box using Vista.

View Replies !
PHP Version 4.3.10 Class
I have an some PHP code which uses classes. this works perfectly using PHP v5 and PHP v 4.2.3.

I have recently uploaded the code to a PHP v4.3.10 site and it wont work, everything else PHP related does except the creating the instance and calling the main function within the class.

Here is a snippet:

$mysms = new sms();//Create SMS instance.

$smsstatus=($mysms->send ("test", "test ", "testing"))

View Replies !
A Version Issue
I'm trying to install a game stats module into PHP-Nuke, it's no big deal I've done twice before. But this time I'm getting an error and I can't see why.

Firstly, the error says "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-25, 25' at line 37" (see http://mafsquad.com/modules.php?name...ion=kill_stats ).

So I thoguht that maybe this was a PHP version issue but as I said, I've installed this module on other sites and I compared version number with my http://thectu.com site. They are the same, here are the version numbers.

View Replies !
Is There A PHP Version Of The HTML <PRE> Tag?
I was trying the wordwrap() function and it works as advertised, but it doesn't present the text file like Notepad does. I want to display a file exactly like I see it in Notepad with Word Wrap on.

View Replies !
Different Version Of PHP From Browser
is there a way to point my browser to use a different version of PHP that is installed on a computer. I am using XAMPP and currently I'm using the version of PHP that is bundled with it. Our system is being moved over to ORACLE from MySQL soon and there is another version of PHP installed with the ORA addons on the Solaris machine I am using.

I'm looking to know if it is possible to point the browser to use the PHP with the ORACLE addons. Should this be done in the PHP.ini file or how can I set up a path to use the PHP for ORACLE?

View Replies !
Php Version Of Ms Movefirst
i need to know the php version of the ms movefirst. i need to spin a recordset for html outputs that are in two different places on the web page. i am stuck on the second output not knowing how to 'movefirst'.

View Replies !
Php Version 3 Ftp Question
I am writing a php program that ftp's up a file to an individual's website.

The server I am accessing has php3.

I was only able to locate code for version 4 (see below).

$ftp_server = "ftp.mysite.com";
$ftp_user_name = "taylor";
$ftp_user_pass = "tay345";
$conn_id = ftp_connect($ftp_server);
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);

Does anyone know what I need to do to make this work in php3?

The person who is running the server I am acessing will not upgrade at this point to php 4.

View Replies !
Mysql Version
I installed mysql 4.1.12, but when I look at phpinfo it says mysql client API version 3.23.49. What does that mean?

View Replies !
PHP Version Question
is 4.3.11 higher than 4.3.8? on one hand I can look at it like 4.3.80 but somehow it feels as if that's wrong..

View Replies !
Version Controll
I need a clean way to keep all versions of a group of PHP files archived and versions updated.

Currently all I do is backup the most recent version and begin to recode/add/remove files, but there must be a more accurate way of controling this information... right? I have looked at CVS stuff and am completely lost.

So my question to you is:

"how do you keep track of your php file versions for your projects?"

I work with Zend studio, on a Windows Ultimate OS, and am running WOS Portable with PHP5_SE (Version 5.2.3) and MySQL5_SE (Version 5.0.41).

View Replies !
Browser Version
I run a site with fairly high traffic and demographics that might be interesting to see browser data on. so I was thinking of writing browser idents to the db.

How do I do get that info in PHP? Ideally, I wouldn't just want to get browser name and version (for example 'Opera 9.01').

View Replies !
Upgrade From Version 4 Vs 5
I got an email from my hosting, giving me the option to upgrade from php4 to php5, and from MySQL4 to 4.1. Is there any reason I shouldn't upgrade both of them? Something may not work after the upgrade?

View Replies !
Stable Version Of PHP
I went to the PHP download page and found two versions: 4.3.10 AND 5.0.3. It does not talk about which one is the most stable.

View Replies !
PHP Version Session
I've got a site completed on Php5 and apache on my developing machine and it works well. However, i have php5 installed on my machine. I JUST got which server the file will be on assigned to me, and the server is running PHP 4.4.1. I cant upgrade the php version on the server, so I now must convert my sessions form php5 to php 4.

my site is dependent on session variables to keep the user logged in, without it the user is redirected to a login page. So whey I got the site and login the first page works as usual, but when you click any othe rpage i get redirected to the login page.
So I know its a session problem because I keep trying to echo my sess vars and they are coming up blank. in my original code I establish variables as such

session_start();

$_SESSION['myvariable'] = $myvariable


and retrieving them using the $myvar = $_SESSION['myvar'];

now, i was under the impression PHP 4.4.1 would be able to handle the same way. However, that doesnt seem to be the case. So i'm trying to revert back the sessions to PHP 4, using session_register("myvar")

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved