Andrei Zmievski wrote:
> "class blah implements " is confusing.
That is possible? It shouldn't be ;-)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-ber
Marcus Börger wrote:
If you ask me i would not allow extending interfaces at all.
I have seen extended interfaces quite often in the Java world.
IIRC, the following code currently runs without problems and it should
stay that way, if it does not harm us in any way:
--
Sebastian Bergmann
Derick Rethans wrote:
> uhm, this will be fixed ... some time :)
Zeev fixed it.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List &l
Martin Jansen wrote:
>
Most likely this will be caused by
856 $this->$key = &$arr[$key];
as variable member access causes a segfault in the compiler.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consi
C, Andi said "back then" that the object handle is not
unique.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.p
Björn Kalkbrenner wrote:
is there a way to contribute that module (or another
module) to the core php distribution ?
Modules like the one you mention should go into PECL [1].
--
[1] http://pear.php.net/
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http
I get this warning
Warning: array_push(): First argument should be an array in
e:\home\buch\build on line 451
for the code below
448: array_push($GLOBALS['tempFiles'], $filename);
449: }
450:
451: function prepareStylesheet($format, $language) {
--
Notice: Undefined variable: GLOBALS in E:\test.php on line 7
1
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <h
Harald Radi wrote:
> PHP_4
But why is the version of the PHP_4 branch 4.5, and not 4.4?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mail
PASS Methods via variable name, bug #20120 [tests/classes/bug20120.phpt]
make: *** [test] Segmentation fault
Is there a way to find out which test segfaults? Obviously the one
after tests/classes/bug20120.phpt, but ...
--
Sebastian Bergmann
http://sebastian-bergmann.de
Harald Radi wrote:
> how is your book doing :)
The deadline is approaching. Besides that, good ;-)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Developm
Sebastian Bergmann wrote:
> checking for Apache 1.x module support via DSO through APXS... no
> checking for Apache 1.x module support... no
> configure: error: Invalid Apache directory -
> unable to find httpd.h under /usr/local/apache
Not enough tea for me this morn
/usr/local/apache/include/.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.p
Stig Bakken wrote:
> +#ifdef ZEND_ENGINE_2
Why the #ifdef? Isn't HEAD supposed to be PHP 5 / ZE2 only?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
Jani Taskinen wrote:
> Just make this one moderated. (but allow anyone with CVS
> access to post freely :)
That sounds like a very good idea.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift
Hans Prins wrote:
> [...]
Please ask user questions on the [EMAIL PROTECTED] list.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing L
christian tischler wrote:
> Can anybody tell me how to call a website from within a php script.
Please ask user questions on the [EMAIL PROTECTED] list.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: h
cGetHostByName': Redefinition; different binding;
c:\programme\microsoft sdk\include\winsock.h(925):
See declaration of 'WSAAsyncGetHostByName'
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gi
1
#15 0x08163de8 in php_execute_script (primary_file=0xb684)
at /usr/src/php5/main/main.c:1699
#16 0x081c644d in main (argc=2, argv=0xb734)
at /usr/src/php5/sapi/cli/php_cli.c:874
#17 0x402499ed in __libc_start_main () from /lib/libc.so.6
--
Sebastian Bergmann
http://sebastian-bergm
7;--with-zlib'
produces the errors shown here
http://www.sebastian-bergmann.de/make.txt
Building without the
'--with-apxs2=/usr/local/apache2/bin/apxs' \
works fine.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Georg Richter wrote:
> could you please report the bugs you detected when compiling MySQL 4.1
> under Windows to http://bugs.mysql.com too?!
I'm in contact now with the MySQL team's "Windows guy".
--
Sebastian Bergmann
http://sebastian-bergmann.de/
ysql-4.1\VC++Files\strings\strto.c(148): error C2232:
'->ctype': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(150): error C2232:
'->ctype': The left operand is of type 'struct',
If
not, how are you building ext/mysqli since it requires libmysql 4.1?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php
Brian Moon wrote:
> Do you have some sample code or a function list?
"For some samples check the tests subdir.
I'll add documentation within the next days."
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Derick Rethans wrote:
> so I wonder if it's really a bug in PHP, but perhaps an assumption
> in Horde that doesn't work with ZE2?
Be that as it may, but it still shouldn't segfault, no? ;-)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ htt
struc=0x40ee5628,
---Type to continue, or q to quit---
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To un
gine 2.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Magnus Määttä wrote:
I get _alot_ of memory leaks.. My php_test_results file is 132KB large.
I have uploaded the output of valgrind for a simple phpinfo() script to
http://www.sebastian-bergmann.de/valgrind.txt
HTH,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de
Marcus Börger wrote:
Since i have no karma there somebody else must fix this.
Done,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing
Sterling Hughes wrote:
> I'll be adding it into PECL in a little bit
Why PECL and not add it to ext/rpc?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
(1.5%)
Should I fix this?: 12 (1.39%)
PHP4 + PHP5: 11 (1.27%)
request data filter: 10 (1.16%)
Top 10 of 205 Posters:
Derick Rethans <[EMAIL PROTECTED]>: 60 (6.94%)
Sebastian Bergmann <[EMAIL PROTECTED]>: 37 (4.28%)
Marcus Börger <[EMAIL PROTECTED]>: 33 (3.8
Melvyn Sopacua wrote:
> adding -lstdc++ to ZEND_LD_FLAGS in the Makefile (to ensure -lstdc++
> is the last library linked) seems to do the trick for most.
I added it to EXTRA_LDFLAGS and the problem was solved.
--
Sebastian Bergmann
http://sebastian-bergmann.de/
elete[](void*)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1
--
Seba
Marcus Börger wrote:
Should be fixed by now.
It is.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsub
ttf=/usr' \
'--with-freetype-dir=/usr/local' \
'--with-gettext=/usr/local' \
'--with-dom=/usr/local' \
'--with-dom-xslt=/usr/local' \
'--with-dom-exslt=/usr/local' \
'--with-zlib' \
"$@"
--
Sebastian Bergmann
http://seba
1; then
30289
30290 THIS_LIBS=$LIB
30291 break
30292
30293 else
30294
30295 fi
30296 rm -f conftest*
30297
30298
30299 fi
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I
used by other
OSes where libc does not have a native scandir() implementation.
This broke the Win32 build.
The attached patch works for me, but I'd like it reviewed before I
commit.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did
michel 'ziobudda' morelli wrote:
> Can you explain me this new function ?
See http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishl
Zeev Suraski wrote:
> Why?
Because
test = 'test';
?>
bypasses the PHP error system.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
Right now if one uses trigger_error() to trigger an error the
line number that gets displayed is that of the trigger_error() line.
Would it be possible to add additional parameters to trigger_error()
to pass a filename and a line number to it?
--
Sebastian Bergmann
http://sebastian
Sascha Schumann wrote:
> The question here is whether it's worthwhile to optimize for
> the case where you have 30+ includes per page. Is it that
> common?
I think this is very common, for example with OOP applications that
usually have one file per class.
--
Sebastian B
Sebastian Bergmann wrote:
> I'm trying to build HEAD + ZendEngine 2 here, but get the
>
> HEAD does not work with ZendEngine1 anymore
>
> error.
Fixed in CVS.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help
get the
HEAD does not work with ZendEngine1 anymore
error.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.n
Edin Kadribasic wrote:
> What bison version are you using. I saw similar segfaults with 1.875.
I was using 1.875.
> Downgrading to 1.75 or even to 1.28 fixes it for me.
Downgrading to 1.75 worked for me, too.
--
Sebastian Bergmann
http://sebastian-bergmann.de/
g' is not an element of 'apr_bucket'
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Sebastian Bergmann wrote:
> [...]
I just checked out '-r php_4_3_0' and get the same linker errors.
I have no idea what might be causing this...
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider
Sebastian Bergmann wrote:
> [...]
I get a segfault with the same backtrace for Apache 1.3.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mail
will change once the new Java extension is available.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubsc
Sebastian Bergmann wrote:
> This is with current HEAD of both Apache 2.1-dev and PHP 5 + ZE2:
Somehow the backtrace got lost:
wopr-mobile:/usr/local/apache2/bin # gdb httpd
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public Lice
-DONE_PROCESS
[New Thread 1024 (LWP 1440)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1440)]
0x401b8817 in memcpy () from /lib/libc.so.6
Running Apache 2.1-dev without "LoadModule modules/ibphp4.so" works.
--
Sebastian Bergmann
http://seb
Sebastian Bergmann wrote:
> sebastian Sat Jan 11 04:51:52 2003 EDT
>
> Modified files:
> /php4/ext/rpc rpc.c
> Log:
> Add missing ,.
Hm, now it compiles, but PHP segfaults during shutdown (scripts seem
to be executed correctly).
The following st
inaries for Windows, so those aforementioned extensions could be built
as DLLs and be put into the binary package as well.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.d
Marcus Börger wrote:
yes - but this makes building HEAD + ZE1 + overload impossible
Well, ZE1 should only be build with the PHP_4_3 branch now.
Otherwise we won't get the momentum needed to push PHP 5 and ZendEngine
2 development.
--
Sebastian Bergmann
http://sebastian-bergma
Sascha Schumann wrote:
> You removed those files from the PHP 5 branch which you
> claimed were supposed to be used in the PHP 5 branch.
ext/com/ are the old files, ext/rpc/com are the new files
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTrac
The project file(s) for the non threadsafe Windows build are out of
sync with the thread safe one(s).
IIRC, there was already some discussion to ditch the non threadsafe
version. That way we didn't have to maintain two sets of files, etc.
What do you think?
--
Sebastian Ber
Marcus Börger wrote:
But now you removed it for ZE1, too.
So what? It's still in the PHP_4_3 branch and HEAD is PHP 5.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergma
For as long as I can remember, the bcmath, calendar, ftp and wddx
extensions are enabled by default on Win32.
But why? I mean, they are not enabled by default on *NIX, so why the
inconsistency?
Just curious,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
day.
> Couldn't you have fixed this one yourself?
I only "mess" with what I understand :)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP
Zeev Suraski wrote:
> zeev Tue Jan 7 10:56:52 2003 EDT
>
> Modified files:
> /Zend zend.c zend_ini.c zend_ini.h
> Log:
> Streamline leak fixes
zend_ini.c(90): warning C4716:
'zend_ini_global_shutdown': must return a value
--
Sebastian
** ' und
'struct _zval_struct *' unterschiedlich
php_mysql.c(1004): warning C4024: 'zend_fetch_resource':
Unterschiedliche Typen fuer formalen und uebergebenen Parameter 1
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://p
d gd_gif_in.c somehow :-/
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Sebastian Bergmann wrote:
> sebastian Sun Jan 5 11:32:02 2003 EDT
>
> Modified files:
> /php4/ext/gd gd_bundled.dsp
> Log:
> Define HAVE_GD_GIF_READ.
Now I get
gd.obj: error LNK2001:
Unresolved external symbol: _gdImageCreateFromGifCtx
Rasmus Lerdorf wrote:
> You need to define HAVE_GD_GIF_READ when building the gd extension
> against the bundled libgd.
I don't think that config.w32.h is the right place for this, since
ext/gd is not built-in.
--
Sebastian Bergmann
http://sebastian-bergmann.de/
Pierre-Alain Joye wrote:
> While you are working on it, is it possible to fix these actually
> completly useless constants ? using getenv too ?
>
> It will be very usefull.
I don't know how. Someone else is/was working on it, IIRC.
--
Sebastian Bergmann
http://seba
S module and place it in the same directory the
php4 module was checked out to. Build both Debug and Release versions
of zlib and you should be set up.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider
Wez Furlong wrote:
> someone please add user_filters.c and filters.c to the .dsp
On it,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Developm
basic_functions.obj: error LNK2001:
Unresolved external symbol: _zif_stream_register_filter
basic_functions.obj: error LNK2001:
Unresolved external symbol: _zm_startup_user_filters
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de
Sascha Schumann wrote:
> If that language had interested me, I would have made my
> Hebraicum in addition to the Latinum.
The Hebraicum would be of no use here, because it covers "Old Hebrew".
I just showed this to my father and he could not get any sense out of
it :-)
is is dirty :-)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Zeev Suraski wrote:
> checkout zlib, build it (under both Release and Debug)
Thank you Zeev, that did the trick. But I still wonder why I got this
only with the Zend Engine 2 and not with the Zend Engine 1...
--
Sebastian Bergmann
http://sebastian-bergmann.de/ h
Zeev Suraski wrote:
> It appears the .dsp's were misconfigured
I tested this with a fresh checkout of php4/ and ZendEngine2/ and still
get the library conflict warning during a ZendEngine2 build. I did not
yet test the other issue I mentioned in my previous mail.
--
Sebastian
signed int 366, char * 0x,
unsigned int 0, void * * * 0x00da2738) line 2380 + 111 bytes
cli_register_file_handles(void * * * 0x00da2738) line 366 + 50 bytes
main(int 6, char * * 0x00da4f68) line 742 + 9 bytes
mainCRTStartup() line 338 + 17 bytes
--
Sebastian Bergmann
http://sebastian-
Current HEAD
php_functions.obj: error LNK2001:
Unresolved external symbol: _ap_loaded_modules
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP
ot the only one annoyed by
issues like bad quoting behaviour.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/
Edin Kadribasic wrote:
> If this is an acceptable compromise I volunteer to do the changes
> required.
Sounds reasonable to me, +1.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.seb
le to use .Net components from within PHP would
be nice, too.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
T
nary as "php" when a SAPI apart
from sapi/cgi is chosen? Clearly someone who, let's say, builds his or
her PHP --with-apxs has no need for a CGI binary. Or do I miss
something?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://p
Markus Fischer wrote:
> More non-developers are getting aware of the upcommong 4.3
> release and start to absorb the NEWS and question it.
I do not count Zeev as a non-developer :)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did
tion/x-httpd-php "/php/php-cgi.exe"
3.) Why this late discussion of the issue? The name of the sapi/cgi
binary was changed months ago!
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wish
Sebastian Bergmann wrote:
> sebastian Mon Dec 9 06:45:47 2002 EDT
>
> Modified files:
> /php4/sapi/cli php_cli.c
> Log:
> Fix build.
>
>
> Index: php4/sapi/cli/php_cli.c
> diff -u php4/sapi/cli/php_cli.c:1.54 php4/sapi/cli/php_cli.c:1.55
al Time = Fri Dec 06 07:34:17 2002
Elapsed Time = 54
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
#
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help
Shane Caraveo wrote:
> sapi/fastcgi should be deprecated.
Done,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List &l
Ray Hunter wrote:
> Will this fix the errors that occur with running PHP as a servlet in
> tomcat?
Can't tell. I have no Tomcat environment installed at the moment.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you?
What happens to sapi/fastcgi, now that we have FastCGI support in
sapi/cgi?
IMHO, it should be removed for PHP 4.3.0 already.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian
"Tony J. White" wrote:
> Can someone please add this to CVS or should I contact Sam Ruby (the
> orignal author) to do it?
Committed,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consi
iles in one directory.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Marcus Börger wrote:
> New functionality?
It vitaly improves new functionality (debug_backtrace()).
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Developm
Andi Gutmans wrote:
> andiSat Nov 30 05:51:56 2002 EDT
>
> Modified files:
> /Zend zend.c zend.h zend_builtin_functions.c
> Log:
> - debug_print_backtrace (by George Schlossnagle <[EMAIL PROTECTED]>)
MFH?
--
Sebastian Bergmann
http
ttp://www.php.net/unsub.php
Forwarding to [EMAIL PROTECTED], since this would be the
appropriate list for the topic.
[EMAIL PROTECTED] is for the development *of* PHP itself, not for
developing *with* PHP.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://ph
printf(
"%s%s(%s) [%s:%s]\n",
isset($step['class']) ? $step['class'] . '::' : '',
$step['function'],
$args,
$step['file'],
$step['line']
);
}
--
Seb
Derick Rethans wrote:
> I think you should not do that. There was no consensus reached if we
> actually want this.
Right, -1 from me, too.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift
"Ilia A." wrote:
> Fixed.
Verified,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/
gd.obj: error LNK2001:
Unresolved external symbol: _gdImageCreateFromGd2Part
gd.obj: error LNK2001:
Unresolved external symbol: _gdImageCreateFromGd2PartCtx
gd.obj: error LNK2001:
Unresolved external symbol: _gdImageGd2
--
Sebastian Bergmann
http://sebastian-bergmann.de
the time to look after
this abandoned extension.
> Can someone please add this to CVS
As Rasmus already pointed out, the best way would be to get yourself a
CVS account and commit your changes yourself.
> should I contact Sam Ruby (the orignal author) to do it?
Good luck :-)
--
S
Andi Gutmans wrote:
> A proxy object would do the trick!
I know, and it wasn't meant as all that serious an argument :)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-ber
Andi Gutmans wrote:
> I don't see any need for final.
A ZendEncoder customer could want to declare an encoded class "final"
so that his users can't extend that class :-)
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracke
Henri Gomez wrote:
> Any date to make the change in image.c ?
It's already "fixed" in CVS.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP D
Pete McCormick wrote:
> class Root {
> class Nested {
>function Nested() {
The constructor should be called __construct(). Constructors with their
name beeing the class name are only supported for BC.
--
Sebastian Bergmann
http://sebastian-bergmann.de/
quot;cvs co php5" automatically checkout TSRM and
ZendEngine2 (as Zend, of course).
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List
1 - 100 of 791 matches
Mail list logo