[PHP-DEV] Bug #11900: PHP_PDF.DLL

2001-07-05 Thread lauri
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: PHP_PDF.DLL Now with php 4.06 installer comes php_pdf.dll - which trial time is ower and sends to parser code Fatal error: PDFlib error: Beta expired -

[PHP-DEV] Feature Request: add HTML 4.01 support into DOMXML extension?

2001-12-05 Thread Lauri Liinat
. i really think the design people should NOT know anything about PHP syntax or any custom markup constructs to successfully do their job - designing HTML, nothing less and nothing more. unless you are in a habit of hiring dentists to do your brain surgeries ;) -- lauri -- PHP Development

Re: [PHP-DEV] Re: aggergate vs MI

2002-04-09 Thread Lauri Liinat
. therefore, interfaces really do sound kind of silly in the context of the PHP language. regards, lauri -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Lauri Liinat
would give a whole new world to explore... and finally, the only certain way to find out whether a product is successful is to put it on the market... any comments / corrections are most welcome, lauri -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Lauri Liinat
); ...and be done with it. as a bonus, you get to sleep the whole night instead of searching-and-replacing text in somebody else's library till the early morning... nothing personal, just trying to provide a scenario :) lauri -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Lauri Liinat
syntax - you can do $var = (int)$var for example. so we wouldn't really be adding a new construct, but rather extending an existing one. so, Wez - why would you want to introduce yet another cast operator - the as keyword? while PHP already has adopted the C-style (new_type)... operator? lauri