Re: [PHP-WIN] memory

2010-08-12 Thread samuel
Ok, thank you 2010/8/12 Pierre Joye > hi, > > On Wed, Aug 11, 2010 at 5:33 PM, samuel wrote: > > hello, > > I'm upgrading my site and I have some question on memory. > > I try to use Doctrine, models, and all this stuff. > > By making some benchmark I noti

[PHP-WIN] memory

2010-08-11 Thread samuel
hello, I'm upgrading my site and I have some question on memory. I try to use Doctrine, models, and all this stuff. By making some benchmark I noticed that a single request can take 4Mo of memory. Is that huge? Or is that acceptable in face of the beneficts of a good architecture ? I read that the

[PHP-WIN]static call to an instance method in a class definition

2010-07-22 Thread samuel
Hello, Making a mistake I just come to discover ( for myself ) a strange fiture in php, lets see an example : class A{ public $foo = 'bar'; public function write(){ print($this->foo); } } class B{ public $foo = 'gnagnagna'; public function write(){ A::write(); } } $var =

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
.\configure and mingw-make it seems different for vc9, am I wrong ? 2010/5/30 Pierre Joye : > On Sun, May 30, 2010 at 10:27 PM, samuel wrote: >> I can now compile php, but the ogg library isn't found : >> >> Checking for ogg/ogg.h ...   >> Checking for ogg/ogg.h

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
brary ogg_static.lib ... WARNING: oggvorbis not enabled; libraries and headers not found although Ihave compiled libogg and libvorbis, I should have a file named ogg_static.lib ? 2010/5/30 Pierre Joye : > hi, > > On Sun, May 30, 2010 at 6:26 PM, samuel wrote: >> ok tahnks again, >>

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
ok tahnks again, do you know something who has tryed to use ogg/vorbis extension ? This one seems to be not up to date ? 2010/5/30 Pierre Joye : > On Sun, May 30, 2010 at 6:17 PM, samuel wrote: >> ok thank you that 's work, >> now , two step later, It's >> >

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
ok thank you that 's work, now , two step later, It's configure --disable-all --enable-cli --enable-$remains What 's $remains please ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
Hello, What patch do you speak about ?

[PHP-WIN] php compilation

2010-05-30 Thread samuel
Hello, I was trying to install Ogg/vorbis pecl extension in wamp, but it seems to be impossible. So npw I'm trying to compile PHP on my PC forwarding http://wiki.php.net/internals/windows/stepbystepbuild but at 14th step I have an wire error : Erreur en entr=C3=A9e: Il n'y a pas= de moteur de scri

[PHP-WIN] Excel OLE Automation : accessing the Excel constants

2009-05-26 Thread Faubry, Samuel
Hi, I'm confronted to a new problem with Excel Automation: I don't manage to access the constants. For example, I want to find the last cell in a column: ExcelSheet.Range("C65536").End(xlUp) This fails because the constant xlUp is undefined... There is some user contributed notes about that pr

RE: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-25 Thread Faubry, Samuel
your documentation is more reliable. Thanks, Samuel > -Original Message- > From: Richard Quadling [mailto:rquadl...@googlemail.com] > Sent: Tuesday, May 19, 2009 5:28 PM > To: Faubry, Samuel > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Excel OLE Aut

RE: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-18 Thread Faubry, Samuel
> From: Richard Quadling > 2009/5/18 Faubry, Samuel : > > Hi, > > > > I am interfacing PHP and Excel to build a web-based > reporting tool. I am running IIS6.0 with PHP 5.2.5 on Windows > Server 2003, with Office 2003 installed. > > > > For testing purpo

[PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-17 Thread Faubry, Samuel
Hi, I am interfacing PHP and Excel to build a web-based reporting tool. I am running IIS6.0 with PHP 5.2.5 on Windows Server 2003, with Office 2003 installed. For testing purpose, I wrote a script that just connects to Excel, opens a workbook, saves it under another name and closes Excel:

Re: [PHP-WIN] Apache2+PHP5+MySQL4 --> mysql_connect fails, PHP5+MySQL4+CLI --> mysql_connect works

2004-11-10 Thread Steven James Samuel Stapleton
Fixed: For some reason Apache wanted a php.ini in the windows directory rather than in the PHP install directory. Explicitly set the PhpIniDir in the httpd.conf and fixed it. -Jim - Original Message - From: "Steven James Samuel Stapleton" <[EMAIL PROTECTED]> Cc: &

[PHP-WIN] Apache2+PHP5+MySQL4 --> mysql_connect fails, PHP5+MySQL4+CLI --> mysql_connect works

2004-11-10 Thread Steven James Samuel Stapleton
Relevant information: Windows XP Pro SP2 PHP 5.0.2 MySQL 4.0.21-nt Apache 2 PATH: C:\WINDOWS\system32 C:\c\WINDOWS C:\WINDOWS\System32\Wbem C:\WBP\php //PHP bin dir C:\WBP\Apache2\bin //Apache bin dir MySQL's bin dir is not in path I have tried calling mysql_connect(...) with PHP's p

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-30 Thread Steven James Samuel Stapleton
l file somewhere (this is different from libmysql.dll). I got mine out of the zip file for windows (not the installer). Place that in whatever directory you have specified as your extension directroy in php.ini. Good luck -- Adam Clauss [EMAIL PROTECTED] "Steven James Samuel Stapleton&qu

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-30 Thread Steven James Samuel Stapleton
;/". The error states that it cannot find "C:\WBP\PHP\php_mysql.dll" this time. (Note: it's a clean install on this machine) -Jim Stapleton - Original Message - From: "Michael Purdy" <[EMAIL PROTECTED]> To: "Steven James Samuel Stapleton" <[E

[PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-29 Thread Steven James Samuel Stapleton
I am running PHP 5.0.2 and MySQL 4.0.21-nt the install directory (C:\WBP\PHP\) is in the path. The MySQL dir is not in the path. I am attempting to use the PHP shell/command line feature (rather than web server), however I get this result: --

Re: [PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread samuel lim
>>> samuel lim 13-Mar-02 08:49:24 >>> I've downloaded your newest files. Here are my registry settings and directory structure. In IIS i've mapped .php to C:\Inetpub\Engine\FastCGI\isapi_fcgi.dll Thanks in advance. Samuel Lim email: [EMAIL PROTECTED] >>&

[PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread Samuel Lim
PHP 4.1.1 CGI. Without fastcgi, everything works like a charm. Can anyone help me? -- Samuel Lim email:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Is ISAPI stable ?

2002-01-29 Thread Samuel Collado
with these dll. Samuel Steen Rabol wrote: > Hi > > According to the install.txt of php, the ISAPI version is not stable, but that >statement have been there for about 1 year, so my question is: Is ISAPI version >considered stable ? > > Thanks in advance. > >

RES: [PHP-WIN] How to force _top in header

2001-12-19 Thread Samuel Mota
Hi, > remember how META/CONTENT works of the top of my head? Can anyone > help here? Try works fine for me ... this set the default target for all s from your page (if you use target inside your tag it will override the default option) ... Samuel -- PHP Windows Mailing List