Re: [PHP-DEV] Re: PHP5beta4: Problem using extensions or include

2004-02-18 Thread Tobias Bradtke
> Is the fix applied in the current available snapshot (Win 32 package) > from Feb 16, 2004 15:30 GMT? > that snapshot did not work for me, but http://snaps.php.net/win32/php5-win32-200402181130.zip does fine. and there is also another new snapshot on http://snaps.php.net/ webwurst -- PHP Int

[PHP-DEV] Re: PHP5beta4: Problem using extensions or include path on Windows XP

2004-02-16 Thread Tobias Bradtke
Erik franzén wrote: > I am trying to get PHP5beta4 work on my Win XP Pro machine as a module > in apache 1.3.29. > > When I am starting apache I am getting an error saying that php5ts.dll > has crashed. > > This happens when: > > a) When I enable any extension in php.ini > b) When I insert a inc

[PHP-DEV] Re: SimpleXML->children() and text nodes

2004-02-01 Thread Tobias Bradtke
Derick Rethans wrote: > Another thing that would be useful to have is a tag() method, so that > this would work too: (ie, I can check what tag I got during iteration). > >foreach ($sx->body->children() as $node) { > if ($node->tag() == 'element') { > /* do this */ > } > } > ?>

[PHP-DEV] Re: PHP5 MySQL Win32

2004-01-09 Thread Tobias Bradtke
Hi! > I 've install the last php Snapshot (php5-win32-200401081930) and have > some problem to load the php_mysql.dll extension. when I start Apache, I > have the following message : > > PHP Startup : Unable to load dynamic library 'c://php_mysql.dll' - > La procédure spécifiée est introuvabl

[PHP-DEV] Re: new win32 snapshot: php_mysql.dll not found error -> wrong llibmysql.dll in snapshot ?

2004-01-09 Thread Tobias Bradtke
Hi! Daniel Convissor wrote: > Hi: > > Running php5-win32-200401081130. Uncommented several extensions in > php.ini. Adjusted my extension_dir. All of the extensions loaded just > fine, except php_mysql.dll. The file is in the appropriate place and has > the appropriate permissions. Even t