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

2010-01-28 Thread Eric Lee
on' getting printed in the browser. Please let us know the > output you are getting. > > Thanks, > Don. > > -Original Message- > From: Venkat Raman Don [mailto:don.ra...@microsoft.com] > Sent: Thursday, January 28, 2010 9:48 PM > To: Eric Lee; php-windows@li

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

2010-01-28 Thread Eric Lee
Hi php-dev pros, I got an issue about catching exception throw from __autoload on php 5.3.1. The manual state that exception throw from __autoload could be catched with try.. catch statement same as the normal flow. But I'can archive that even I have copied the same sample code from the manual.

[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://myprojects

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

2008-06-25 Thread Eric Lee
Hi, Did you have followed the steps described in php manual for php_oc8i.dll ? It is only the interface that support orcale function call within php. So you must download and install orcale client and configure enviroment variables and all other things that orcale documentation stated. It just

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 : Hello, : : I have encounte

[PHP-WIN] How to go more precise ?

2008-06-21 Thread Eric Lee
hi, I'am writing a small function that calc how long estimate from day to day. But that isn't so precise. Any example for this ? function range($period /* $start_time, $end_time */) { /* version 2*/ static $time_num = array( 'h' => 60, 'd' => 24, 'w' => 7, 'm' => 4, 'y' => 12,

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