473,800 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XML Extension missing in windows installation... .

Hi all,
I've an annoying problem with my php install, I hope you'll be able to
help me. I'm developing some scripts for a site, so I've a XAMPP
install on my windows box, where I develop using php, mysql and
apache. Then our hosting provider has linux boxes with its own
installation. Luckily, both XAMPP and hosting prov. are using php
version 4.4.7. Unfortunately they've not the same extensions... In
particular I was thinking which XML extension would be more supported
around... But for example DOM isn't avaible, DOM-XML is on the hosting
provider but not on my box, XML Parser is avaible on both installs...
but it's a pull parser and I'd like to avoid it... So what to do? I'd
like to use DOM-XML, but it's not working on my box. I can't find a
way to install it on my existing xampp install... DOM is for php 5...

Moreover I read on PHP site that php4 will be discontinued in 2008.
This will mean that most hosting providers will switch? Do I have to
worry that I'll have to modify my code very soon??? Please let me know
what you think about this and send your suggestions.

Thanks, Dario.

Oct 24 '07 #1
1 1346
Greetings, Gotch@.
In reply to Your message dated Wednesday, October 24, 2007, 12:28:28,

GMoreover I read on PHP site that php4 will be discontinued in 2008.
GThis will mean that most hosting providers will switch?

Most providers already switched to PHP5+MySQL5.
Most good providers.

GDo I have to worry that I'll have to modify my code very soon???

No. You must already have Your code PHP5-ready, since friday Jul 13, 2007.
--
Sincerely Yours, AnrDaemon <an*******@free mail.ru>

Oct 24 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1656
by: Ever Olano | last post by:
Hi, there. If you were to install a PHP extension on Windows, in what form would you want the installation to be? Would you want a graphical installer such as InstallShield or MS Windows Installer? Or would regular copying into ext directory and doing automake stuff do (make install, etc.) suffice or in fact be more fitting? Thanks!
10
2522
by: John Underwood | last post by:
Can I use python23_d and python23 to develop an extension for a commercial application uses python22.dll? (Providing that I do not use any new features found only in 2.3.) I would bulld version 2.2 but I am having trouble doing this with Visual Studio .NET Standard. (There is a well documented problem with version 2.2 (involving largeint.h) and VS.NET but none of the solutions that I found have worked.) On the other hand, I have...
8
1924
by: Jacek Generowicz | last post by:
I am writing an extension type, and wish to add some magic methods which are not catered for by the tp_<whatever> slots (eg tp_init -> __init__) in PyTypeObject. My methods seem to work correctly when invoked explicitly (eg obj.__iadd__(3)) but the method seems not to be associated with the corresponding operator (ie obj += 3 does NOT work). What am I likely to be doing wrong ?
3
2689
by: Peter Sparago | last post by:
(Sorry in advance for the long post.) Hi, I'm having a great deal of difficulty buiding a Python COM extension. I am using the MSHTML ActiveX control in my application but I need to interact with and implement some Custom COM interfaces. All is well with the basic operation of the control using Python. Basically, I want to take over the right-click (context) menu from
4
3686
by: Alexander Eisenhuth | last post by:
Hi alltogether, I use ActivePython 2.4.1 , also the debug part from http://ftp.activestate.com/ActivePython/etc/ and VC 6.0 unter Windows XP. I can't figure out howto debug my c++ extension. If i compile it as release version, I've of course no chance to set a breakpoint. If I compile as debug I get the Error-window: .... missing MSVCR71D.dll ...
3
1666
by: SMH | last post by:
Template Document Processor: PHP 5.1.6 Server: Apache httpd 2.0.55 (Win32) Database Server: MySQL 5.0.26-community for Win32 Operating System: Windows XP Pro SP2 ======= I just installed PHP and MySQL on my laptop for development purposes. The following directives are set in php.ini (Windows config file):
18
2400
by: Rainer Queck | last post by:
Hello NG, I realized, that my application won't start, if a referenced assembly is missing. Basically this is understandable, but since I destribute my applictaion without a setup, it can happen that I forget one or the other .dll. Since my app depends on a whole bunch of .dll it would be great, if the app could tell me which assemblies are missing instead of not starting at all.
7
11683
by: Abhi | last post by:
Hi, I want to open a File with unknown Extension using C#. What i want is i do System.Diagnostics.Process.Start("FileName"); Now if File is associated with any program then the File with open with that Application, this is working fine. My requirement says, if file extension is unknown or not associated with any application then, it should open the Default windows Program association box and allow user to select a program to open that...
2
3317
by: bgold12 | last post by:
I just can't seem to figure out how to install this extension. From what I understand, there needs to be a .dll file located in the PHP extensions folder, and there needs to be a line in the php.ini file that loads the .dll extension. But which .dll is it? And is it already located in the extensions folder, or do I need to download it separately? Or what? Thanks.
0
10505
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10035
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9090
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7580
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6813
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5471
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.