Re: [PHP-DEV] Why can constants only be scalars?

2004-05-12 Thread Ilya Sher
Andi Gutmans wrote: [snip, text was about non-scalar constant] I don't see this as something which should be changed. Definitely not before 5.0 but I'm not sure it's that critical also to change afterwards although it might be possible. Andi We discussed this issue with Jevon Wright (private em

Re: [PHP-DEV] Compiling with --prefer-non-pic

2004-05-12 Thread Rasmus Lerdorf
On Wed, 12 May 2004, Olivier Hill wrote: > Over a year ago, Rasmus and Ilia had a discussion on the list about > building the Apache DSO with non-PIC code. > > My question is, what is the easiest way to build with --prefer-non-pic > using a release tarball? Would it be possible to add a ./configure

[PHP-DEV] Compiling with --prefer-non-pic

2004-05-12 Thread Olivier Hill
Good evening, Over a year ago, Rasmus and Ilia had a discussion on the list about building the Apache DSO with non-PIC code. My question is, what is the easiest way to build with --prefer-non-pic using a release tarball? Would it be possible to add a ./configure option, because right now I'm e

[PHP-DEV] I do not believe the suggested solution will apply ..... HELP 2 days left

2004-05-12 Thread Dan Rizzi
1) Pathe seems to be correect and not looking in the default\ 2)I do not have a default libtools in the AIX compiler for it to look at. The only libtools files are for php and apache top_builddir = /tmp/php4-STABLE-200404150030 . . . . . . LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent --pres

[PHP-DEV] CVS Account Request: darkstar

2004-05-12 Thread KeunSik Hong
Translating the documentation to Korean -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Need resolution - it has been a month!

2004-05-12 Thread Jay Smith
Dan Rizzi wrote: > OK here is the compile errors from last attempt. If I do not have this > resolved by the end of the week the project is lost to perl. I have no > defense it has been a month since I reported this to you. The first fixes > I patched in repaired the unsigned integer - I web search

[PHP-DEV] Need resolution - it has been a month!

2004-05-12 Thread Dan Rizzi
OK here is the compile errors from last attempt. If I do not have this resolved by the end of the week the project is lost to perl. I have no defense it has been a month since I reported this to you. The first fixes I patched in repaired the unsigned integer - I web searched and it seems this .l

Re: [PHP-DEV] [RFC] Type hints

2004-05-12 Thread Justin Hannus
IMHO if php is going to have the option to use type hinted parameters (which I really like) then it should have the option to use type hinted variables as well. Half stepping with the type hints are just going to complicate things. Afterall, NULL is a value and not a type. And if you use a type hin