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...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, Mar 8, 2012 at 4:41 PM, Steven Scott wrote:
> On Thu, Mar 8, 2012 at 7:34 PM, Justin Dearing wrote:
>> Pierre,
>>
>> I don't NEED it but I like 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
>> M
On Mon, Nov 28, 2011 at 1:34 AM, Pierre Joye wrote:
> 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
On Sun, Nov 27, 2011 at 7:32 AM, Pierre Joye wrote:
> 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,
>
Hi Pierre,
I really appreci
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. What's the estimated official release of 5.4? I can't
wait for the feature session.upload_progress* in 5.4 which I need to
do some
On Thu, Nov 17, 2011 at 8:45 AM, Niel Archer wrote:
Nice e-mail address!! Very original :D
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, Mar 25, 2011 at 1:44 PM, Pierre Joye wrote:
> 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 usi
On Fri, Mar 25, 2011 at 12:12 PM, Tommy Pham wrote:
> On Fri, Mar 25, 2011 at 10:52 AM, Curtis Tammany
> wrote:
>> Help!! I am in a Windows environment (XP SP3 for development and Server 2003
>> for production. I have to upgrade to PHP 5.3.6. It does not appear to work
>
On Fri, Mar 25, 2011 at 10:52 AM, Curtis Tammany wrote:
> Help!! I am in a Windows environment (XP SP3 for development and Server 2003
> for production. I have to upgrade to PHP 5.3.6. It does not appear to work
> with either Apache 2.2.11 or the new 2.2.17 from Apache Lounge. Apache will
> run by
On Sat, Mar 12, 2011 at 2:07 PM, Bill Mudry wrote:
> For now, I thank those helping me with the strange absence of some UV photos
> when others
> were showing. The problem still exists, so I will get back to it again on
> another day when some
> matters of greater priority are taken care of.
>
> T
On Tue, Mar 1, 2011 at 1:37 PM, Charles W Buege wrote:
> Hello out there -
>
> If anyone can help me, it'll be greatly appreciated!!
>
> I'm working with the pChart (http://www.pchart.net) PHP chart framework
> and think it is a fantastic program/product. I am NOT knocking pChart at
> all - I'm j
On Sun, Feb 27, 2011 at 1:03 PM, Bill Mudry wrote:
> I finally got code going to show off UV fluorescent (wood) photos. All pages
> are dynamically formed with PHP and MySQL. Most photos show but, strangely
> --- some do not, even though it is the same code that is forming each page
> according t
On Sat, Feb 5, 2011 at 2:29 AM, Tommy Pham wrote:
> On Sat, Feb 5, 2011 at 12:19 AM, Niamathullah Sharief
> wrote:
>> Yes i am using local system, So now i changed as "localhost" instead of
>> smtp.gmail.com. But still i am getting the below error
>>>
>
On Sat, Feb 5, 2011 at 12:19 AM, Niamathullah Sharief wrote:
> Yes i am using local system, So now i changed as "localhost" instead of
> smtp.gmail.com. But still i am getting the below error
>>
>> Warning: mail() [function.mail]: SMTP server response: 550-5.7.1
>> [122.163.25.135] The IP you're u
> -Original Message-
> From: Tommy Pham [mailto:tommy...@gmail.com]
> Sent: Friday, February 04, 2011 4:21 PM
> To: 'Bill Mudry'
> Cc: 'php-windows@lists.php.net'
> Subject: RE: [PHP-WIN] Search engine won't page properly
>
> >
> -Original Message-
> From: Tommy Pham [mailto:tommy...@gmail.com]
> Sent: Friday, February 04, 2011 3:49 PM
> To: 'Bill Mudry'
> Cc: 'php-windows@lists.php.net'
> Subject: RE: [PHP-WIN] Search engine won't pag
$_GET[$s]. IIRC, PHP is not case specific, not like Java and C#.
>Echo "\$s on line 69 is - $s"; //debug statement
>?>
>
> [/CODE]
On Fri, Feb 4, 2011 at 8:05 AM, Bill Mudry wrote:
> At 12:11 AM 04/02/2011, Tommy Pham wrote:
>
> Bill,
>
> Tha
Bill,
That's a lot of reading ... Anyway, this seems to be a 'general' PHP
question. If I understood you correctly, you're having problem getting PHP
to page the SQL results? If so, look the below code logic and adapt as
necessary:
$numOfResults = 10; // change this to your need
if( !empty($_GE
1) Which SMTP server are you trying to use? On your local system? Or
smtp.gmail.com?
2a) If local system, which are are using? MS' SMTP or 3rd party like hmail?
Are you sure the server is configured properly and that the service is
running? Run this in command prompt:
netstat -ano | more
Yo
> -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 2.2, Php 5.3.4, phpinfo ()
> renders as a white page
>
> I have installed a clean windows 2
> -Original Message-
> From: Elizabeth M Smith [mailto:auroraeosr...@gmail.com]
> Sent: Thursday, December 02, 2010 9:59 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
>
> > Hi Pierre,
> >
> > It's more of a learning exercise and to test x64 on Win
> -Original Message-
> From: Pierre Joye [mailto:pierre@gmail.com]
> Sent: Sunday, November 28, 2010 1:15 PM
> To: Tommy Pham
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
> Using makefiles or custom scripts, depends on t
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: Tommy Pham
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] building binary libraries
>
> hi,
Hi,
What do you use to build the necessary binary libraries, such as libiconv?
Cygwin? MinGW?
Thanks,
Tommy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, Nov 2, 2010 at 11:16 PM, Ferenc Kovacs wrote:
>
>
> On Wed, Nov 3, 2010 at 12:38 AM, Tommy Pham wrote:
>>
>> Hi,
>>
>> The 6.0 snapshot used to be available on snaps.php.net. Has it been
>> renamed
>> to 'trunk' on snaps? Does
Hi,
The 6.0 snapshot used to be available on snaps.php.net. Has it been renamed
to 'trunk' on snaps? Does anyone know where I can get the source code for
6.0? I'd like to try it out on Windows.
Thanks,
Tommy
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
> -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 Debug
>
> On Tue, Nov 2, 2010
> -Original Message-
> From: Tommy Pham [mailto:tommy...@gmail.com]
> Sent: Tuesday, November 02, 2010 8:53 AM
> To: 'Steven Scott'
> Cc: 'Pierre Joye'; 'rquadl...@googlemail.com'; 'php-windows'
> Subject: RE: [PHP-WIN] Re: Build
> -Original Message-
> From: Steven Scott [mailto:chowarm...@gmail.com]
> Sent: Tuesday, November 02, 2010 5:59 AM
> To: Tommy Pham
> Cc: Pierre Joye; rquadl...@googlemail.com; php-windows
> Subject: Re: [PHP-WIN] Re: Build with More Debug
>
> On Tue, Nov 2, 2010
> -Original Message-
> From: Pierre Joye [mailto:pierre@gmail.com]
> Sent: Wednesday, October 27, 2010 12:25 PM
> To: Steven Scott
> Cc: rquadl...@googlemail.com; php-windows
> Subject: [PHP-WIN] Re: Build with More Debug
>
> version of the SDK?
>
> What else did you install?
>
> SDK
> -Original Message-
> From: Steven Scott [mailto:chowarm...@gmail.com]
> Sent: Friday, October 22, 2010 5:58 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Compile Problem on Visual Studio 2010
>
> Not sure if this is the right list for this question, but I have not found
a
> bet
On Wed, Oct 20, 2010 at 3:18 PM, Tac Tacelosky wrote:
> "Premature optimization is the root of all evil."
> http://en.wikipedia.org/wiki/Program_optimization
> If you need to include a big library to do a task, and it's cached, so what?
> Why are you trying to write fast code that doesn't need ca
> -Original Message-
> From: Keith Davis [mailto:keithda...@pridedallas.com]
> Sent: Wednesday, October 20, 2010 2:09 PM
> To: Tac Tacelosky; Tommy Pham
> Cc: php-windows
> Subject: RE: [PHP-WIN] speed of require/include
>
> Or use Wincache. That's what we
Hi everyone,
I think this question is general PHP but because I'm using Windows for
development at the moment and was wondering if it's related to Windows.
Does the speed of require/require_once/include/include_once depends on disk
activity, buffers (disks, controller, Windows)? I can't seem to g
> -Original Message-
> From: Richard Quadling [mailto:rquadl...@gmail.com]
> Sent: Tuesday, October 12, 2010 7:04 AM
> To: 惠新宸
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Line by line debugger for PHP for command line
> work.
>
> On 12 October 2010 14:58, 惠新宸 wrote:
> > Hi:
>
I tried that also. Just not my month :(... a lot of things haven't going
right...
> -Original Message-
> From: Steven Scott [mailto:chowarm...@gmail.com]
> Sent: Wednesday, September 15, 2010 10:06 AM
> To: Tommy Pham
> Cc: php-windows@lists.php.net
> Subject:
is is the first I had to read
15+ pages of google for troubleshooting setting up and still no luck...
Thanks everyone for your help,
Tommy
> -Original Message-
> From: Steven Scott [mailto:chowarm...@gmail.com]
> Sent: Wednesday, September 15, 2010 7:22 AM
> To: T
; Ecartis v1.0.0 - job execution complete.
As per it's instruction, I was to send this:
// job
appsub xdebug-general tommy...@gmail.com \ 4C901D90:209D.1:kqrohttrareny //
eoj
Thanks,
Tommy
> -Original Message-
> From: Pierre Joye [mailto:pierre@gmail.com]
> Sent: Wednes
> -Original Message-
> From: stao [mailto:s...@china4d.com]
> Sent: Tuesday, September 14, 2010 8:49 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] php conditionals?
>
> Hi,
>
> I saw php usage like below somewhere. I kind of wonder why the page
> does not display anything. in
Hi,
I'm trying to debug and profile a PHP app on Windows but I can't seem to get
xdebug's Profiler to enable. Has anyone encounter this problem before?
phpinfo() always shows the below regardless of what settings I have in
php.ini:
xdebug.profiler_aggregate Off
xdebug.profiler_append Off
Hi Don,
> -Original Message-
> From: Venkat Raman Don [mailto:don.ra...@microsoft.com]
> Sent: Thursday, April 08, 2010 2:18 PM
> To: Tommy Pham; php-windows@lists.php.net
> Subject: RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)
>
> Hi Tommy,
>
&g
Hi Don,
> -Original Message-
> From: Venkat Raman Don [mailto:don.ra...@microsoft.com]
> Sent: Thursday, April 08, 2010 12:15 PM
> To: Tommy Pham; php-windows@lists.php.net
> Subject: RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)
>
> Please disable
Hi,
Here's the error from phpmyadmin after entering the id & password:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
•The FastCGI process exceeded configured request timeout
•
.
Regards,
Tommy
From: Ferenc Kovacs [mailto:tyr...@gmail.com]
Sent: Thursday, April 08, 2010 7:42 AM
To: Tommy Pham
Cc: Todd Oberly; php-windows@lists.php.net
Subject: Re: [PHP-WIN] Windows binaries
On Thu, Apr 8, 2010 at 4:15 PM, Tommy Pham wrote:
> -Original Message-
> From
> -Original Message-
> From: Todd Oberly [mailto:taobe...@mindspring.com]
> Sent: Thursday, April 08, 2010 7:13 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Windows binaries
>
>
> The warning is legitimate, and I will be reporting it to the vendor
> (and also fixing it m
- Original Message
> From: Magnus Anderson
> To: php-windows@lists.php.net
> Sent: Fri, October 16, 2009 5:40:53 AM
> Subject: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll
>
>
> Hello!
>
> I have a little problem with my installation of PHP 5.2.11 on my Windows
> Vista mach
- Original Message
> From: Magnus Anderson
> To: php-windows@lists.php.net
> Sent: Fri, October 16, 2009 5:40:53 AM
> Subject: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll
>
>
> Hello!
>
> I have a little problem with my installation of PHP 5.2.11 on my Windows
> Vista mach
--- On Tue, 9/15/09, Tommy Pham wrote:
> From: Tommy Pham
> Subject: Re: [PHP-WIN] Problem with php on vista home preminum
> To: php-windows@lists.php.net
> Date: Tuesday, September 15, 2009, 9:05 PM
> --- On Tue, 9/15/09, Rossend Bruch
>
> wrote:
>
> > From: Ro
--- On Tue, 9/15/09, Rossend Bruch wrote:
> From: Rossend Bruch
> Subject: [PHP-WIN] Problem with php on vista home preminum
> To: php-windows@lists.php.net
> Date: Tuesday, September 15, 2009, 9:14 AM
> Hi, have a big trouble on vista home
> premium and php 5: PHP does not parse my files, neith
--- On Tue, 9/8/09, Tommy Pham wrote:
> From: Tommy Pham
> Subject: [PHP-WIN] compiling php 5.3
> To: php-windows@lists.php.net
> Date: Tuesday, September 8, 2009, 3:51 AM
> Hi,
>
> Has anyone manage to build v5.3.x on Windows without
> --disable-sockets?
>
>
Hi,
Has anyone manage to build v5.3.x on Windows without --disable-sockets?
I can't seem to get pass this error: :(
"cl.exe" /DHAVE_WINSOCK_H=1 /D COMPILE_DL_SOCKETS /D SOCKETS_EXPORTS=1 /
nologo /FD /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D
PHP_WIN32=1 /D WIN32
51 matches
Mail list logo