Re: [PHP-DEV] RIP PHP 4?

2007-07-26 Thread Joseph Crawford
)! regards, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.josephcrawford.com/ 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Extensions building tutorial

2006-05-25 Thread Joseph Crawford
?%5Fencoding=UTF8 Thanks, -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Smarty Website Oops

2005-12-10 Thread Joseph Crawford
works here too, but i am confused as to why this was sent to internals ;) -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Smarty Website Oops

2005-12-10 Thread Joseph Crawford
, -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Documentation for creating PECL extension

2005-12-09 Thread Joseph Crawford
lol so now i find out it's a free download i bought that book not long ago i like print better anyway ;) -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Documentation for creating PECL extension

2005-12-09 Thread Joseph Crawford
jani, what are you talking about? -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Some assumption about improving Zend Engine:

2005-12-09 Thread Joseph Crawford
i would highly agree with this, protection of source is a great benefit, also the performance would be much better. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

[PHP-DEV] Documentation for creating PECL extension

2005-12-08 Thread Joseph Crawford
is appreciated. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Multithreading

2005-12-07 Thread Joseph Crawford
php should defenatly in the future support multi-threading especially if they want to prove you can do desktop apps with php and not just web apps ;) -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] namespace separator poll, update

2005-12-03 Thread Joseph Crawford
i vote against ! and \ ! i would have to say - or : would be the one's i would be most comfortable and less confused using. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

[PHP-DEV] Zend Sudio's Optimizer / PHP 5.1.1

2005-12-02 Thread Joseph Crawford
;( is there something else i need to change in zend studio server? Thanks, -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there)

2005-11-26 Thread Joseph Crawford
what are the options for the seperator? i have not been watching this topic but is the . out of the question? namespace.class-method(); -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Re: Syntax in PHP 6

2005-11-22 Thread Joseph Crawford
i would agree with you matt :) -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-31 Thread Joseph Crawford
Why do you find the need to be lazy and use ?=$foo? lol j/k i always use ?php echo $foo; ? it may be only a few more chars of code but it is guranteed to work on any php installation ;) -- Joseph Crawford Jr. Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Just some feedback on MI

2005-08-25 Thread Joseph Crawford
Good feedback :) delegates + MI -- Joseph Crawford Jr. Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-23 Thread Joseph Crawford
I would like to see Multiple Inheritance implemented in a future version. I am not sure what obstacles got in the way (if any) for not implementing that in PHP 5 but i would defenately like to see that in PHP 6 or 7 -- Joseph Crawford Jr. Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-13 Thread Joseph Crawford
+1 for namespaces +1 for making current functions into namespaces +1 for removing register_globals -- Joseph Crawford Jr. Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

Re: [PHP-DEV] Re: PHP 6.0 Wishlist

2005-08-13 Thread Joseph Crawford
I would like to see the Type Hinting expanded in PHP 6. In 5 now you can do class Test { public function testDatabase( Database $db ) { } } what if i wanted to make sure it was a String, Integer, Boolean, Float, etc.. i would like to see that added to the type hinting ;) -- Joseph Crawford

Re: [PHP-DEV] Re: PHP 6.0 Wishlist

2005-08-13 Thread Joseph Crawford
i agree with the last post, it would be nice for PHP to be a weakly typed language but allow for the user to program strongly typed if they want to such as the above suggestion of having the option to declare the type for a variable. -- Joseph Crawford Jr. Codebowl Solutions, Inc. 1-802-671