1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-php-src/ext/rpc
Wez Furlong 03e22793ff Fix various little leaks and segfaults.
Fix scripts like this:
$obj = new COM('Foo');
$obj2 = $obj->get_object();
$obj2->method();  // <-- would segfault here
2003-02-09 21:40:13 +00:00
..
2003-01-19 08:32:26 +00:00
2003-01-16 18:46:59 +00:00
2002-06-10 21:15:38 +00:00
2000-11-20 10:33:33 +00:00
2002-03-16 16:15:34 +00:00
2003-02-09 21:35:31 +00:00
2002-12-31 16:08:15 +00:00