iliaa Thu May 20 19:38:05 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/gd gd.c
Log:
MFH: Fixed stream leak on error.
http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.221.2.41&r2=1.221.2.42&ty=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ex
iliaa Thu May 20 19:38:00 2004 EDT
Modified files:
/php-src/ext/gd gd.c
Log:
Fixed stream leak on error.
http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.293&r2=1.294&ty=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.293 php-src/ext/gd/g
andrey Thu May 20 17:15:43 2004 EDT
Modified files:
/php-src/ext/standard var.c
Log:
for now removing ":public". Waiting for a decision? ":public" will require
quite a lot of phpt files changes.
http://cvs.php.net/diff.php/php-src/ext/standard/var.c?
andrey Thu May 20 17:13:15 2004 EDT
Modified files:
/php-src/ext/dom/tests dom003.phpt
/php-src/ext/standard/tests/array 007.phpt array_intersect_1.phpt
Log:
fixing the tests so to work with the new var_dump() (dumping private and
protected member va
andrey Thu May 20 13:46:20 2004 EDT
Modified files:
/php-src/ext/standard var.c
Log:
var_dump() now shows private and protected member variables.
Not BC is that since now the public variables are explicitly shown as public
Example :
class a{ protect
derick Thu May 20 13:03:24 2004 EDT
Modified files:
/php-src/ext/ncursesncurses.c
/php-src/ext/famfam.c
Log:
- Removed unused INI sections.
http://cvs.php.net/diff.php/php-src/ext/ncurses/ncurses.c?r1=1.27&r2=1.28&ty=u
Index: php-src/ext/ncu
dmitry Thu May 20 12:55:03 2004 EDT
Added files:
/php-src/ext/soap/tests transport001.phpt
Modified files:
/php-src/ext/soap php_http.c php_http.h soap.c
Log:
Allowing user defined SOAP transports with SoapClient::__doRequest()
derick Thu May 20 06:24:39 2004 EDT
Modified files:
/php-src/main main.c
Log:
- Allow extra parameters to mail to be forced also from virtual host settings.
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.601&r2=1.602&ty=u
Index: php-src/main/main