Re: [PHP-WIN] 64 bit platform improvements

2013-12-28 Thread Pierre Joye
On Sat, Dec 28, 2013 at 3:06 PM, Jan Ehrhardt wrote: > "Anatol Belski" in php.windows (Thu, 26 Dec 2013 23:10:41 +0100): >>Yeah, there is a page >>https://bugs.php.net/bugs-generating-backtrace-win32.php , the debug tool >>is in current version 2.0 now, but the screenshots are compatible. > > I am

Re: [PHP-WIN] phpinfo() not finding intl and mbstring

2013-12-15 Thread Pierre Joye
On Sat, Dec 14, 2013 at 10:37 PM, Wendell P wrote: > With PHP 5.5.6 VC11 x64 Non Thread Safe: > > I unpacked the distribution on my machine, keeping the default file > structure but also installing a PECL extension in \ext. Running from the > CLI, everything seems to be working. However, phpinfo()

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger wrote: > Well, here's one of the test images - literally just a test image I took of > a pseudo-toy a while ago: > https://dl.dropboxusercontent.com/u/13327195/13771158254.png > > And, here's the current output/finished off version: > https://dl.dropbo

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
Biker > Skype: BlindZA > '...fate had broken his body, but not his spirit...' > > - Original Message - From: "Jacob Kruger" > To: > Cc: "Pierre Joye" > Sent: Friday, September 06, 2013 8:39 AM > > Subject: Re: [PHP-WIN] GD imagerect

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] GD imagerectangle() function - background transparency?

2013-09-05 Thread Pierre Joye
hi! On Thu, Sep 5, 2013 at 10:35 PM, Jacob Kruger wrote: > Just wondering, if I load an existing image into an image resource, and then > draw a rectangle on it using the GD imagerectangle() function, and > specifically not using the imagefilledrectangle() function, does the new > rectangle/bo

RE: [PHP-WIN] Re: WinCache 1.3.5 release on SourceForge

2013-08-23 Thread Pierre Joye
On Aug 22, 2013 8:07 PM, "Eric Stenson" wrote: > > -Original Message- > From: Tomasz Krawczyk [mailto:tomkr...@gmail.com] > > > > You wrote Zend Opcache has to be enabled in PHP 5.5 so, > > it is an extension, not part of the PHP core, but it > > is bundled with PHP 5.5. > [...] > > > > Ar

Re: [PHP-WIN] WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Pierre Joye
hi Eric! On Tue, Aug 20, 2013 at 9:14 PM, Eric Stenson wrote: > The IIS team has published the release version of WinCache Extension 1.3.5 > for PHP 5.5 > . > This is the latest stable

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:

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 >>

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-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 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 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] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Pierre Joye
hi! On Mon, Aug 12, 2013 at 11:24 PM, Jacob Kruger wrote: > What with trying to store image data in mySQL database, I am saving the > results of fread() function carried out using the file handle returned from > fopen(), with the "rb" argument to tell it the file is for binary reading. > > Eith

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] Cropping images with fading outline effects, using GD, etc.?

2013-08-07 Thread Pierre Joye
hi! Can you post a link to an image showing what you like to achieve? With the src image? Thanks! On Wed, Aug 7, 2013 at 9:46 AM, Jacob Kruger wrote: > I need/want to be able to take either uploaded, or stored image files, and > crop them into either rectangular, or elliptical pieces/shapes, a

Re: [PHP-WIN] Re: Running more PHP-versions with php_opcache.dll

2013-07-15 Thread Pierre Joye
hi! On Wed, Jul 10, 2013 at 4:42 PM, Jan Ehrhardt wrote: > Hi Pierre, > > Getting back on topic. > > Jan Ehrhardt in php.windows (Tue, 09 Jul 2013 23:11:36 +0200): >>Steffen from Apachelounge said something interesting: >>"Opcache is creating in his temp dir " >>http://www.apachelounge.com/vi

Re: [PHP-WIN] Re: Running more PHP-versions with php_opcache.dll

2013-07-10 Thread Pierre Joye
hi, On Wed, Jul 10, 2013 at 10:28 AM, Jan Ehrhardt wrote: > Jan Ehrhardt in php.windows (Tue, 09 Jul 2013 23:11:36 +0200): >>Pierre Joye in php.windows (Tue, 9 Jul 2013 22:39:17 +0200): >>>I do not understand why you build everything from scratch. Providing the >>>m

Re: [PHP-WIN] Re: Running more PHP-versions with php_opcache.dll

2013-07-09 Thread Pierre Joye
On Jul 9, 2013 7:54 PM, "Jan Ehrhardt" wrote: > > Hi Pierre, > > Pierre Joye in php.windows (Tue, 9 Jul 2013 19:06:04 +0200): > For what purpose should I use two php.ini's? > For running two versions > with their own OPcache? That is what this whole discus

Re: [PHP-WIN] Re: Running more PHP-versions with php_opcache.dll

2013-07-09 Thread Pierre Joye
On Tue, Jul 9, 2013 at 4:23 PM, Jan Ehrhardt wrote: > Jan Ehrhardt in php.windows (Sun, 07 Jul 2013 22:41:12 +0200): >>I am having troubles configuring multiple PHP-versions, all running >>under Apache 2.4.4 with their own OPcache. My feeling at the moment is >>that under Windows you can only have

Re: [PHP-WIN] Running more PHP-versions with php_opcache.dll

2013-07-08 Thread Pierre Joye
hi Jan, On Tue, Jul 9, 2013 at 7:21 AM, Jan Ehrhardt wrote: > "Anatol Belski" in php.windows (Mon, 8 Jul 2013 18:54:30 +0200): >>You can try to run from another user account, then the mmap filename will >>change. > > Just curious: how is this done on Linux? As far as I know both PHP's on > my Cen

Re: [PHP-WIN] Building PHP 5.5 on XP with VC9

2013-06-30 Thread Pierre Joye
hi! On Sun, Jun 30, 2013 at 3:46 PM, Tomasz Krawczyk wrote: > Hi guys! > > I don't have VC 2012 yet. > I see there are deps available to download for VC9. I know support for > Windows XP and 2003 was dropped since PHP 5.5. So I can't run PHP 5.5 on > XP/2003. But I don't know if machine used for

Re: [PHP-WIN] Re: Blenc 1.12 DLL for PHP 5.3 TS

2013-06-28 Thread Pierre Joye
On Fri, Jun 28, 2013 at 9:48 PM, Momchil Bozhinov wrote: > Спасибо Анатолий > > > > > > Now, if you could tell me why my configure.js would not > recognize this extension? > > > > > > I've been using this guide for quite some time with no > problems so far fix has been committed: http://svn.php.

Re: [PHP-WIN] php_win32service.dll with PHP 5.4.13

2013-04-03 Thread Pierre Joye
On Wed, Apr 3, 2013 at 3:13 PM, Momchil Bozhinov wrote: > I have this huge problem, hope you can help me with. > I compile my own PHP with an additional PECL > (php_win32service) > > > Unfortunately, the ext was not working properly. The windows > service wouldn’t start. > > > So I downloaded th

Re: [PHP-WIN] Facebook and twitter API usage/implementation using PHP classes/modules?

2013-04-02 Thread Pierre Joye
both have a PHP SDK with many examples. https://dev.twitter.com/docs/twitter-libraries https://github.com/facebook/php-sdk On Tue, Apr 2, 2013 at 9:26 AM, Jacob Kruger wrote: > I know there are specific bits of documentation, etc. out there, but, just > thought might as well also ask on list if

Re: [PHP-WIN] Dropping support of Windows XP

2012-11-17 Thread Pierre Joye
hi Lester, On Sat, Nov 17, 2012 at 11:58 AM, Lester Caine wrote: > Pierre Joye wrote: >> >> Nothing forces you to update to 5.5. 5.4 supports XP and 2003 and will >> do for its full life (3 years). >> >> Both XP and 2k3 are not supported anymore by Microsoft, th

Re: [PHP-WIN] Dropping support of Windows XP

2012-11-17 Thread Pierre Joye
hi, On Fri, Nov 16, 2012 at 7:20 PM, Mayur Patil wrote: > Hello All, > >Today with New release of version 5.5.0 PHP has achieved >great development milestone. But has dropped support >for XP. I am wondering that most of people still using Windows >XP while most them has shifted fr

Re: [PHP-WIN] Re: Need php_wincache.dll for PHP 5.4

2012-05-08 Thread Pierre Joye
hi! why don't you ask the authors directly instead of using random binaries? On Tue, May 8, 2012 at 8:59 AM, Jan Ehrhardt wrote: > "Keith Davis" in php.windows (Mon, 7 May 2012 18:39:09 -0500): >>Wait. Did you compile 1.3.0? We were never told that this was compiled >>and we're actively working

Re: [PHP-WIN] Re: windows.php.net down?

2012-04-12 Thread Pierre Joye
hi! On Thu, Apr 12, 2012 at 6:25 AM, Tommy Pham wrote: > On Wed, Apr 11, 2012 at 9:24 PM, Tommy Pham wrote: >> Hi, >> >> Has anyone able to access the windows.php.net site? >> >> TIA, >> Tommy > > NVM, something must of happened for a minute there... Must have been a dns/external issue, no down

Re: [PHP-WIN] APC extension / PHP 5.4

2012-03-17 Thread Pierre Joye
hi, On Fri, Mar 16, 2012 at 11:16 PM, Sergei wrote: > Thanks for the reply, yes it works fine under *nix. I do most of my work on > Win7, thus the question specifically about Windows. > And my APC build from SVN just stops responding randomly after a while. APC works fine on windows too, we ha

Re: [PHP-WIN] Is there going to be an MSI for php 5.4?

2012-03-09 Thread Pierre Joye
e it. Was going to suggest adding IIS express >> support to it. >> >> I can live with phpmanager for IIS andthe command line tools, I find the >> MSI superior and was looking forward to figuring out how to do custom >> silent installs  with it. >> >> Justin &g

Re: [PHP-WIN] Is there going to be an MSI for php 5.4?

2012-03-08 Thread Pierre Joye
hi, As of now, no more msi. In the need of it? On Thu, Mar 8, 2012 at 10:38 PM, Justin Dearing wrote: > Hello, > > I'm curious as to the plan for msi installers for PHP 5.4? Is this going to > continue? Is the installer being rewritten? > > Thanks, > Justin -- Pierre @pierrejoye | http://bl

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] 5.3.9RC2 and 5.4RC2

2011-11-28 Thread Pierre Joye
On Mon, Nov 28, 2011 at 5:51 AM, Tommy Pham wrote: > Can someone please confirm if you're able to create/drop MySQL > database on using phpMyAdmin with PHP 5.3.9RC2 or PHP5.4RC2? Please use the sqlsrv or mysql functions directly with CREATE/DROP queries in a little script, it will be easier to d

Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
> would have been a big problem for us. The new person? I did not hear of a new switch lately (there was one earlier this year but then not). Cheers, > > Keith Davis (214) 906-5183 > > > -----Original Message- > From: Pierre Joye [mailto:pierre@gmail.com] > Sent:

Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
hi, I just uploaded two zip for sqlsrv and 5.4. I did not test them and they are no official builds, only for testing purposes (so is 5.4 :). you can find them at http://www.php.net/~pierre/ Cheers, On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > Hi everyone, > > 5.3.9RC2 works fine with

Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
hi, On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > Hi everyone, > > 5.3.9RC2 works fine with all my apps so far.  5.4RC2 broke with sqlsvr > and its PDO in addition to Wincache, which I've already brought to MS' > attention. Please report a bug at http://pecl.php.net/package/sqlsrv http://

Re: [PHP-WIN] gd2 with t1lib

2011-11-23 Thread Pierre Joye
hi, we do not support T1lib. If there is a bug with ft2 and PS fonts, then we have to report it there, but we won't add T1 support at this stage, this library is not well maintained and FT2 is actively supporting PS fonts. On Tue, Nov 22, 2011 at 6:12 PM, Blackjack wrote: > @Pierre

Re: [PHP-WIN] gd2 with t1lib

2011-11-19 Thread Pierre Joye
ot;, array('flags'=>gdFTEX_IsoLatin1)); > > Since I could not find (or understand) a documentation for the extrainfo > parameter, am I wrong with my code? Or is there an other solution? > > > > "Pierre Joye"  schrieb im Newsbeitrag > news:caezptu7hy03-

Re: [PHP-WIN] gd2 with t1lib

2011-11-17 Thread Pierre Joye
hi, Freetype supports postscript fonts as well, what prevents you to use the ft functions? On Wed, Nov 16, 2011 at 8:39 PM, blackjack wrote: > I just upgraded from php 5.2.3 to 5.3.8-nts-win32-vc9-x86 with the installer > from php.net. > Unfortunately the precompiled php_gd2.dll does not suppor

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 &g

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-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 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 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

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] Three new versions of EasyPHP (WAMP package) with PHP 5.3.6, 5.3.7 RC3 and 5.4.0 alpha2

2011-07-24 Thread Pierre Joye
hi, Thanks for the headup! Do you maintain easyphp? Cheers, On Sun, Jul 24, 2011 at 5:37 PM, Laurent Abbal wrote: > Those versions are important ones. For the first time, you can configure > Apache (httpd.conf) and PHP (php.ini) directly from the administration page. > Thus, you can adapt easi

Re: [PHP-WIN] CSPRNG under windows.

2011-07-19 Thread Pierre Joye
hi, I did not try to access it using COM, but if the scprng you want is the default provider, you can simply call openssl_random_pseudo_bytes which uses the same API that what you are trying to call (php 5.3.7RC+). Cheers, On Wed, Jul 20, 2011 at 5:49 AM, cythrawll wrote: > Hello PHP, > > I hav

Re: [PHP-WIN] binary-tools.zip

2011-06-09 Thread Pierre Joye
On Thu, Jun 9, 2011 at 2:19 PM, Lester Caine wrote: > Pierre Joye wrote: >> >> On Thu, Jun 9, 2011 at 1:40 PM, Lester Caine  wrote: >>> >>> Lester Caine wrote: >>>> >>>> Pierre - I've been having problems with the VS2008 tool ch

Re: [PHP-WIN] binary-tools.zip

2011-06-09 Thread Pierre Joye
On Thu, Jun 9, 2011 at 1:40 PM, Lester Caine wrote: > Lester Caine wrote: >> >> Pierre - I've been having problems with the VS2008 tool chain on the >> Vista box, so I'm staring again clean on a new Windows7 box. >> >> Question 1 ... should we stay with VS2008 or will VS2010 work - with >> SDK6.1?

Re: [PHP-WIN] FWAP Install

2011-06-09 Thread Pierre Joye
hi, Advice to anyone using this tutorial: 1. Official binaries are here: http://windows.php.net 2. x64 is not supported, use it as your own risk . it is not recommended to run php on windows with x64 . many libraries and php areas have not been tested, validated or are known to have issues

[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Pierre Joye
On Tue, Jun 7, 2011 at 7:53 PM, Philip Olson wrote: > And this is a call for someone or some people to do the work by raising a > hand, posting an RFC, writing code, whatever it takes. But I think people > assume either it's going to eventually happen, or that php.net is happy with > the curre

[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Pierre Joye
On Tue, Jun 7, 2011 at 6:15 PM, Philip Olson wrote: >> I don't feel quite so bad now about not being able to update my own builds, >> but a matching Additional Extensions section for the x86 builds would just >> finish the picture. > > If the PHP+Windows community developed a reliable system tha

[PHP-WIN] Re: [PHP-DEV] Windows builds

2011-06-07 Thread Pierre Joye
Lester, We are now all aware of your constant bashing about our work for php on windows, but could you please give us some rest and post this wherever you like. And no you won't get a official ok for this build or any other but what we have already numerous times discuss. The same applies even mo

Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Pierre Joye
hi, check out the hundred examples out there, google with imap gmail will give you some of them. Cheers, On Tue, May 31, 2011 at 3:08 PM, Larry L. wrote: > Hi, > > I'm a newbie and trying to send mail using my gmail account from the Windows > 7 machine I'm using to run PHP scripts from. Can some

Re: [PHP-WIN] Using .Net assemblies with PHP

2011-05-18 Thread Pierre Joye
On Wed, May 18, 2011 at 12:34 AM, Trevor wrote: > In my testing, I can load a browser page with 1,000 encryption/decryption > operations in less than 2 seconds. Since I really only need to do at most a > couple at a time (which comes back instantly), I can't really complain about > the performance

Re: [PHP-WIN] Using .Net assemblies with PHP

2011-05-17 Thread Pierre Joye
hi, Interesting but it is somehow poor in term of performance (not very important in most cases). As a somehow cleaner alternative (COM is such a pain), I use C++/CLI. For example I wrote (early stage but works) an extension for the MS Chart module, you can see it here https://github.com/pierrejo

Re: [PHP-WIN] Building PHP 5.2.X on VC9‏

2011-04-21 Thread Pierre Joye
2011/4/21 Andres Herrera : > Thanks Pierre, Its not the answer I was hoping for but, I appreciate the > response. > Now to find a copy of VC6. You won't find any legal copy from microsoft, don't look there that will spare you some time. Be sure to find the enterprise version or the resulting bina

Re: [PHP-WIN] Building PHP 5.2.X on VC9‏

2011-04-20 Thread Pierre Joye
2011/4/21 Andres Herrera : > > Hello all, > > I've been tasked to create Production ready builds of > PHP 5.2.17 and PHP 5.3.6 to run on IIS 7.0 web servers. Our builds are production ready. Why do you want to build them again on your own? > The > StepByStepBuild wiki instructions were perfect, I

Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-04-06 Thread Pierre Joye
On Wed, Apr 6, 2011 at 6:54 PM, Logan L wrote: > It might be ok with the security guys if the builds were released as > official builds from the ASF courtesy of the apachelounge. > > I agree for personal development use, apachelounge might be ok. I have used > them for local development in the pas

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-05 Thread Pierre Joye
that's totally unrelated. His problem is a basic installation issue. Either the OCI client is missing or he is loading the wrong version (11G in 5.3 requires version 11). A wrong ISAPI would give a different error, like "this module is built for xyz but foo is used" API error check. Cheers, On W

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Pierre Joye
I'm not sure where you looked but the manual is full of complete solution to install php on windows. Cheers, On Tue, Apr 5, 2011 at 1:54 AM, Fred Silsbee wrote: > thanks! recently had to rebuild XP Prof and Fedora 14 > > as I remember, the php_oci8.dll is NOT used by Oracle. > > There is NO work

Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-04-04 Thread Pierre Joye
On Mon, Apr 4, 2011 at 10:10 PM, Logan L wrote: > From a security perspective, using the ApacheLounge binaries is not an > option for us. It is too dependent on one person whom is not directly > associated with the ASF. Many other projects are moving to VC9 builds as well. For example easyphp mo

Re: [PHP-WIN] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-01 Thread Pierre Joye
Tell your manager to use nagios or similar tools Also please don't cross posts, double posts or ask us to do your job without having done some minimal research before. Thanks, Cheers, On Fri, Apr 1, 2011 at 6:07 PM, Santosh gunat wrote: > Hi, > > I am in a big problem, > > My manager gave a tas

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 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 Pierre Joye
2-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: >>

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

2011-03-30 Thread Pierre Joye
e ext folder came with PHP 5.3.6 > > I'm not mixing versions.. > > > "Pierre Joye" wrote in message > news:AANLkTi=zkyY58WSghM9d=urMUPBTSsgfqk=20nyou...@mail.gmail.com... > hi, > > Module compiled with module API=20090626, debug=0, thread-safety=1 > PHP    

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] Compiling PHP_YAZ with PHP 5.3

2011-03-30 Thread Pierre Joye
hi, See the previous discussion about that. Pretty much everything you need, until we got our wiki back online. Cheers, On Wed, Mar 30, 2011 at 12:49 AM, Maciej Jaros wrote: > Hi. > > I'm trying to compile PHP YAZ on Windows 7 32-bit with Visual Studio 2008 > Express. I've seen some of people o

Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-03-26 Thread Pierre Joye
On Sat, Mar 26, 2011 at 1:47 AM, Tommy Pham wrote: > I've never tested the difference for performance.  If that's the case, > any particular reason to stop support ISAPI for IIS then? or is > FastCGI faster than ISAPI for IIS? It is faster, however the ISAPI was not maintained and has issues. Bu

Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-03-25 Thread Pierre Joye
On Fri, Mar 25, 2011 at 8:12 PM, Tommy Pham wrote: > There used to be a VC6 binary release for PHP v5.3.3 at > windows.php.net but I don't see a VC6 build for v5.3 now.  Any way, > since you're using using Windows, why not just run it as FastCGI?  It > runs fine on Win2003 (x86), Win7 x64, Win08

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Pierre Joye
On Mon, Mar 21, 2011 at 2:05 PM, Cindy Harper wrote: > And another question I've never been clear on - if I have already downloaded > the compiled php 5.3.x, and the compiled php_yaz, is it necessary to compile > a new PHP with yaz enabled if I want to enable yaz? Or could I just have put > the ph

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Pierre Joye
hi, You don't need zlib to compile yaz. As long as you have a working yaz library (.lib and headers), all you should do is: configure --disable-all --enable-cli --with-yaz=shared nmake for the Thread Safe build (apache module). And: configure --disable-all --enable-cli --with-yaz=shared --disa

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Pierre Joye
hi, You can fetch the Windows Platform SDK 6.1, which includes VC9 too. Cheers, On Sun, Mar 13, 2011 at 10:39 AM, Richard Quadling wrote: > On 13 March 2011 09:36, Richard Quadling wrote: >>> I don't know much about compiling PECL modules, and after I've compiled, >>> when I test, I get a Fata

Re: [PHP-WIN] php_dbase.dll

2011-01-31 Thread Pierre Joye
hi, This extension is not maintained anymore and has been moved out of the core. Cheers, 2011/1/31 Morgan : > Hello, Php-windows. > > In version 5.2.17 was a library php_dbase.dll, after upgrading to 5.3.5 >  this library is not, tell me where to download the Windows version of PHP >  5.3.5 VC6

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Tue, Jan 18, 2011 at 4:24 PM, Todd Keup wrote: >>> Does the official version of Apache support FastCGI? If so, can you >>> use official Apache (VC6) with VC9 PHP? > >>> Along the lines of IIS->FastCGI->PHP(nts) > > No, do not use the ASF builds with VC9, the ASF builds are VC6.  That is > what

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Tue, Jan 18, 2011 at 2:50 PM, Todd Keup wrote: > I'm just a little confused.  Are you saying that the VC9 version can indeed > be used, but to do so we need to use apache binaries downloaded from the > apachelounge web site instead? Yes -- Pierre @pierrejoye | http://blog.thepimp.net | ht

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Mon, Jan 17, 2011 at 10:20 PM, Todd Keup wrote: > But the .dll is named in the faulting module path ... >   C:\php\aspell-15.dll > ... which happens to be the bundled .dll in the binary distribution from PHP > Windows downloads.  That's the part that has me confused. > > I do indeed have a 5.3.

Re: [PHP-WIN] Question to the developers, I hope they read this thread.

2011-01-17 Thread Pierre Joye
hi, As I said numerous times in this list already, using x64 builds on Windows brings nothing at this stage (but the fun to run x64 bins). It can even be slower than 32bit builds. For IIS, the recommended setup is to use 32bit PHP as FastCGI (even if windows itself is 64bit). Apache does not supp

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-17 Thread Pierre Joye
hi, It could be some bad DLLs in your PATHs. But aspell is not supported anymore on Windows, I would suggest to move to Enchant instead (and 5.3 while being). Cheers, On Fri, Jan 14, 2011 at 8:06 PM, Todd Keup wrote: > I'm running Apache 2.2.17.0 on Windows 7 Ultimate 64-bit with 8 GB RAM. > Bo

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

Re: [PHP-WIN] windows 2008 R2, Apache 2.2, Php 5.3.4, phpinfo () renders as a white page

2010-12-10 Thread Pierre Joye
he is asking about apache 2.2 On Fri, Dec 10, 2010 at 2:52 PM, Tommy Pham wrote: >> -Original Message- >> From: G?ran Eriksson [mailto:goraneriks...@vannasnet.se] >> Sent: Friday, December 10, 2010 5:05 AM >> To: php-windows@lists.php.net >> Subject: [PHP-WIN] windows 2008 R2, Apache

Re: [PHP-WIN] building binary libraries

2010-11-28 Thread Pierre Joye
mpt to > patch it to build purely in VS? > > Thanks, > Tommy > > [1] http://wiki.php.net/internals/windows/libs/libiconv > >> -Original Message- >> From: Pierre Joye [mailto:pierre@gmail.com] >> Sent: Sunday, November 28, 2010 3:26 AM >> To: Tom

Re: [PHP-WIN] building binary libraries

2010-11-28 Thread Pierre Joye
hi, We don't use nor rely on cygwin or mingw. See: http://wiki.php.net/internals/windows/stepbystepbuild Cheers, On Sun, Nov 28, 2010 at 5:32 AM, Tommy Pham wrote: > Hi, > > What do you use to build the necessary binary libraries, such as libiconv? > Cygwin? MinGW? > > Thanks, > Tommy > > > --

Re: [PHP-WIN] "CLI has stopped working"

2010-11-18 Thread Pierre Joye
hi, Download a decent PHP version from http://windows.php.net and try again (I have no idea what MS4W is :). Cheers, On Thu, Nov 18, 2010 at 5:41 PM, Jeff Dege wrote: > I'm trying to run a command-line php script, using php.exe version 5.2.6 > (This is the version of PHP that is included with

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-18 Thread Pierre Joye
It is not about the binaries working well or not. It is about binary compatibility. It does not matter if you build everything yourself and does not rely on php.net's binaries, but it does if you have to build extensions to be used with PHP.net's releases. On Thu, Nov 18, 2010 at 1:36 PM, Richard

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-17 Thread Pierre Joye
at 9:53 PM, Justin Dearing wrote: > Meant to reply to everyone > > > -- Forwarded message -- > From: Justin Dearing > Date: Wed, Nov 17, 2010 at 3:53 PM > Subject: Re: [PHP-WIN] PHP 5.3.4 has built > To: Pierre Joye > > > So wait we can use the Win

Re: [PHP-WIN] PHP 5.3.4 has built

2010-11-17 Thread Pierre Joye
hi, Nice, finally! :) On Wed, Nov 17, 2010 at 9:17 PM, Steven Scott wrote: > Thanks to everyone for the help.  I created a new image with Visual > Studio 2008 Express.  Added the Windows 7.0 SDK and then configured > the system to use that version.  Followed the build instructions, and > I now h

Re: [PHP-WIN] Re: Build with More Debug

2010-11-02 Thread Pierre Joye
Tommy Pham wrote: >> -Original Message- >> From: Steven Scott [mailto:chowarm...@gmail.com] >> Sent: Tuesday, November 02, 2010 10:39 AM >> To: Tommy Pham >> Cc: Pierre Joye; rquadl...@googlemail.com; php-windows >> Subject: Re: [PHP-WIN] Re: Build with More

Re: [PHP-WIN] New clean compile of the 5.3.3 snapshot fails.

2010-10-30 Thread Pierre Joye
hi, On Fri, Oct 29, 2010 at 10:01 PM, Steven Scott wrote: > From what I can see, the WinNT.h file is not included in the > ext\standard\info.c It is using windows.h which is always included. Something is definitively wrong in your setup, I cannot say what or why, maybe the SDK broke the VS Ex

[PHP-WIN] Re: Build with More Debug

2010-10-27 Thread Pierre Joye
version of the SDK? What else did you install? SDK 6.1 or 7.x work just fine here, by default, no magic... On Wed, Oct 27, 2010 at 9:24 PM, Steven Scott wrote: > On Wed, Oct 27, 2010 at 2:51 PM, Pierre Joye wrote: >> On Wed, Oct 27, 2010 at 8:15 PM, Steven Scott wrote: >>

[PHP-WIN] Re: Build with More Debug

2010-10-27 Thread Pierre Joye
On Wed, Oct 27, 2010 at 8:15 PM, Steven Scott wrote: > Interesting, but I do not see an include for WinNT.h in the info.c > file.  It is in my code too, but I do not see a reference to it in the > source code on this machine. What do you use to compile php? SDK Console? Cheers -- Pierre @pi

[PHP-WIN] Re: Build with More Debug

2010-10-25 Thread Pierre Joye
hi, I installed dozen of times the same tools&SDK without issues. I cannot say what happened on your box but your setup is a mess, sadly. Uninstall the SDK & VS and install them again. It will be much faster than trying to fix the mess. Cheers, On Mon, Oct 25, 2010 at 3:31 PM, Steven Scott wr

Re: [PHP-WIN] Compile Problem on Visual Studio 2010

2010-10-22 Thread Pierre Joye
On Fri, Oct 22, 2010 at 7:52 PM, Steven Scott wrote: > I am running Visual Studio 2010, but the changes show: VC10 works just fine here (many boxes). What do you use? Visual studio console or the SDK (7.x includes VC10)? Both work well, but you may have messed up your setup (or SDK install broke

Re: [PHP-WIN] Compile Problem on Visual Studio 2010

2010-10-22 Thread Pierre Joye
hi, Follow these instructions: http://wiki.php.net/internals/windows/stepbystepbuild Cheers, On Fri, Oct 22, 2010 at 2:58 PM, Steven Scott wrote: > Not sure if this is the right list for this question, but I have not > found a better one on the PHP site to reference. > > I am unable to build P

Re: [PHP-WIN] Header files for the Windows packages

2010-10-14 Thread Pierre Joye
hi, On Thu, Oct 14, 2010 at 8:51 PM, Zouzou wrote: >> >> devel files like what is available on linux won't happen in a near future. > > May i know the reasons why, or a pointer to a discussion that explains it? I > haven't been able to find it. > I am also wondering why a library file is being d

Re: [PHP-WIN] Header files for the Windows packages

2010-10-14 Thread Pierre Joye
hi, To build PHP or extensions on Windows, see http://wiki.php.net/internals/windows/stepbystepbuild devel files like what is available on linux won't happen in a near future. Cheers, On Thu, Oct 14, 2010 at 7:50 PM, Zouzou wrote: > Hi, > > I am using PHP on Windows (IIS), and currently creati

  1   2   3   >