Re: [PHP-DEV] Benchmarking 4.3.2 vs 4.1.2

2003-06-11 Thread Andi Gutmans
At 12:14 AM 6/12/2003 +, Thomas Seifert wrote: On Wed, 11 Jun 2003 07:49:24 +0300 [EMAIL PROTECTED] (Andi Gutmans) wrote: > It's really quite simple. Make a hash that holds a structure which has the > realpath() and time of entry in it. If it's still relevant use it. If you > want to limit the

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread DvDmanDT
Maybe you could use some kind of boot disk to open the file and check the contents... But I'm not sure if NTFS and boot disks come along very well... :p I would also consider using hackman (HEX editor) to open file system and check the file from there, although, that's kinda hard... "Dietrich Ayal

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
Thanks, but I tried that one straight away :) It's locked down, cannot even copy it. Do any php-win developers have any idea why this is happening? I'm assuming php is making some system call to write data to the hive, as it's not accessible directly. It makes the same 3 writes every time it loads

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread DvDmanDT
You can most likely compy the file, then open it... That's what I do on the Apache logs.. :p "Dietrich Ayala" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > cannot open it, is locked by system. registry uses it (thanks marshall). > > here's the filemon (sysinternals.com) output: >

Re: [PHP-DEV] Benchmarking 4.3.2 vs 4.1.2

2003-06-11 Thread Thomas Seifert
On Wed, 11 Jun 2003 07:49:24 +0300 [EMAIL PROTECTED] (Andi Gutmans) wrote: > It's really quite simple. Make a hash that holds a structure which has the > realpath() and time of entry in it. If it's still relevant use it. If you > want to limit the hash to X entries (no need IMO) the easy way is

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
cannot open it, is locked by system. registry uses it (thanks marshall). here's the filemon (sysinternals.com) output: 1:36:31 PM php.exe:1380 SET INFORMATION C:\WINNT\System32\Config\SOFTWARE.LOG SUCCESS Length: 8192 1:36:31 PM php.exe:1380 SET INFORMATION C:\WINNT\System32\Config\SOFTWARE.LOG S

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Derick Rethans
On Wed, 11 Jun 2003, Dietrich Ayala wrote: > php.exe seems to be writing to this file every time it loads: > > C:\WINNT\system32\config\software.LOG > > anyone have info on why this is happening, and how i would stop it? What does it put in that log? regards, Derick -- "Interpreting what the

Re: [PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Marshall A. Greenblatt
- Original Message - From: "Dietrich Ayala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 4:13 PM Subject: [PHP-DEV] php-win32 writing to system32 dir? > php.exe seems to be writing to this file every time it loads: > > C:\WINNT\system32\config\software.LOG >

[PHP-DEV] php-win32 writing to system32 dir?

2003-06-11 Thread Dietrich Ayala
php.exe seems to be writing to this file every time it loads: C:\WINNT\system32\config\software.LOG anyone have info on why this is happening, and how i would stop it? TIA, dietrich -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] xsl version confusion

2003-06-11 Thread Adam Dickmeiss
Latest PHP5, ext/config.m4, checks for 1.0.18 of later. But the PHP_ARG_WITH and AC_MSG_ERROR says 1.0.3 is needed. -- Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Compile error with LDAP extension

2003-06-11 Thread Jani Taskinen
Yeah yeah, it's work in progress.. --Jani On Wed, 11 Jun 2003, Jan Schneider wrote: >Current HEAD: > >/home/jan/software/php5/ext/ldap/ldap.c: In function `_php_sasl_interact': >/home/jan/software/php5/ext/ldap/ldap.c:474: error: `sasl_interact_t' >undeclared (first use in thi

[PHP-DEV] Compile error with LDAP extension

2003-06-11 Thread Jan Schneider
Current HEAD: /home/jan/software/php5/ext/ldap/ldap.c: In function `_php_sasl_interact': /home/jan/software/php5/ext/ldap/ldap.c:474: error: `sasl_interact_t' undeclared (first use in this function) /home/jan/software/php5/ext/ldap/ldap.c:474: error: (Each undeclared identifier is reported only on