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
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
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
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
Translating the documentation to Korean
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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