Re: [PHP-WIN] PHP & Samba

2013-09-05 Thread Pierre Joye
hi On Thu, Sep 5, 2013 at 4:46 PM, Jorge F. Hernandez wrote: > Hey guys, > > Does anybody know a way to browse a Samba (smb) server using PHP? Network paths work just fine with any file functions. If you need special authentication like domain auth under a different users, then there are many cl

Re: [PHP-WIN] PHP & Samba

2013-09-05 Thread Anatol Belski
Hi, On Thu, 2013-09-05 at 10:46 -0400, Jorge F. Hernandez wrote: > Hey guys, > > Does anybody know a way to browse a Samba (smb) server using PHP? > > Thanks. > If files were only I'd be interested on, I'd mount it as a drive on windows or as a folder on linux. Regards Anatol -- PHP Win

[PHP-WIN] PHP & Samba

2013-09-05 Thread Jorge F. Hernandez
Hey guys, Does anybody know a way to browse a Samba (smb) server using PHP? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-18 Thread Pierre Joye
hi, On Sun, Aug 18, 2013 at 10:29 PM, R. S. wrote: > Pierre Joye wrote: > >> This is >> definitively a bug in the CRT and I have to discuss that with my >> colleagues from the vc team. > > Ok, so can you look at this bug report and tell me it is really a duplicate: > https://bugs.php.net/bug.php?

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-18 Thread Lester Caine
R. S. wrote: RS ... Just out of curiosity does the problem ranges of alphabets fall outside >of the limited 'UTF16' range that M$ uses for 'wide strings'. I'm busy out at an >exhibition this weekend so only have limited access to my database, but I do >seem to recall that since wide strings are

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-18 Thread R. S.
Pierre Joye wrote: > Ok, now I can reproduce it. That's actually weird and have to look at it :) Thank you! > Ok, it looks like a found a bug, not in php but in the windows API. > Which PHP version do you use (newest version uses a different CRT)? I'm using 5.4.18 Lester Caine wrote: > RS ...

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-18 Thread lester
Did you mean wide character? I was just flagging up that these are limited range on both M$ and on the Inprise platforms and some subsets do get missed. Just a thought as to possible source of problem Sent from my android device.

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
hi! On Fri, Aug 16, 2013 at 10:45 PM, Lester Caine wrote: > R. S. wrote: >> >> if you make files like: >> testunicode-Ελλάδα or testunicode-Россия >> >> Then php can't get handle to these files with errors like: > > > RS ... Just out of curiosity does the problem ranges of alphabets fall > outsid

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
On Sat, Aug 17, 2013 at 7:17 AM, Pierre Joye wrote: > On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote: >> Hello Pierre, >> >> Friday, August 16, 2013, 5:38:01 AM, you wrote: >> >>> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with >>> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Pierre Joye
On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote: > Hello Pierre, > > Friday, August 16, 2013, 5:38:01 AM, you wrote: > >> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with >> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3 path and use it to >> open the file using php, works. In othe

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-17 Thread Lester Caine
R. S. wrote: if you make files like: testunicode-Ελλάδα or testunicode-Россия Then php can't get handle to these files with errors like: RS ... Just out of curiosity does the problem ranges of alphabets fall outside of the limited 'UTF16' range that M$ uses for 'wide strings'. I'm busy out at

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-16 Thread R. S.
Hello Pierre, Friday, August 16, 2013, 5:38:01 AM, you wrote: > and 'TESTUN~1.PHP' has unicode, created using CreateFileW with > 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3 path and use it to > open the file using php, works. In other words. exactly what your COM > script does. Now, why y

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-15 Thread Pierre Joye
hi, On Thu, Aug 15, 2013 at 7:40 PM, R. S. wrote: > Hello Pierre, > > Thursday, August 15, 2013, 10:40:56 AM, you wrote: > >> Short paths work just fine. Not sure what goes wrong with the COM APIs > > Have you even read my example, or any of my posts before ? yes. > There is nothing wrong with

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-15 Thread R. S.
Hello Pierre, Thursday, August 15, 2013, 10:40:56 AM, you wrote: > Short paths work just fine. Not sure what goes wrong with the COM APIs Have you even read my example, or any of my posts before ? There is nothing wrong with COM API, paradoxically COM works ok and handles long and short paths ju

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-15 Thread Pierre Joye
hi! On Wed, Aug 14, 2013 at 7:15 PM, R. S. wrote: > Hello Pierre, > > Wednesday, August 14, 2013, 10:27:24 AM, you wrote: > >> COM is not PHP: You are calling the FileSystemObject's GetFile via COM >> which uses unicode APIs under the hood. Nothing to do with PHP >> streams. > > Yes, I know that,

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-14 Thread R. S.
Hello Pierre, Wednesday, August 14, 2013, 10:27:24 AM, you wrote: > COM is not PHP: You are calling the FileSystemObject's GetFile via COM > which uses unicode APIs under the hood. Nothing to do with PHP > streams. Yes, I know that, and here COM has no issues with unicode. But in my example COM

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-14 Thread Pierre Joye
hi, On Wed, Aug 14, 2013 at 9:09 AM, R. S. wrote: > The code is provided in this thread and in my (dismissed) > bug report. > > $FS = new \COM('Scripting.FileSystemObject', null, CP_UTF8); > $FS->CreateTextFile("c:\\Ελλάδα.txt"); > $ShortPath = $FS->GetFile("c:\\Ελλάδα.txt")->Sh

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-14 Thread R. S.
Hello Pierre, Thursday, August 8, 2013, 7:07:04 AM, you wrote: > PHP does nothing with the paths a script passes to the IO function. > The only operation being done is to resolve relative paths and the > likes but that will only prepend the given path with the current > directory and remove ../..

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-07 Thread Pierre Joye
hi, On Thu, Aug 1, 2013 at 6:41 PM, R. S. wrote: > Hello Anatol, > > Wednesday, July 31, 2013, 12:47:58 AM, you wrote: > >> As a dessert I'd suggest you to read this ticket from not very recent past >> about how it's going in python http://bugs.python.org/issue13247 :) > > I tried this in python:

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-08-01 Thread R. S.
Hello Anatol, Wednesday, July 31, 2013, 12:47:58 AM, you wrote: > As a dessert I'd suggest you to read this ticket from not very recent past > about how it's going in python http://bugs.python.org/issue13247 :) I tried this in python: filename = "e:\z_Ελλάδα.txt" a = open(filename, "w")

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread R. S.
Hello Anatol, Wednesday, July 31, 2013, 12:47:58 AM, you wrote: > Warning: fopen(ZZ~1.TXT): failed to open stream: Invalid argument in > Command line code on line 1 > bool(false) Yes, but how does the function even know that there are multibyte in it's arguments ? Since it was given the asci

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread Anatol Belski
Dear R.S., On Tue, July 30, 2013 23:28, R. S. wrote: > I filled a bug here: https://bugs.php.net/bug.php?id=65358 > But they dismissed it as duplicate. > It has nothing to do with these bugs: > https://bugs.php.net/bug.php?id=64699 > https://bugs.php.net/bug.php?id=61315 > > > Where people tried t

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread R. S.
Hello Anatol, Tuesday, July 30, 2013, 10:13:28 PM, you wrote: > In addition to the fact that 8.3 names are an issue themselves as they > might be not present on a particular system, I don't see any issue if 8.3 are not present. If they don't they don't. I think then com would even be able to cre

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread Anatol Belski
On Tue, 2013-07-30 at 18:53 +0200, R. S. wrote: > > This is a known issue with 8 bit filenames, please read here > > Yes, but 8.3 names are not 8-bit. In addition to the fact that 8.3 names are an issue themselves as they might be not present on a particular system, it's about a multibyte name in

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread R. S.
Hello Anatol, Tuesday, July 30, 2013, 6:32:42 PM, you wrote: > This is a known issue with 8 bit filenames, please read here Yes, but 8.3 names are not 8-bit. > If you work with COM, why don't > you use it to get the file contents? I really need a file handle to use with for example curl which

Re: [PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-30 Thread Anatol Belski
On Tue, July 30, 2013 00:25, R. S. wrote: > The thing is these paths do not have any non ascii chars in them. Old 16b > win311 apps are perfectly fine with such files, they just can't correctly > show their name nor create a fresh file with non ascii name. And such > behavior I was expecting from p

[PHP-WIN] php can't resolve 8.3 paths to unicode filenames, is that expected ?

2013-07-29 Thread R. S.
The thing is these paths do not have any non ascii chars in them. Old 16b win311 apps are perfectly fine with such files, they just can't correctly show their name nor create a fresh file with non ascii name. And such behavior I was expecting from php. CreateTextFile("c:\\Ελλάδα.txt");

RE: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question

2013-05-12 Thread David Lykke Søndergaard
To: David Lykke Søndergaard; php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question David, I don't have my system set up right now as a development machine at the moment but I did find a couple leads on this. You may have already

RE: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question

2013-05-11 Thread Jim MacDiarmid
d [mailto:dsoenderga...@saxotech.com] Sent: Saturday, May 11, 2013 5:49 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question Hey, I have been trying to get PHP to work with Windows Scripting Host and WSF files. With PHP 5.2.17, I could use

[PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question

2013-05-11 Thread David Lykke Søndergaard
Hey, I have been trying to get PHP to work with Windows Scripting Host and WSF files. With PHP 5.2.17, I could use PHP5ActiveScript.dll to make the connection and run this script: $WScript->Echo("Hello World!"); http://www.php.net/manual/bg/install.windows.activescript.php I can not, h

[PHP-WIN] PHP class to add your own sound effects to a webpage

2013-04-28 Thread Jacob Kruger
Ok, built my implementation of the soundManager javascript library, along with jQuery into my own PHP class to make it quick/easy to add real-time sound effects to a webpage. Firstly, here's like 15 lines of PHP code that would implement a test version - of the three buttons, the first one is t

Re: [PHP-WIN] PHP and Crystal Reports

2013-01-15 Thread Richard Quadling
On 3 January 2013 03:05, findatanet wrote: > > I am working on a project to update reporting on a system. On each report, > the current system uses PHP to make one or more mySQL queries, iterates > through the query results and manipulates the data, and then generates HTML > for display. I am ta

[PHP-WIN] PHP and Crystal Reports

2013-01-02 Thread findatanet
I am working on a project to update reporting on a system. On each report, the current system uses PHP to make one or more mySQL queries, iterates through the query results and manipulates the data, and then generates HTML for display. I am tasked with changing the reports to use Crystal Reports

[PHP-WIN] PHP CLI POST to HTTPS through proxy

2012-10-23 Thread Momchil Bozhinov
​Hello, I m trying to upload a file to the HP cloud via PHP CLIProblem is that I need to go through a proxy serverThe authentication uses a POST request sent to a secure HTTP I tried using cURL with PHP 5.3.18, but all I got was 400 - BAD REQUESTI wanted to try the PHP Stream transport option bu

[PHP-WIN] PHP: The right way, and Javascript: The right way

2012-10-11 Thread Jacob Kruger
http://www.phptherightway.com/ and http://jstherightway.com/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] PHP 5.4 extension building problem

2012-09-25 Thread Jeff McKenna
Hello Carlo, I hit issues with PHP 5.4 with an extension for the MapServer project; I believe the errors/changes could be similar (not Windows specific however), so you can see the changes in our case needed at https://github.com/mapserver/mapserver/commit/0d68cd5c06fa97a9d403c11e66d3ab99a16bc78d

Re: [PHP-WIN] Php doesn't calculate value

2012-09-16 Thread Matt Matt
Thank you guys, i have solved the problem by changing [name="idschema"] and by substituing with only . Now i'm able to select a value from the dropdown list menu and to deliver it across the page. :-) Thank you and have a nice day! Matt. 2012/9/15 Niel Archer > > Hi folks, > > > > i have a

Re: [PHP-WIN] Php doesn't calculate value

2012-09-15 Thread Niel Archer
> Hi folks, > > i have a problem with a value that it is not passed as POST variable from a > php page to another. > this is the error i have encountered : > > *Notice*: Undefined index: idschema in *\SubmitSchema.php* on line *22* > > Follow the code of the main page : > ---

[PHP-WIN] Php doesn't calculate value

2012-09-15 Thread Matt Matt
Hi folks, i have a problem with a value that it is not passed as POST variable from a php page to another. this is the error i have encountered : *Notice*: Undefined index: idschema in *\SubmitSchema.php* on line *22* Follow the code of the main page : --- '; print 'Selez

[PHP-WIN] PHP 5.4 extension building problem

2012-07-23 Thread Carlo Pastorino
Hello everybody, I have a project which uses a custom made php extension which adds some "native" functionalities and classes to the php framework on Windows. In order to build this extension I use a Visual Studio solution correctly configured (I guess) to add the correct php headers and preproces

Re: [PHP-WIN] PHP .wav creator class

2012-05-22 Thread Jake Conk
unsubscribe

[PHP-WIN] PHP .wav creator class

2012-05-17 Thread Jacob Kruger
Funny enough, a week later, this class appears/comes up on phpclasses.org: http://www.phpclasses.org/package/7501-PHP-Create-wav-file-from-multiple-audio-files.html "This class can create .wav file from multiple audio files It can create an audio file with a given sample rate, sample bit length,

[PHP-WIN] PHP mysqli support

2012-02-24 Thread Jacob Kruger
Ok, turns out, after double checking my servers mysqli support using phpinfo(), and doing a bit more research, and finding the following bit of introductory/instructional/tutorial material, relating to the mysqli PHP extension, on the php.net site itself, that other sample code I had found a li

RE: [PHP-WIN] PHP to PDF

2012-01-03 Thread N . A . Morgan
[mailto:gavin.chalk...@gmail.com] Sent: 23 December 2011 14:31 To: php-windows@lists.php.net Subject: [PHP-WIN] PHP to PDF Hi all, not sure if this is the right list. I am looking for a PHP to PDF script/help, but I have just contacted my host company and been advised they do not allow the PHP PDFLib module on

[PHP-WIN] PHP Calender / Event Creator

2012-01-02 Thread Gavin
Evening All, Happy new year to all on list :) Can anyone suggest a good PHP (& mysqli) Calender/Events? Basically this will go into an admin area for a driving school website, where they can monitor and organise work flow for all working. BR, Gavin

Re: [PHP-WIN] PHP to PDF

2011-12-24 Thread Pierre Joye
hi, tcpdf, fpdf, etc. There are plenty of PHP (scrtipt) library to generate pdf. Cheers, On Fri, Dec 23, 2011 at 3:31 PM, Gavin wrote: > Hi all, not sure if this is the right list. > > I am looking for a PHP to PDF script/help, but I have just contacted my host > company and been advised they d

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-23 Thread luhana
I am getting error on Fatal error: Class 'registryDatabaseLocations'. 2nd problem is when I run code by commenting >> o_CrReport->Database->LogOnServer >> ( >> 'odbc', >> 'Ac// Logon to the database. >> $counts', >> registryDatabaseLocations::Database('Accounts'), >>

[PHP-WIN] PHP to PDF

2011-12-23 Thread Gavin
Hi all, not sure if this is the right list. I am looking for a PHP to PDF script/help, but I have just contacted my host company and been advised they do not allow the PHP PDFLib module on their servers. Can anyone assist? Regards, Gavin

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-23 Thread Gavin
Luhana, What is line 19? Please show the coding On 23/12/2011 01:26, luhana wrote: Dear Sir I am getting error Fatal error: Class 'registryDatabaseLocations' not found in C:\wamp\www\cc3.php on line 19 please guide Richard Quadling wrote: 2009/4/30 John Messam: I am trying to write a php

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-22 Thread luhana
Dear Sir I am getting error Fatal error: Class 'registryDatabaseLocations' not found in C:\wamp\www\cc3.php on line 19 please guide Richard Quadling wrote: > > 2009/4/30 John Messam : >> >> I am trying to write a php program that opens a number of reports written >> in Crystal 11. From resea

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Lester Caine
Pierre Joye wrote: On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote: Pierre Joye wrote: Yes Pierre - on the larger systems we run multiple machines, but on sites that only require a single computer, a single clean stack is also nice, with everything in the one base directory and with

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Lester Caine
Ferenc Kovacs wrote: ? I'm running the full stack on windows as 64 bit code and seeing a performance improvement over the 32bit version. we are talking about your whole stack, as you didn't ran benchmarks using 32bit php vs 64bit php. I haven't rolled back just part ... in fact I have y

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Pierre Joye
On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote: > Pierre Joye wrote: >>> >>> Yes Pierre - on the larger systems we run multiple machines, but on sites >>> >  that only require a single computer, a single clean stack is also >>> > nice, with >>> >  everything in the one base directory and wit

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Ferenc Kovacs
On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote: > Pierre Joye wrote: > >> Yes Pierre - on the larger systems we run multiple machines, but on sites >>> > that only require a single computer, a single clean stack is also >>> nice, with >>> > everything in the one base directory and without

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Lester Caine
Pierre Joye wrote: Yes Pierre - on the larger systems we run multiple machines, but on sites > that only require a single computer, a single clean stack is also nice, with > everything in the one base directory and without the agro of deciding if > this is a 32bit or 64bit program. Everything

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Pierre Joye
On Mon, Oct 17, 2011 at 9:38 AM, Lester Caine wrote: > Yes Pierre - on the larger systems we run multiple machines, but on sites > that only require a single computer, a single clean stack is also nice, with > everything in the one base directory and without the agro of deciding if > this is a 32

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-17 Thread Lester Caine
Ferenc Kovacs wrote: did you checked your "Program Files (x86)" directory lately? for windows it is common that there are apps without 64bit versions. :( If these machines had to run anything other than the Apache/PHP/Firebird stack that might be relevant, but my hands are tied by the customer

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Pierre Joye
On Sun, Oct 16, 2011 at 10:46 PM, Lester Caine wrote: > Mixing 32bit and 64bit just seems totally wrong to me ... There is nothing wrong here but a totally normal configuration. If one takes care of performances, the database server(s) are separate servers anyway. And they are totally unrelated

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Ferenc Kovacs
On Sun, Oct 16, 2011 at 10:46 PM, Lester Caine wrote: > Pierre Joye wrote: > >> hi, >> >> On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine >> wrote: >> >>> Keith Davis wrote: >>> > From everything that I've heard, there is not much benefit to a x64 > binary for PHP. >>

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Lester Caine
Pierre Joye wrote: hi, On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote: Keith Davis wrote: From everything that I've heard, there is not much benefit to a x64 binary for PHP. Running all 64bit including the database, I'm seeing a reasonable performance improvement over a pure 32 bi

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Pierre Joye
On Sun, Oct 16, 2011 at 5:16 PM, Tomasz Krawczyk wrote: > I was also thinking about x64 php. > Guys, you said that 64 bit PHP is slightly slower than 32 bit, but there > might be areas where x64 will be faster. Let's imagine site basing on image > or video processing. That kind of site could take

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Tomasz Krawczyk
W dniu 2011-10-16 16:07, Pierre Joye pisze: hi Justin! Well, right. The only advantage is the largest maximal available memory. But I'd to say that if one is processing GB of XML data using DOM, then he should seriously consider xmlreader and xmlwriter. They are stream based parser and used a co

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Pierre Joye
hi Justin! On Sun, Oct 16, 2011 at 3:57 PM, Justin Dearing wrote: > On Sun, Oct 16, 2011 at 9:12 AM, Pierre Joye wrote: > >> PHP is slower in 64bit than in 32bit modes. Databases (be oracle, >> mysql or other) are another stories and many of them are faster. >> However one does not have to run p

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Justin Dearing
On Sun, Oct 16, 2011 at 9:12 AM, Pierre Joye wrote: > PHP is slower in 64bit than in 32bit modes. Databases (be oracle, > mysql or other) are another stories and many of them are faster. > However one does not have to run php in 64bit mode to talk to database > servers running in 64bit mode. > >

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Pierre Joye
hi, On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote: > Keith Davis wrote: >>> >>> From everything that I've heard, there is not much benefit to a x64 >> >> binary for PHP. > > Running all 64bit including the database, I'm seeing a reasonable > performance improvement over a pure 32 bit set-u

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Keith Davis
Agreed on the DB side. We run MySQL x64. One area I could see using an x64 binary is that we run Wincache and I could see a scenario in wanting to use more RAM than 32 bit will allow. Sent from my all-powerful iPhone 4, Keith Davis 214-906-5183 On Oct 15, 2011, at 5:57 PM, "Ferenc Kovacs" wro

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Ferenc Kovacs
On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote: > Keith Davis wrote: > >> From everything that I've heard, there is not much benefit to a x64 >>> >> binary for PHP. >> > > Running all 64bit including the database, yeah, running the database servers on 64bit is a must, mostly because of th

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Lester Caine
Keith Davis wrote: From everything that I've heard, there is not much benefit to a x64 binary for PHP. Running all 64bit including the database, I'm seeing a reasonable performance improvement over a pure 32 bit set-up on the same AMD 64bit hardware using 64bit vista order of 10 to 15% faste

RE: [PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Keith Davis
Saturday, October 15, 2011 12:00 PM To: php-windows Subject: Re: [PHP-WIN] PHP 64-bit binaries? Ivan Cenov wrote: > Hello, > > I am searching for PHP binaries for Windows 64-bit. > It seems that such binaries are not supported officially at http://php.net. > There is some old unoffic

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Lester Caine
Ivan Cenov wrote: Hello, I am searching for PHP binaries for Windows 64-bit. It seems that such binaries are not supported officially at http://php.net. There is some old unofficial binaries in the net. http://www.anindya.com/ is the current up to date source and links to a small library of 64

[PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Ivan Cenov
Hello, I am searching for PHP binaries for Windows 64-bit. It seems that such binaries are not supported officially at http://php.net. There is some old unofficial binaries in the net. Why there are no official support for Windows 64 bit? -- Regards, Ivan Cenov OKTO-7 Co., Botevgrad, Bulgaria

[PHP-WIN] PHP 64-bit binaries?

2011-10-15 Thread Ivan Cenov
Hello, I am searching for PHP binaries for Windows 64-bit. It seems that such binaries are not supported officially at http://php.net. There is some old unofficial binaries in the net. Why there are no official support for Windows 64 bit? -- Regards, Ivan Cenov OKTO-7 Co., Botevgrad, Bulgaria

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread Richard Quadling
On 19 August 2011 21:18, James Crow wrote: > On Fri, 19 Aug 2011 21:12:21 +0100, Richard Quadling > wrote: >> On 19 August 2011 19:28, James Crow wrote: >>> On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling >>> >>> wrote: On 19 August 2011 17:13, James Crow wrote: > On Fri, 19 Aug

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread James Crow
On Fri, 19 Aug 2011 21:12:21 +0100, Richard Quadling wrote: > On 19 August 2011 19:28, James Crow wrote: >> On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling >> >> wrote: >>> On 19 August 2011 17:13, James Crow wrote: On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling wrote

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread Richard Quadling
On 19 August 2011 19:28, James Crow wrote: > On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling > wrote: >> On 19 August 2011 17:13, James Crow wrote: >>> On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling >>> >>> wrote: On 19 August 2011 16:16, James Crow wrote: > Hi all, > >

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread James Crow
On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling wrote: > On 19 August 2011 17:13, James Crow wrote: >> On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling >> >> wrote: >>> On 19 August 2011 16:16, James Crow wrote: Hi all, I am using the SOAP client to retrieve data from a

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread James Crow
On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling wrote: > On 19 August 2011 16:16, James Crow wrote: >> Hi all, >> >> I am using the SOAP client to retrieve data from a web server. One field >> in the returned object is a text string that may contain embedded >> carriage >> returns. If I look

Re: [PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread Richard Quadling
On 19 August 2011 16:16, James Crow wrote: > Hi all, > > I am using the SOAP client to retrieve data from a web server. One field > in the returned object is a text string that may contain embedded carriage > returns. If I look at the raw packets they appear as ' ' in the string. > When I get the

[PHP-WIN] PHP 5.3 SoapClient Stripping HTML special characters

2011-08-19 Thread James Crow
Hi all, I am using the SOAP client to retrieve data from a web server. One field in the returned object is a text string that may contain embedded carriage returns. If I look at the raw packets they appear as ' ' in the string. When I get the string in the SoapClient the carriage return has been s

Re: [PHP-WIN] PHP Wiki Windows StepByStepBuild

2011-04-03 Thread Maciej Jaros
-Original Message- From: Jeff McKenna [mailto:jmcke...@gatewaygeomatics.com] Hello everyone, I see that the PHP Wiki has been down, and I want to access the wonderful StepByStepBuild instructions there (http://wiki.php.net/internals/windows/stepbystepbuild). (I even contributed to that

Re: [PHP-WIN] PHP Wiki Windows StepByStepBuild

2011-04-01 Thread Sascha Meyer
ilto:jmcke...@gatewaygeomatics.com] Sent: Friday, April 01, 2011 11:54 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild Hello everyone, I see that the PHP Wiki has been down, and I want to access the wonderful StepByStepBuild instructions there (http://wi

RE: [PHP-WIN] PHP Wiki Windows StepByStepBuild

2011-04-01 Thread Kris Craig
.com] Sent: Friday, April 01, 2011 11:54 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild Hello everyone, I see that the PHP Wiki has been down, and I want to access the wonderful StepByStepBuild instructions there (http://wiki.php.net/interna

[PHP-WIN] PHP Wiki Windows StepByStepBuild

2011-04-01 Thread Jeff McKenna
Hello everyone, I see that the PHP Wiki has been down, and I want to access the wonderful StepByStepBuild instructions there (http://wiki.php.net/internals/windows/stepbystepbuild). (I even contributed to that page) But I need to follow the steps again now and I did not record them locally.

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Kris Craig
> > --Kris > > > > > -Original Message- > From: Pierre Joye [mailto:pierre@gmail.com] > Sent: Wednesday, March 30, 2011 11:33 AM > To: Sascha Meyer > Cc: Curtis Tammany; php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP Startup: Unable to init

RE: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Kris Craig
post a link here, and I'd be happy to take a look. =) --Kris -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Wednesday, March 30, 2011 11:33 AM To: Sascha Meyer Cc: Curtis Tammany; php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP Startup: Unable to ini

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Sascha Meyer
Hi Pierre, Could you check which php.ini is loaded via phpinfo()? I assume you have a php.ini somewhere in your Windows directory pointing to the wrong directory. For what I see in the error, it is the other way 'round. 5.2 is loaded and trying to load 5.3 extensions. right, httpd.conf points to

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Pierre Joye
On Wed, Mar 30, 2011 at 8:27 PM, Sascha Meyer wrote: > Could you check which php.ini is loaded via phpinfo()? I assume you have a > php.ini somewhere in your Windows directory pointing to the wrong directory. For what I see in the error, it is the other way 'round. 5.2 is loaded and trying to loa

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Sascha Meyer
Could you check which php.ini is loaded via phpinfo()? I assume you have a php.ini somewhere in your Windows directory pointing to the wrong directory. @Pierre: thanks for the internal info about how to identify 5.2 vs 5.3 extension, I didn't have a clue about how to interpret the module API

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Pierre Joye
ok. Let me start it again from scratch. [30-Mar-2011 12:09:59] PHP Warning: PHP Startup: bz2: Unable to initialize module Module compiled with module API=20090626, debug=0, thread-safety=1 PHPcompiled with module API=20060613, debug=0, thread-safety=1 API=20060613 IS php 5.2, period. See: h

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Curtis Tammany
This is how it is in httpd.conf: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:/PHP536/" LoadModule php5_module "C:/PHP536/php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL AddType application/x-httpd-php .php I had to upgrade to Apache 2.2.17 as it was t

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Pierre Joye
Again, that's simply not the case. We did check the packages. Double check your config and be sure that a) you actually use 5.3.6 and b) that you actually load 5.3's exts. Cheers, On Wed, Mar 30, 2011 at 7:47 PM, Curtis Tammany wrote: > All of the files came from php-5.3.6-Win32-VC9-x86.msi > >

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Curtis Tammany
All of the files came from php-5.3.6-Win32-VC9-x86.msi Check your package... "Pierre Joye" wrote in message news:AANLkTinJ=y4UJ3nRax=jx1unophn6k2gcklr4bc7v...@mail.gmail.com... sorry but you are. See the API versions. On Wed, Mar 30, 2011 at 7:33 PM, Curtis Tammany wrote: > I had to upgrade

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Maciej Jaros
Dnia 30-03-2011 o 19:33:58 "Curtis Tammany" napisał(a): I had to upgrade to PHP 5.3.6 on a Windows environment. That was ONLY available on windows.php.net as a VC9 version (downloaded the Thread-safe installer) All of the dlls in the ext folder came with PHP 5.3.6 I'm not mixing versions.

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Pierre Joye
sorry but you are. See the API versions. On Wed, Mar 30, 2011 at 7:33 PM, Curtis Tammany wrote: > I had to upgrade to PHP 5.3.6 on a Windows environment. > That was ONLY available on windows.php.net as a VC9 version (downloaded the > Thread-safe installer) > All of the dlls in the ext folder came

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Curtis Tammany
I had to upgrade to PHP 5.3.6 on a Windows environment. That was ONLY available on windows.php.net as a VC9 version (downloaded the Thread-safe installer) All of the dlls in the ext folder came with PHP 5.3.6 I'm not mixing versions.. "Pierre Joye" wrote in message news:AANLkTi=zkyY58WSghM9d=

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Pierre Joye
hi, Module compiled with module API=20090626, debug=0, thread-safety=1 PHPcompiled with module API=20060613, debug=0, thread-safety=1 To me it looks like you are trying to load a php 5.3 extension using php 5.2. On Wed, Mar 30, 2011 at 6:28 PM, Curtis Tammany wrote: > Hello- > > I've finn

Re: [PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Sascha Meyer
Hi Curtis, Curtis wrote: I've finnally got PHP 5.3.6 running under Apache 2.2.17 (on Windows). PHP came from windows.php.net. ... All of the DLLs are in the ext folder and extension_dir is set correctly. The VC9 redistributable is also installed. What is going on?? Just have a look at the side

[PHP-WIN] PHP Startup: Unable to initialize module

2011-03-30 Thread Curtis Tammany
Hello- I've finnally got PHP 5.3.6 running under Apache 2.2.17 (on Windows). PHP came from windows.php.net. I'm seeing these warnings in the PHP log: [30-Mar-2011 12:09:59] PHP Warning: PHP Startup: bz2: Unable to initialize module Module compiled with module API=20090626, debug=0, thread-saf

[PHP-WIN] PHP Help needed

2011-03-16 Thread Gavin Chalkley
Hi All, I am new to PHP and trying to create the follofing I am changing the Database and wanting to list the navigation names in the database, so when one is click the corresponding content is displayed. I have the list from the database displayed as links:

Re: [PHP-WIN] PHP 5.3.5 VC6x86 TS installer problem

2011-01-07 Thread Pierre Joye
hi, Can you open a bug at bugs.php.net please? Thanks, On Thu, Jan 6, 2011 at 10:37 PM, Lars Mueller wrote: > Hi > > Has anyone had the following problem using the installer to install PHP as > an apache module? > > When installing, the http.conf is modified, but it leaves the path blank: > BEG

  1   2   3   4   5   6   7   8   9   10   >