[PHP] multiple versions
Hello all: Is there any convenient way to have a single install of Apache on Linux/Intel use multiple copies of PHP? I need to test different versions of PHP and would rather not have to build a separate server for each. It would be great if I could build multiple copies of PHP, install them all, and have them work for different file suffixes like .php4, .php5 etc. Any way to do this? -- sgl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Odd URL problem
Hello all: I'm seeing an odd problem after I moved a large PHP application from one server to another. Part of the system sends an email to users, containing a clickable http:// link. The link includes a parameter called "goto", which bundles up a set of name-value pairs, which indicate the user's final destination. If the user isn't logged in yet, the application holds onto the goto parameter, and once the login is complete, forwards the user on to the specified location. When we send the url, it is encoded, and looks like this: http://foo.bar.org/goto.php?goto=area%3Dpersonnel%26sub%3Dpersonnel%26person nel%3D1002566%26option%3Dedit Once I moved the application, from a PowerMac G4 running LinuxPPC, Apache 1.3.20 and PHP 4.0.5, to a Dell PowerEdge running RedHat 7.3, Apache 1.3.26 and PHP 4.0.6, these URLs seem to not get translated any more. On our development server, Dell server running RedHat 7.1, Apache 1.3.23, PHP 4.1.1, they seem to work fine. When it works, I click an encoded link in my mailer, and my browser tries to access the URL with a correct, decoded query string. When it fails, I get a message from the browser (IE 5+ only for this app) that says "Attempt to access http://foo.bar.org/goto.php?goto=area%3Dpersonnel%26sub%3Dpersonnel%26person nel%3D1002566%26option%3Dedit failed". So it seems that the browser in the failing case is trying to deal with the URL in its encoded form. Anyone have any ideas about what I'm missing? -- Steve === Steve Lane Vice President The Moyer Group 833 West Chicago Ave Suite 203 Voice: (312) 433-2421 Email: [EMAIL PROTECTED] Fax: (312) 850-3930 Web: http://www.moyergroup.com === -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Problems with session_id() in Windows?
Hello all: We recently ported an application from Linux to Windows and had a few sessions-handling issues (we were going from PHP 4.1.2 Linxu to PHP 4.3.3 Windows). We traced this to PHP's session_id() function. It worked fine in Linux, but apparently not at all in windows, or not as expected. Has anyone seen or heard of this? The notes in the docs didn't tell me anything special about this. -- steve lane -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Job postings?
Greetings all: This is a general etiquette question. I have a job posting for a junior PHP programmer. Are there any of the PHP mailing lists to which it would be appropriate to post that? If not, can anyone recommend a good place to post, especially a place that might be read by many people with specifically PHP skills? Thanks -- -- Steve Lane Vice President Soliant Consulting, Inc. (610) 788-2124 (V) (847) 890-6029 (F) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Job postings?
Thanks Jochem. If I can't find a junior PHP dev, it sounds as though I'll at least be able to improve my beer technique :-) -- SGL On 10/24/06 10:02 AM, "Jochem Maas" <[EMAIL PROTECTED]> wrote: > Steve Lane wrote: >> Greetings all: >> >> This is a general etiquette question. > > this is the [php]general mailing list. some say > etiquette here is generally lacking :-) > >> >> I have a job posting for a junior PHP programmer. Are there any of the PHP >> mailing lists to which it would be appropriate to post that? > > a short message here (with a link to full details) shouldn't bother > anyone too much. it wouldn't be the first post of its kind here and given the > fact that topics seem to range from beerbrewing kits** to javascript libraries > (with the occasional php question for good measure) I see no reason > why a php-job post could be considered bad form... besides you are looking for > php help! > > rgds, > > **you know who you are ;-) > >> >> If not, can anyone recommend a good place to post, especially a place that >> might be read by many people with specifically PHP skills? >> >> Thanks -- >> > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php