[PHP-DEV] PHP 4.0 Bug #6933 Updated: cv_sale not taking 2 parameters From: sniper <email protected>
Date: 11/20/00

ID: 6933
Updated by: sniper
Reported By: jgallant <email protected>
Status: Closed
Bug Type: CCVS related
Assigned To:
Comments:

Fixed in cvs. Thank you for noticing.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-09-29 05:03:06] jgallant <email protected>
In the cv_sale code there is a bit where it pulls in the parameters, but the zend_get_parameters function is being passed an extra parameter itsself ..

zend_get_parameters_ex(ht,2, &psess, &pinvoice) != SUCCESS)

There is that extra "ht," bit there that I don't think should be there. I took it out and recompiled and it seems to work.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6933

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>