[PHP-DEV] References and adjusting parameters to php extension functions

2002-09-09 Thread Pete Dishman
Hi, I have a script: ?php $string1 = $string2 = ''; registry_get_value(Software\\Microsoft\\Internet Explorer, version, $string1);/// this is 62600. in the registry registry_get_value(Software\\Microsoft\\Internet Explorer, build, $string2);// this is 6.0.26000. in the

Re: [PHP-DEV] PHP extension initialisation

2002-08-16 Thread Pete Dishman
Hi, I asked about this a few weeks ago with apache on windows. The best answer I got was from George Schlossnagle: quoteI believe this is because when apache does it's intial configtest run as part of start (to validate it's config), it has to do a complete startup (otherwise it wouldn't know

[PHP-DEV] Module startup/shutdown in PHP extensions

2002-07-18 Thread Pete Dishman
Hi, I've just started creating my own PHP extension and am having some trouble understanding the ZEND_MODULE_STARTUP and ZEND_MODULE_SHUTDOWN functions. my zend_module_entry is as follows: zend_module_entry tpphp_module_entry = { STANDARD_MODULE_HEADER, tpphp, tpphp_functions,

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
be provided if needed. Cheers Pete Dishman Stig S. Bakken [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, 4.1.0RC1 is out, download it from http://www.php.net/~ssb/php-4.1.0RC1.tar.gz - Stig -- PHP Development Mailing List http://www

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
(s), 45 warning(s) I'm pretty certain I've seen all of these consistently in every windows build I've done except for the problems with Variant.c There are also a lot of unreferenced labels that come up as warnings in one of the scanner files, but I've not included these. Pete Dishman Pete

[PHP-DEV] Re: RC3

2001-10-04 Thread Pete Dishman
ignored so far. It seems quite important though as it makes code that should work not work. Cheers Pete Dishman Zeev Suraski [EMAIL PROTECTED] wrote in message 5.1.0.14.2.20011004020413.049ed178@localhost">news:5.1.0.14.2.20011004020413.049ed178@localhost... Finally, it's out. www.php.net/~