[PHP-DEV] Undeliverable mail--"signed off at 8"

2002-08-31 Thread postmaster
File attachment: dealer .scr The file attached to this email was removed because it was infected with the W32.Klez.H@mm virus.

Re: [PHP-DEV] ZendAPI - zend_atoi

2002-08-31 Thread derick
Hi, I don't see any problems with this, as the Zend Engine uses strtol on more occasions. Derick On Sat, 31 Aug 2002, Stefan Esser wrote: > Hi, > > could we change zend_atoi to use strtol instead of atoi? > Otherwise I cannot use OnUpdateInt for the default_umask > switch because atoi does n

[PHP-DEV] Re: [PHP-CVS] cvs: php4(apache_hooks) /sapi/apache mod_php4.c

2002-08-31 Thread Jon Parise
On Tue, Aug 27, 2002 at 02:41:53PM -, George Schlossnagle wrote: > gschlossnagle Tue Aug 27 10:41:53 2002 EDT > > Modified files: (Branch: apache_hooks) > /php4/sapi/apache mod_php4.c > Log: > Replaced handler loading commands such that what was > > php_v

Re: [PHP-DEV] Reverting ob_*() changes

2002-08-31 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > http://www.sebastian-bergmann.de/stuff/revert Revised. -- 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

[PHP-DEV] ZendAPI - zend_atoi

2002-08-31 Thread Stefan Esser
Hi, could we change zend_atoi to use strtol instead of atoi? Otherwise I cannot use OnUpdateInt for the default_umask switch because atoi does not support octal values. Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Reverting ob_*() changes

2002-08-31 Thread Sebastian Bergmann
In recent days there was a lot of discussion on reverting Marcus' changes to the output buffering on #php.bugs. I'm not sure if http://www.sebastian-bergmann.de/stuff/revert does this properly, so I don't want to commit it myself. Marcus, please review this patch, revert it yours

[PHP-DEV] Segfault in ob_*() callback

2002-08-31 Thread Sebastian Bergmann
Reproducing script: Stacktrace: http://www.sebastian-bergmann.de/stuff/stacktrace.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development