Re: [PHP-DEV] Build failure

2007-04-04 Thread Rasmus Lerdorf
Matt Wilmas wrote: > Hi, > > Maybe just a Windows problem if it wasn't noticed yet, but I was compiling > the latest 5.2 snapshot and got: > > main.obj : error LNK2019: unresolved external symbol _php_flock referenced > in function _php_log_err > Release_TS\php5ts.dll : fatal error LNK1120: 1 unr

[PHP-DEV] Re: abstract static function

2007-04-04 Thread Jingcheng Zhang
Sorry, I've forgotten the "extends" keywords in the example codes: 2007/4/5, Jingcheng Zhang <[EMAIL PROTECTED]>: Hi internals, I used to use abstract static function prior to php 5.2, because when I consider static class as a singleton, I can use abstract static function to delay the imp

[PHP-DEV] Build failure

2007-04-04 Thread Matt Wilmas
Hi, Maybe just a Windows problem if it wasn't noticed yet, but I was compiling the latest 5.2 snapshot and got: main.obj : error LNK2019: unresolved external symbol _php_flock referenced in function _php_log_err Release_TS\php5ts.dll : fatal error LNK1120: 1 unresolved externals Caused by this r

[PHP-DEV] abstract static function

2007-04-04 Thread Jingcheng Zhang
Hi internals, I used to use abstract static function prior to php 5.2, because when I consider static class as a singleton, I can use abstract static function to delay the implementation of some methods to the derived classes. This happens, for example, when I declare a parent dispatcher, and e

[PHP-DEV] About The PHP.net Google Summer of Code

2007-04-04 Thread nima abdolezade
PHP language Personalizer: * * *Description*: What happen if a person wants to have* 'for'* statement like Qbasic? PHP language Personalizer do this! You choose is any '*;*' needs or not. * * *Possible mentor(s)*: Nima abdollahzade

[PHP-DEV] About The PHP.net Google Summer of Code.

2007-04-04 Thread nima abdolezade
PHP Server controls * Description*: we all know one of the things that make asp.net strong is server controls so Why php should not use that,in this project we try to make it happen. *Possible mentor(s)*: Nima abdollahzade. mail:[EMAIL PROTECTED]

[PHP-DEV] CVS Account Request: mkoppanen

2007-04-04 Thread Mikko Koppanen
Helping Scott MacVicar with Imagick extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: scottmac

2007-04-04 Thread Pierre
On 4/4/07, Scott MacVicar <[EMAIL PROTECTED]> wrote: Taking over maintenance of the imagick extension within PECL. Also planning to help Pierre with libGD. I confirmed both. For imagick see: http://news.php.net/php.pecl.dev/4660 Please approve this account, I'll give the correct karma. Than

[PHP-DEV] CVS Account Request: scottmac

2007-04-04 Thread Scott MacVicar
Taking over maintenance of the imagick extension within PECL. Also planning to help Pierre with libGD. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] max_execution_time - ITIMER_REAL vs ITIMER_PROF

2007-04-04 Thread David Sklar
I'm interested in having a timeout that corresponds to clock time as opposed to PHP execution time (the current behavior of max_execution_time). A cursory scan of the source implies that (on Unix at least) something that behaves like zend_set_timeout() but uses setitimer()'s ITIMER_REAL timer inst

Re: [PHP-DEV] Unexpected usage of 'duplicate' flag in sapi_add_header_ex()

2007-04-04 Thread Antony Dovgal
On 04/04/2007 03:18 AM, js wrote: Hi Antony. Thanks you for replying. > If so, any reason to break the coding standard in this instance? Standards are general rules, there might be some exceptions. (It doesn't mean I personally like this code or encourage to ignore the standards). > and wha