Re: [PHP-DEV] Porter extension cleaned up

2001-12-05 Thread J Smith
It probably will, 'cause that makes much more sense. Originally it just returned a string containing "-1" back when it wasn't a PHP extension, when it was just a C++ library, and you know how much C++ loves strong typing. But that isn't the case now, so returning false now to PHP would make mo

Re: [PHP-DEV] Porter extension cleaned up

2001-12-05 Thread Andrei Zmievski
On Wed, 05 Dec 2001, J Smith wrote: > > After seeing my name in lights on the weekly PHP summary, I decided to go > back into that Porter extension I had wrote about earlier and clean things > up a bit. > > I stripped out all of the C++ stuff to make it a bit of an easier fit with > PHP's C

[PHP-DEV] Porter extension cleaned up

2001-12-05 Thread J Smith
After seeing my name in lights on the weekly PHP summary, I decided to go back into that Porter extension I had wrote about earlier and clean things up a bit. I stripped out all of the C++ stuff to make it a bit of an easier fit with PHP's C code (and it seems to be running slightly faster t