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

2013-08-23 Thread Eric Stenson
From: Pierre Joye [mailto:pierre@gmail.com] > > Right now the last release is totally unusable. For various > reasons, some fixable and other will be hardly fixable without > changes in the engine[.] Uh, this is news to me. We did our full release testing with WinCache + Zend Opcache enabl

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

2013-08-22 Thread Eric Stenson
-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. [...] > > Are you sure you will have to remove opcode cache > from WinCache i

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

2013-08-21 Thread Eric Stenson
-Original Message- From: Tomasz Krawczyk [mailto:tomkr...@gmail.com] > > Can you tell when sources will be available on the > http://pecl.php.net/package/wincache? Yeah, as soon as I remember how to do this, I'll take care of it. ^_^ > > Another question. Are you planing to make x64 ve

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

2013-08-21 Thread Eric Stenson
From: Pierre Joye [mailto:pierre@gmail.com] > > What's about pecl? The repository > (http://svn.php.net/viewvc/pecl/wincache) and the web > part misses updates, package releases and tags, etc. > http://pecl.php.net/pecl. Any plan to sync them? Feel > free to ping me on lync if you need help

[PHP-WIN] WinCache 1.3.5 release on SourceForge

2013-08-20 Thread Eric Stenson
The IIS team has published the release version of WinCache Extension 1.3.5 for PHP 5.5 . This is the latest stable and production ready version of the extension for PHP 5.5. Installati

RE: Re: [PHP-WIN] Readfile() + mpg = http status 500, windows server 2012, php 5.5.1

2013-08-02 Thread Eric Stenson
I'm unable to repro on a VM with PHP 5.5.1. >From systeminfo, the VM is running Server 2012 Datacenter OS Name: Microsoft Windows Server 2012 Datacenter OS Version:6.2.9293 N/A Build 9293 I wrote a quick perl script and started 10 instances in parallel. All 10

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-25 Thread Eric Stenson
Keith-- I haven't figured out how to resolve bugs as duplicate on the bugs.php.net site. Thx! --E. From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: Thursday, July 25, 2013 12:04 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] Re: CLI Crash Bug Thanks Eric.

[PHP-WIN] Re: CLI Crash Bug

2013-07-25 Thread Eric Stenson
[Following up, now that I'm actually subscribed to this distribution list] I've filed bug https://bugs.php.net/bug.php?id=65338 to track this issue. The root cause of the AV is when more than one module hooks the interned strings, a "wrong" value will be left in CG(interned_strings_start), whic

Re: [PHP-WIN] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Eric Lee
Don. I'am sorry that the issue have been solved and that is due to I missed something in the code ! ! And it works fine now. Thanks for you help ! ! Regards, Eric, On Fri, Jan 29, 2010 at 2:08 PM, Venkat Raman Don wrote: > On second thought, the output I am getting: > >

[PHP-WIN] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Eric Lee
e there anyone experienced this or not ? Thanks in advance ! Regards, Eric,

[PHP-WIN] php 5.3 namespace issue ...

2009-03-10 Thread Eric Lee
Hi, All, I'm Eric Recently I downloaded php 5.3 snapshot and continues to update to lastest version. I found an issue with namespace that won't work with few lastest snapshot. This is code sample copied from php manual - Using namespaces : Aliasing and Importing --- here is my code

[PHP-WIN] php on w2k3 server with IIS6

2008-07-26 Thread Eric Lee
Hi, all I have installed php on windows server 2003 with IIS6. But when try to build some page. It only show top part of it. Anyone experienced this before ? Thanks, Eric, Get subversion, phpBB 3 http://svnbook.red-bean.com http

Re: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Eric Lee
just as php_mysql.dll, required one more file (libmysql.dll ) to load property, but that sure php included it anything within the package. ( open license ) I don't master in orcale installation and configuration. But wish this statements will be help you solve it.

Re: [PHP-WIN] MySQL on Windows

2008-06-23 Thread Eric Lee
<<< You may be try also the phpinidir directive in apache so that you does't have to copy php.ini to windows folder. as PHPIniDir "c:/webroot/php" It works for me >>> Well the problem has been really with libmysql.dll. I'm not sure wht is the lib for. But read somwhere about it. Some notice.

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "Eric Lee" <[EMAIL PROTECTED]> To: Sent: Monday, June 23, 2008 7:18 AM Subject: Re: [PHP-WIN]

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "S. Buffn" <[EMAIL PROTECTED]> To: "Eric Lee" <[EMAIL PROTECTED]>; Sent: Monday, June 23, 2008 6:30 AM

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "S. Buffn" <[EMAIL PROTECTED]> To: Sent: Sunday, June 22, 2008 10:01 PM Subject: [PHP-WIN] MySQL on Windows : He

[PHP-WIN] How to go more precise ?

2008-06-21 Thread Eric Lee
' . format_string($type); } function format_string($unit) { /* version 2*/ static $time_unit = array( 'h' => 'Hours', 'd' => 'Days', 'w' => 'Weeks', 'm' => 'Month', 'y' => 'Years', ); return isset($time_unit[$unit]) ? $time_unit[$unit] : $type; } Thanks Regards, Eric, http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info

Re: [PHP-WIN] Get PHP Errors To Display

2008-06-20 Thread Eric Lee
- Original Message - From: "Wei, Alice J." <[EMAIL PROTECTED]> To: Sent: Saturday, June 21, 2008 12:12 AM Subject: [PHP-WIN] Get PHP Errors To Display Hi, I am wondering if any of you on the list would know if I wanted to see any PHP errors shown up on the browser screen instead of

RE: [PHP-WIN] Concurrency issue on session file on harddisk

2008-02-14 Thread Eric Colinet
quot; problem, you should triple-check the rights on the D:\PHPTemp directory for the IIS user (is it on of the owner?). Also check that your D: is a local FAT32 or NTFS volume. To experiment, you could check that using the PHP's flock function works as expected. Eric -Message d&#x

[PHP-WIN] Sybase

2008-02-06 Thread Eric Colinet
compilation and the ones used for runtime. My question is: how can I get the version of the FreeTDS/Sybase librairies used during a build? And how can I get them? Thanks for any help, Eric

[PHP-WIN] Release phpexplorator

2007-02-08 Thread Tchouamou Eric Herve
Move and copy array of folders and files with one click - support apache icons, and apache configuration - Icon internal saved in base64..etc -- Eric Herve Tchouamou http://www.tchouamou.homeunix.com Via Portofino, 8 - 10135 Torino - Italy phone: +39 011 3720145 Cel: +39 328 6928649 email: [EMAIL

[PHP-WIN] phpexplorator has released phpexplorator

2007-02-08 Thread Tchouamou Eric Herve
ugs - Move and copy array of folders and files with one click - support apache icons, and apache configuration - Icon internal saved in base64..etc -- Eric Herve Tchouamou http://www.tchouamou.homeunix.com Via Portofino, 8 - 10135 Torino - Italy phone: +39 011 3720145 Cel: +39 328 6928649 email: [EMAIL PROTECTED]

[PHP-WIN] Re: Intercept image request

2005-11-16 Thread Eric Frost
http://www.mp2kmag.com/m1.png (again just because I didn't want the rewrite to loop back on itself). Thanks, Eric http://www.linkbliss.com http://www.ericfrost.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Intercept image request

2005-11-16 Thread Eric Frost
can't get it to work for the last few hours! Anyway, if you could at least tell me if I'm on the right track I'll keep at it. Thanks! Eric http://www.mp2kmag.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Strange CGI Timeout

2005-01-27 Thread Eric Spies
I just noticed it works in Mozilla and Netscape but not IE. "Eric Spies" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello. > > I recently moved my web server to a new machine. The operating system has > stayed the same (Windows 2000 server), the I

[PHP-WIN] Strange CGI Timeout

2005-01-24 Thread Eric Spies
Hello. I recently moved my web server to a new machine. The operating system has stayed the same (Windows 2000 server), the IIS version (IIS5) has stayed the same. I am using the same version of php (4.3.6) and copied over the same php.ini file. The directory structure I used is exactly the sam

[PHP-WIN] Ldap Help for connect to PhPNuke

2004-11-23 Thread eric LUDINART
27;am lost thanks eric »»»»»» Eric Ludinart Software Application Developper Production Control technician ATMEL Rousset [EMAIL PROTECTED] +33 442536921 ATMEL FAB7 13106 Rousset »» -- P

[PHP-WIN] Re: IIS 6 ISAPI and extension_dir

2004-06-15 Thread Eric
Well, I re-installed using the ZIP and instead of doing IISRESET I recycled the service after making changes and everything seems to be running just fine now... false alarm :-) "Eric" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all, > > I have

[PHP-WIN] IIS 6 ISAPI and extension_dir

2004-06-15 Thread Eric
mssql thank you for any help you can offer Eric -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: I take no stand point for either side, but from a puristic relational stand point, binary contents has nothing, what so ever, to in the RDBMS. Again, that is what metadata is for :) What do you refer to as meta data in this context? the information t

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: Ahhh The age old question about storing images in the database ;) I take no stand point for either side, but from a puristic relational stand point, binary contents has nothing, what so ever, to in the RDBMS. Again, that is what metadata is for :) spee

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: You probaly need to set the content type properly. A comment on storing binary content in an RDBMS's: QUESTION: Is it possible to do a SELECT on an image that makes sence. ANSWER: no! that is what metadata is for. So, the concensus might be that one rather would

Re: [PHP-WIN] RE:[PHP-WIN]Thanks for everyone's help!

2004-02-04 Thread Shannon Eric Peevey
Marlene Burckhalter wrote: Dear Svensson, B.A.T.(HKG), Thank you for your professional advice. I did actually isolate the problem to a block of code, took it out, and wrote better code with the help of someone who knows more than I. Someone a lot like you, probably. Yeah, I find that B.A.T's

Re: [PHP-WIN] PHP and hosting multiple sites

2004-01-29 Thread Shannon Eric Peevey
Jim MacDiarmid wrote: I'd like to have php support multiple sites, is it possible to have multiple doc_root directives in the php.ini? Thanks, Jim can you let us know more about your setup? (web server, version, cgi, etc.) thanks! speeves cws -- PHP Windows Mailing List (http://www.php.net/

[PHP-WIN] Re: PHP_OpenSSL help needed

2003-12-06 Thread Eric COLINET
Hi, Yes and put an other library in system32: ssleay32.dll >My guess is that I must initialize SSL somehow so that it has the public >key for our CAS server ... but I can't find where to do that yet. Maybe, but not at startup time. Most likely when you make the communication. Eri

Re: [PHP-WIN] HTTP/1.1 500 Server Error

2003-12-02 Thread Eric COLINET
Hi Peter, As far as know the CGI version of PHP doesn't work well on Win95. But just to be sure set error_log (php.ini) to a file and check the content of it since 500 is a crash. Eric At 03:17 02/12/2003, Peter Richards wrote: Hi, I have been using a PWS (M$ personal web server) for

Re: [PHP-WIN] Webpath vs Absolute Path

2003-12-02 Thread Eric COLINET
ide ...) and can lead to double (or more) the load of your web server (since any http opened connection open an other connection for each included file) and this can cause problems too. Regards, Eric At 20:57 01/12/2003, Tony Devlin wrote: Hello List, I'm running an IIS 5.0 server on Windows

Re: [PHP-WIN] Re: How to find out if PC is online

2003-12-01 Thread Eric COLINET
e! Just try: php -r "echo gethostbyname('XXX.XXX.XXX.XXX');" with an non existing ip adress. Regards, Eric At 20:10 01/12/2003, SolidDigital wrote: What i meant to say was if gethostbyaddr(ipadress) responds with something else than the ipadress then this PC must be online. O

Re: [PHP-WIN] PHP 4.3.4 and Sessions

2003-12-01 Thread Eric COLINET
Hi, It looks like a serious bug. If you are able to write few lines of code that bring to the same result, i suggest you post the bug to the PHP bug system (http://bugs.php.net). Eric At 16:01 01/12/2003, Sascha Kaufmann wrote: Hello everyone I have some major problems with the 4.3.4

Re: [PHP-WIN] Re: How to find out if PC is online

2003-12-01 Thread Eric COLINET
echo "The host is up\n"; else echo "The host is DOWN !!\n"; Eric At 17:03 01/12/2003, Jan Hrebenar wrote: thanks, good idea J.Veenhuijsen wrote: Try : gethostbyaddr (PHP 3, PHP 4 ) Get the Internet host name corresponding to a given IP ad

Re: [PHP-WIN] Need help with session problem

2003-11-28 Thread Eric COLINET
;) Regards, Eric At 22:14 27/11/2003, Alan Leff wrote: I'm running php 4.2.3 and apache 1.3.27 on a Windows 2000 server. If the server clock is say a week older than the client computers, the session functions stop working. Does anyone know what's going on here? -- PHP Windows Mailing

Re: [PHP-WIN] Encryption Decryption Help Needed

2003-11-25 Thread Eric COLINET
on the server) - you can then decrypt the card id with the private key This way your encryption key does not reside on the server (in the code) and you can have really strong encryption. Look at the OpenSSL PHP extension, it could help. Eric At 17:41 25/11/2003, Herhuth, Ron wrote: I

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
available in php.net is in Linux file format. Will it work in Windows ? "Eric Colinet" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi, > > >I have a file with many functions defined for my use in some applications. > >How can I compile them so tha

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
PHP sources to have good exemples. In particular you can use the ext/ext_skel_win32.php script to have a good starting point for writing you extension. Eric -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] help with header on UNIX server

2003-11-18 Thread Eric COLINET
You miss the http:// before the url it could be part of the problem. Eric At 14:48 18/11/2003, Lawrence wrote: I have two page header.htm and header.php This is header.htm Link Google Link Yahoo Link Hotmail Link Php.net This is header.php When I run on my computer , IIS and windows xp

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Eric COLINET
Try : D: \Netscape\SuiteSpot\docs\phpMyAdmin254 Instead of : D: \Netscape\SuiteSpot\docs\phpMyAdmin254\libraries for your include path. Eric At 16:34 13/11/2003, Roderick Martin wrote: My setup: PHP 4.0.6 Windows NT 4.0 Netscape-Enterprise/3.6 SP3 Installed phpMyAdmin to the root

Re: [PHP-WIN] attachment with pdf files

2003-11-13 Thread Eric COLINET
Maybe you have to set magic_quotes_runtime (in php.ini) to false. But it's a strange issue. Regards, Eric At 10:35 13/11/2003, Disko_kex wrote: Hi again.. I have a really strange problem when I sending emails with attachment. With regualar text files, images etc it works fine but with pdf

Re: [PHP-WIN] Problem with Socket and CPU usage!

2003-11-11 Thread Eric COLINET
Hi, What the timeout of your socket_select ? Because when the timeout is NULL or a big value your script normally 'sleep' when nothing append. Eric At 15:14 11/11/2003, Alex wrote: Hello ALL! I've made an IRC client with DCC support (it uses many sockets) I use socket_select

Re: [PHP-WIN] Win32 API

2003-11-08 Thread Eric COLINET
Hi, As you know the extension is buggy but i've heard of a new extension called ffi that will be part of PECL (http://pecl.php.net) in a few days. So you have to wait some days to solve your problem ... Eric At 10:49 08/11/2003, Nathan Perkins wrote: Two questions about the win 3

Re: [PHP-WIN] popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

2003-11-07 Thread Eric COLINET
Scuse it's an other question but, Do you use php_win.exe to launch your script ? If it's the case try with the regular php/cli to see what happend please. At 14:15 07/11/2003, Simon Wheeler wrote: "Eric Colinet" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECT

Re: [PHP-WIN] popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

2003-11-07 Thread Eric COLINET
Does it freeze or it crashes ? At 12:59 07/11/2003, Simon Wheeler wrote: Hi ... this line (used in a php-gtk app via the CLI ) $pp = popen( 'c:\phpdev\php\php-4.3.3\php.exe -q -f '.$app . $str ,'r' ) ; dies 'orribly with no errors reported but with 4.3.2 .. $pp = popen( 'c:\phpdev\php\php-4.3.

Re: [PHP-WIN] include() problem

2003-11-07 Thread Eric COLINET
Sorry ! It is part of the PHP sources in fact ! ".;c:\\php4\\pear" Is the default include path when none is specified in the php.ini file I've mentionned the header file of the PHP sources where it is defined in fact ;) Eric At 11:57 07/11/2003, [EMAIL PROTECTED] wrote:

Re: [PHP-WIN] include() problem

2003-11-07 Thread Eric COLINET
Hi ! A very simple reason: D:\LOCAL\src\php-4.3.2\main\config.w32.h(16): #define PHP_INCLUDE_PATH".;c:\\php4\\pear" Eric At 02:07 07/11/2003, you wrote: Hi all, I'm having a problem with my scripts in that I'm having the follwoing error message when I try to

Re: [PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-07 Thread Eric COLINET
Hi ! "The one that shows you the problem..." :p I don't know very well MySQL 4 sorry !! Maybe a MySQL 4 forum can help you... Eric At 22:07 06/11/2003, Roderick Martin wrote: Which log should I be looking at? MySQL appears to maintain several logs. On Nov 5, 2003, at 11:59 A

Re: [PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-05 Thread Eric COLINET
the PHP documentation but it's safe to let the default values (ie: no value). For the problem that MySQL won't run as a service you should check the log of your MySQL server, the reason could be trivial. Good luck ;) Eric At 16:40 05/11/2003, Roderick Martin wrote: I had PHP 4 and

RE: [PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread Eric COLINET
realy exists on your machine. Regards, Eric At 19:45 03/11/2003, Gerardo Rojas wrote: Make sure that the temp directory exists, where the session data is stored. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: servidor [mailto:[EMAIL PROTECTED] Sent: Monday, November

Re: [PHP-WIN] recommendations - php/mysql discussion board / forum

2003-10-29 Thread Shannon Eric Peevey
Croskerry, Dan wrote: Hi List, Can anyone recommend a good, free php/mysql discussion board / message board / forum, whatever you want to call it? I'm just looking for a simple one that is easy to configure and even modify slightly. I know there are loads out there but I just wanted to know if an

Re: [PHP-WIN] Question

2003-10-23 Thread Shannon Eric Peevey
Alejandro C. Garrammone wrote: Sorry, but it isn't a question of PHP. Somebody know a Free Mail Server that works on a LAN with win9x??? Best Regards, Alex Then there is probably a better place to ask then... ;) Cygwin does have exim, and some other mail packages that are included in the di

[PHP-WIN] PHP saving the wrong values

2003-07-08 Thread Eric Kersten
your help. thanks in advanced. Eric Kersten -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php4isapi.dll and header("Location: ...")

2003-06-06 Thread Eric Tonicello
4.3.2 "php.ini" : - output_buffering = on - zlib.output_compression = on Any idea ??? Other bugs with ISAPI module ??? Thanks for help ! Eric Tonicello -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] determine host platform - win32 / *nix

2003-03-23 Thread Eric Gach
n for it. As for the version number... I think there is something in the $_SERVER variable. Check you’re a phpinfo() page to find out. Hope that helps. ~ Eric Gach EvilWalrus.com Co-Administrator -Original Message- From: John M. Calvert [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2

RE: [PHP-WIN] determine host platform - win32 / *nix

2003-03-22 Thread Eric Gach
There's a few examples of this in the manual somewhere... but here's some basic code for it: if (strtoupper(substr(PHP_OS, 0,3) == 'WIN')) dl('module.dll'); else dl('module.so'); Hope that helps. ~ Eric Gach EvilWalrus.com Co-Administrator

Re: [PHP-WIN] arrays and nested arrays and loops and databases...

2003-01-19 Thread Eric
Dear sir, I'am Eric I have the same question about this. But what if does will this the final $to[] array will contains all of address and name data. but the address bar should not be hold if a large number of address presents. Is that have any suggestions?? Thanks yours ta

[PHP-WIN] COM issue, problems with return type.

2002-11-15 Thread Merritt, Eric
eone could point me to some relevent documentation about this It would be great. Thanks, Eric -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mySQL and ODBC

2002-05-23 Thread Eric Tonicello
Hi ! There is an equivalent of : mySQL_insert() in : Unified ODBC functions ??? Thanks for any help ! ___ Eric TONICELLO Faculty of Architecture, Civil and Environmental Engineering SWISS FEDERAL INSTITUTE OF TECHNOLOGY LAUSANNE Email : [EMAIL

Re: [PHP-WIN] Apache 2 and PHP

2002-04-11 Thread Eric
Which version of PHP are you using? Do you mind post the PHP configuration section of your Apache 2's httpd.conf? Thanks a lot! "Helphand" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > At 06:50 PM 4/10/02 -0700, Rasmus Lerdorf wrote: > >There is no Apache2 support for PHP yet. Coming

RE: [PHP-WIN] Configuring securely in IIS5 under Windows 2000 Server

2002-04-02 Thread Eric Gentry
inherent security measure to be taken with PHP? In short, if the OS/web server is fairly secure, PHP does not break that, correct? That is my main concern. Thanks, Eric -Original Message- From: Bruce Barnes [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 8:24 PM To: [EMAIL PROTECTED]

RE: [PHP-WIN] Configuring securely in IIS5

2002-04-01 Thread Eric Gentry
ailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:52 AM To: Eric Gentry; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Configuring securely in IIS5 A good place to start may be the IIS Lockdown Tool: http://www.microsoft.com/WINDOWS2000/downloads/recommended/iislockdown/d efau lt.asp -Ori

[PHP-WIN] Configuring securely in IIS5

2002-04-01 Thread Eric Gentry
I have been able to install php and get it running on our test server running IIS5. Everything is going fine, but now I am beginning to ponder the question, how do I secure this when it goes live? I have read through the installation documentation, and read the security chapter of the php manual

[PHP-WIN] php4apache-eapi.dll / Apache 1.3.22 / ModSSL

2002-03-05 Thread Eric Roussille
Hello, My system is WinNT 4. I try to run Apache 1.3.22 + modSSL + PHP 4.1.1 (from php4Win). I use php4apache-eapi.dll but I still have the warning message : "[warn] Loaded DSO php4apache-eapi.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI )"

[PHP-WIN] XML issues

2002-02-12 Thread Eric Tonicello
T and produce HTML. How make it simply ? I have a solution using xml2tree, but I'd prefer a DOM-XML solution (it exists in java with xalan ...) I use PHP 4.1.1 on windows 2000 and MS IIS 5.0. Thanks for any help. Eric Tonicello -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
Unfortunately, that code gave me a parse error. "R'Twick Niceorgaw" <[EMAIL PROTECTED]> wrote in message 04af01c179d5$3503f010$[EMAIL PROTECTED]">news:04af01c179d5$3503f010$[EMAIL PROTECTED]... > Eric, > Here is what I believe will work. > You need to pu

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
hread 1: 19:57:16 [--->] : 250 ok Thread 1: 19:57:16 [--->] : 354 go ahead Thread 1: 19:57:16 [<---] : QUIT Thread 1: 19:57:16 [--->] : 250 ok 1007147007 qp 30206 I hope this detail will help us solve this problem! Note: This same script works excellent on a sendmail server on a linux

Re: [PHP-WIN] BARE LF in Sending Mail from PHP - Actually this is the one:

2001-11-30 Thread Eric Rosebrock
quot;); // Original commented out by adam_baum 07-07-2001 when moved to a module. echo ""; I attempted to add the correct carriage returns. Hopefully I did it right in the above script. Please let me know if you can see any errors. Thanks, Eric "Eric Rosebrock" <[EM

Re: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
r\n" to the end > of each line ( mail headers and body) in your PHP script and see if that > fixes it. > > If you can post the php mail code you are using to send mail, then probably > some one can figure out more precisely where you are missing the CR. > > Alternatively,

[PHP-WIN] Re: BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
Do you have any links to describing this? Is this something that I can just configure in my php.ini and run with it, or will I have to configure each script (which I really dont want to do). -Eric "Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAI

[PHP-WIN] Re: BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
That qmail server rejects all of the mails sent to it from my php scripts that send the mail through my smtp server. It would be impossible for me to get every ISP that runs QMail to run that command line, since I do not know which user is going to sign up. -Eric "Peter" <[EMAIL PR

[PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Eric Rosebrock
e can figure this one out. I have researched the net but not any information on this particular configuration. I would like to add that I have tried a perl script to send emails and it works fine. No bare LF. However, I tried to install Sendmail for Windows and I could not get that to run from php. So

RE: [PHP-WIN] Sendmail...

2001-10-24 Thread Eric Pankoke
Just curious, where did you find the win32 version of sendmail? At 11:49 PM 10/24/01 +0100, Ross Fleming wrote: >Never mind people, I found a win32 version of sendmail and it works now. > >Ta anyway > >Ross > >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: 24 Oct

Re: [PHP-WIN] Session management issues

2001-10-24 Thread Eric Pankoke
There are two potential problems (unless, of course, there's more to your pages than what you're showing us). Do you put a session_start() at the top of each page? If not, you won't be able to share variables across pages. Also, are you sure the session id is getting passed to each page? I

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Eric Pankoke
Did you set up a virtual directory to where your .php files are stored? If so, and the alias is not the same as the directory (ie: if the directory is c:\projects\webpages\MySite, then the alias must be MySite), you will get the error you have listed. I have had this happen to me both in IIS

Re: [PHP-WIN] How can I retreive a users Windows logon name?

2001-09-17 Thread Eric R. Gavin
It's important to note that this only works for pages that require authentication. I don't believe that there is a way to retrieve username information via pages that are accessed anonymously (i.e. if you were trying to retrieve the name of the anonymous web user.) I only say this because I trie

[PHP-WIN] Re: securing PHP on Win32

2001-09-17 Thread Eric R. Gavin
to JUST c:\inetpub and from there, managing individual permissions on each of the subdirectories is _WAY_ easier. Eric > > Thanks for the info. > > Erick > > > "Cjd" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... &g

[PHP-WIN] Re: Safe mode w/ IIS4 + PHP

2001-09-17 Thread Eric R. Gavin
"Open." Eric Gavin "Erick Baum" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am having a similar problem with Windows2000, IIS5, and the latest stable > PHP. I don't believe Safe Mode works in a Windo

[PHP-WIN] Re: IIS 5.1 error

2001-09-13 Thread Eric R. Gavin
thing) and the workaround is to make use of the CGI executable instead for the time being. (I think.) Eric Gavin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Re: Status of a stable ISAPI??

2001-09-07 Thread Eric R. Gavin
ng a problem by upgrading to the latest and greatest) is the same kind of behavior that slashdot.com will ENDLESSLY berate Bill Gates for. Eric R. Gavin [this has been an extremely sarcastic post] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP-WIN] Re: many php.exe

2001-09-07 Thread Eric R. Gavin
being implemented as a CGI executable (which if you see PHP.EXE, it is.) The solution would be to run PHP as an ISAPI extension (using blah blahbblah_isapi.dll or whatever it is) but uh, heh... it's still a little unstable (read: I don't think it works on less than W2K.) Eric R. Gavin >

[PHP-WIN] Re: webserver root

2001-09-07 Thread Eric R. Gavin
tors or not. I am under the impression that PHP Safe Mode on IIS machines is mostly non-functional because of this. But it seems that PHP support for windows isn't terribly "there" and so nobody has been able to confirm or deny this for me. Eric R. Gavin -- PHP Windows Mailing Lis

[PHP-WIN] Safe mode w/ IIS4 + PHP

2001-09-06 Thread Eric R. Gavin
quot;owned" (NT file system-wise) by the Administrators group. Am I missing something? Thanks, Eric Gavin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-29 Thread Eric Pankoke
ject that uses ByRef and works with PHP 4.0.6 what >version of PHP are you running ? > >Andrew > > >"Eric Pankoke" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I created a simple DLL that contains two function

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Eric Pankoke
I created a simple DLL that contains two functions which give the user a string: one as a return value and the other as a ByRef argument. The return value worked and the ByRef didn't. At 03:39 PM 8/23/01 -0400, Ryan Marrs wrote: >[Yes this is a repeat, but I didn't receive an answer back, and

Re: [PHP-WIN] Slow download bitrate **** SOLUTION FOUND *******

2001-05-21 Thread Eric L.. Edberg
utilization as the other system. This is a MS issue. My problem was that the PHP CGI installer came out right around the same time SP6a came out. Don't know if this swap/pagefile issue is related to SP6, SP6a, but we did not have the problem back in the SP3-5 days. Eric L. Edberg Lu

Re: [PHP-WIN] Session Variables With Spaces

2001-04-12 Thread Eric Pankoke
which was causing the display to cut off at the first space. At 10:24 PM 4/12/01 -0500, Eric Pankoke wrote: >I have two php pages using session variables. One redirects to itself >after refreshing the variables, and the other redirects to a second php >page, retrieves some valu

[PHP-WIN] Session Variables With Spaces

2001-04-12 Thread Eric Pankoke
calls an intermediate page truncates session variables at the first space when returning back to the original page. Any thoughts on what causes this would be much appreciated. Eric Pankoke Point Of Light Software "Lighting The Path To Glory" http://www.polsoftware.com/ -- P

[PHP-WIN] Slow download bitrate using NT IIS & ASP/PHP, (Expert Problem)

2001-03-23 Thread Eric L.. Edberg
/Access experts willing to comment? Any know PHP4 bugs? Eric Edberg Network Engineering Manager Lucent Technologies 630-713-5231 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP-WIN] NT Stability

2001-03-23 Thread Eric L.. Edberg
... Eric [EMAIL PROTECTED] "Asendorf, John" wrote: > I have to agree with Phil. I've been running PHP on our NT 4 / IIS 4 box > for almost a year now without any problems while installed as a CGI. IMHO, > the ISAPI module should not be used on production machines on NT

[PHP-WIN] Re: [PHP-WINDOWS] Windows is Slow...

2001-03-23 Thread Eric L.. Edberg
to be a resource contention problem or sharing issue somewhere. I am using Access with IIS & PHP4.04pl1 on an NT IIS SP6a. This issue has been driving me crazy.... Eric Edberg Network Engineering Manager Lucent Technologies 630-713-5231 [EMAIL PROTECTED] Joel Roller wrote: > The

Re: [PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
I've got the solution. Thanks Jeff ! try putting this before the mail command: ini_set("SMTP", "your.smtp.server"); (i used localhost, thats where my server is) ini_set("sendmail_from", "[EMAIL PROTECTED]"); (i used postmaster@localhost) I posted this to

[PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
Hi ! I'm trying to use the function mail(). I get : Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1 I'm using the lastest version of PHP on IIS 4.0 What's wrong ? Should I change the php.ini ? If I try to use the snmp library i get lot of errors... PLeas

  1   2   >