Hi Jessie,
first, while your patch applied cleanly (except zend_vm_opcodes.h, which
is generated) the build broke with:
bison -y -p zend -v -d
/mnt/home/alex/cvs/php-namespaces/Zend/zend_language_parser.y -o
Zend/zend_language_parser.c
conflicts: 5 shift/reduce
/mnt/home/alex/cvs/php-namespaces
On Mon, 2005-07-25 at 23:59 +0200, Marcus Boerger wrote:
> > I don't like this idea; it restricts the developer to this Java-like
> > class / directory layout. It also restricts him to name his files after
> > the scheme you defined (which is .php) - many use other
> > schemes. Shouldn't PHP let yo
On Tue, 2005-07-26 at 10:10 +0200, Marcus Boerger wrote:
> > I still think the namespace import behavior should be separate from the
> > __autoload function. Of course, this is just me. What does everyone else
> > think? I'd like to gather opinions on which is preferred. I will also like
> > to kno
Dmitry Stogov schrieb:
Hi,
Current time most PHP instalations use setting 'display_error=0'.
This setting hides errors from user but may send to him just a blank page.
The proposed patch sends HTTP 500 response on errors instead of blank pages.
The pages that already wrote something are not aff
Hi Internals, hi Timm,
On Sat, 2004-01-24 at 03:17, Timm Friebe wrote:
> @- Fixed bug #22403 "PHP crashes when executing a sql procedure without
> @ parameters" (Timm)
> @- Fixed memory leak in sybase_set_message_handler() (Timm)
> # Fixed bug with large numerics correctly (initial fix i
On Sat, 2004-08-07 at 02:45, Andi Gutmans wrote:
> andi Fri Aug 6 20:45:34 2004 EDT
>
> Modified files:
> /ZendEngine2 zend_alloc.h
> Log:
> - Commit Derick's patch for allowing Zend to use regular libc memory
> - allocation functions. Mainly useful in con
Hi internals,
the attached patch fixes the setting of packetsize in sybase_ct
extension. Currently the packetsize is set via ct_config() which is not
the right function for this - it should be done via ct_con_props() as
this is a connection property according to Sybase docs.
A small memory leak f
Hi,
sometimes STDIN, STDOUT and STDERR are not defined in cli mode:
~/cvs/php/php-src# ./sapi/cli/php -r 'var_dump (STDERR);'
resource(3) of type (stream)
~/cvs/php/php-src# echo ' ' | ./sapi/cli/php
string(6) "STDERR"
The attached patch removes the check for the scripts filename and always
re