[PHP-DEV] Re: PDO/Unicode Migration Strategies

2006-10-10 Thread Sara Golemon
> Let's talk about this at the Zend conference. > I agree with that, the four of us will be ine one place at one time, I just wanted to start the topic in order to get thoughts from those who won't be there or won't have time. > I've only had time to skim your email, but what I had in mind is mo

[PHP-DEV] Re: PDO/Unicode Migration Strategies

2006-10-10 Thread Wez Furlong
Let's talk about this at the Zend conference. I've only had time to skim your email, but what I had in mind is more C than A or B on your list. the PHP 5.2 branch is where it's at for PDO, as the unicode APIs were changing too wildly to make it feasible for me to keep everything in sync. Given m

Re: [PHP-DEV] variable declaration

2006-10-10 Thread Ilia Alshanetsky
On 10-Oct-06, at 3:51 PM, Alain Williams wrote: On Tue, Oct 10, 2006 at 02:59:45PM -0400, Ilia Alshanetsky wrote: If you want to emulate perl's "strict" mode just add an error_handler () that will catch E_NOTICE relating to undefined variable, constant, array key usage and convert them to fatal

Re: [PHP-DEV] variable declaration

2006-10-10 Thread Etienne Kneuss
Hi Variables' names are case-sensitive in PHP, $a = $A are two separate variables. How would you want to guess which one is right? -E Alain Williams a écrit : On Tue, Oct 10, 2006 at 02:59:45PM -0400, Ilia Alshanetsky wrote: If you want to emulate perl's "strict" mode just add an error_h

Re: [PHP-DEV] variable declaration

2006-10-10 Thread Alain Williams
On Tue, Oct 10, 2006 at 02:59:45PM -0400, Ilia Alshanetsky wrote: > If you want to emulate perl's "strict" mode just add an error_handler > () that will catch E_NOTICE relating to undefined variable, constant, > array key usage and convert them to fatal errors. No, it doesn't do the same thing,

Re: [PHP-DEV] variable declaration

2006-10-10 Thread Ilia Alshanetsky
If you want to emulate perl's "strict" mode just add an error_handler () that will catch E_NOTICE relating to undefined variable, constant, array key usage and convert them to fatal errors. On 10-Oct-06, at 2:52 PM, Alain Williams wrote: Hi, just trying to canvass support for the ability t

[PHP-DEV] variable declaration

2006-10-10 Thread Alain Williams
Hi, just trying to canvass support for the ability to enforce declaration of variables as with perl's use strict: http://bugs.php.net/bug.php?id=39091 -- Alain Williams Parliament Hill Computers Ltd. Linux Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (

Re: [PHP-DEV] php engine as shared library?

2006-10-10 Thread Ilia Alshanetsky
Embed sapi is probably what you are looking for. On 10-Oct-06, at 2:03 PM, Dirk wrote: Hi! I didn't find a better place to ask... I would like to know what I'd have to do to link a small server written in C against a _shared_(!) libphp(!)... I had a look at php-cli and mod_php but both se

[PHP-DEV] php engine as shared library?

2006-10-10 Thread Dirk
Hi! I didn't find a better place to ask... I would like to know what I'd have to do to link a small server written in C against a _shared_(!) libphp(!)... I had a look at php-cli and mod_php but both seem to link everything static which isn't what I want... I also had a look at the options of the