[PHP-DEV] zend_hash_find() (bug in session.c?)

2002-04-23 Thread SCL
Hello, I have just upgraded to PHP 4.2.0 and straight away one of our custom PHP extenstions reported an error (couldn't get SCRIPT_NAME): Scripthash Security Extension - http://www.scl.co.uk/scripthash/ The reason for this seems to be that a global variable I need SCRIPT_NAME has been m

[PHP-DEV] Zend 2 Release

2002-06-24 Thread SCL List Client
Hi, We're currently working on quite a complicated project using PHP. The current code is now at a bit of a stand still because of some *strange* behaviour regarding refences to objects within objects. Now I can either do a large amount of work to fix/workaround this or I can convert to the Zend 2

[PHP-DEV] Zend 2: return by reference

2002-06-24 Thread SCL List Client
Hi, I have a Zend 2 question, I my code I return things from functions by reference e.g. But now I am trying to use Zend 2 version of php I get the following error: Fatal error: Can't use function return value in write context in /scriptname on line x where x is the line of the actual function

Re: [PHP-DEV] Zend 2: return by reference

2002-06-24 Thread SCL List Client
chance you can grab it and check? > In any case, I just want to remind you that you will not want to return > objects by reference anymore with Engine 2 only possibly some other datatypes. > > Andi > > At 11:43 AM 6/24/2002 +0100, SCL List Client wrote: > >Hi, > >I ha