Tagged Questions

1
vote
3answers
48 views

Few questions about PHP6

I looked at one of the post on SO about what will break when PHP6 is released. I have a few questions below about some of the stuff... 1) {} for string offsets no longer availabl …
1
vote
7answers
123 views

Will JRE 1.4 support classes compiled with Java 1.5 & 1.6?

Will code compiled using 1.5 and 1.6 run on a 1.4 JRE? We weren't sure which Java versions the 1.4 JRE supports. We know that if the code in question implements 1.5 or 1.6 suppor …
27
votes
13answers
1k views

In the 13 years that Java has been around, are there any specific examples of backward incompatibilities?

It has been thirteen years between the initial public release of Java 1.0 (1996) and the current stable release 1.6.0_16 (2009). During those thirteen years the following notable …
2
votes
4answers
69 views

Web Services API Versioning

I offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can't find any information about how you do something like …
0
votes
0answers
12 views

iBatis 3 not backward compatible?

Does anyone know why the API is not backward compatible? Is it still thread safe? Anyone know of any migration document from 2.x to 3.x?
0
votes
0answers
8 views

Is Image Magick 6.2.4 always backwardly compatible with legacy versions?

To use the PHP extension for ImageMagick, I need to upgrade my server to ImageMagick version 6.2.4. However I have some legacy code that uses version 6.0.7 I saw a slashdot com …
0
votes
2answers
295 views

How to specify compatibility version for dylib in iPhone projects?

I recently added a static library (mobclix) to my iPhone project which required me to set the Base SDK to 3.0. This library is claimed to be compatible with 2.2 and so far it looks …
2
votes
6answers
120 views

What is the difference, usage-wise, between defines/macros/structs and consts/funcs/classes? (C++)

I know that the difference between defines and constants is that constants have type, and that between macros and functions, functions are called, and typed, whereas macros are unt …
0
votes
2answers
49 views

Giving version numbers that make clear when you’re breaking backward compatibility

I've been working on my open source project for about 6 months, and I want to release it officially soon. The thing is, I'm quite sure that in the near future I will want to change …
1
vote
3answers
88 views

Technical considerations in dropping support for old compiler versions?

I work on a project that's distributed for free in both source and binary form, since many of our users need to compile it specifically for their system. The necessitates a degree …
1
vote
3answers
160 views

how to run my iphone 2.0 app in iphone os 2.0 and also 3.0 and above os

i have iphone with os ver. 2.0 i read that for app store all appplication must be run 3.0 os.so how could i make my application to run in both firmware.is there a way i can detect …
0
votes
1answer
60 views

Handling new library features in old applications

We are working on a new library version that contains some UI controls that are used by other applications. Some of these controls have new features that the old applications don' …
1
vote
3answers
384 views

Staying backwards compatible with iPhone OS 2.2.1

Hi everyone! I currently have an app on the App Store that was built with version 2.2.1, i.e. where the Base SDK and the Deployment Target were both set to 2.2.1. That app runs fi …
3
votes
2answers
158 views

hashlib / md5. Compatibility with python 2.4

Hi all. python 2.6 reports that the md5 module is obsolete and hashlib should be used. If I change import md5 to import hashlib I will solve for python 2.5 and python 2.6, but not …
2
votes
2answers
136 views

Git repository backwards compatibility

I just had a quick question about git - how backwards compatible are git repositories? Eg., I've created a repository using git 1.6.4 and the svn2git ruby script, but I want to put …

1 2 3 next
15 30 50 per page