Re: [PHP-DEV] file_exists() stopped working

2002-07-06 Thread Sterling Hughes
> Sterling Hughes wrote: >> hrmm, ok.. I'll add a patch to filestat.c by tommorow which fixes >> these problems. > > Just don't forget it :) > just a note that I haven't forgotten it, patch is pending until I get non- pos-hotel-5-euro-for-30-minutes-on-shit-computer internet access.

[PHP-DEV] PHP 4 Bug Summary Report

2002-07-06 Thread php-dev
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (1350 total including feature requests) ===[*Configuration Issues] 13561 Assigned --without-pear prevent install of php-config,phpize,... 15789 Feedback php_value erro

[PHP-DEV] FEATURE REQUEST: symlinks under NT

2002-07-06 Thread Timo Weingärtner
NTFS supports directory junctions which are equivalent to unix symlinks. I found a tool that can create, read and delete such junctions. Is there are posiibility to include that code into php so that it supports it in realpath(), symlink(), linkinfo(), readlink(), filetype(), is_link(), stat(), ls

Re: [PHP-DEV] FEATURE REQUEST: symlinks under NT

2002-07-06 Thread Zeev Suraski
Are you sure they're equivalent to symlinks? They only work with directories as far as I know, which renders them significantly less useful than UNIX symlinks. Zeev At 05:26 PM 7/6/2002, Timo Weingärtner wrote: >NTFS supports directory junctions which are equivalent to unix symlinks. >I found

[PHP-DEV] Re: [Zend Engine 2] can I have my delete back? :) - patch attached

2002-07-06 Thread Andi Gutmans
Alan, There was a discussion about this a long time ago and it was decided not to support this. The main reasoning behind this is that we don't want to start supporting all other reserved words. It's one of the things you'll need to cope with when moving to the Engine 2 but a very simple searc

[PHP-DEV] CVS Account Request: ayman_h

2002-07-06 Thread Ayman Hourieh
Translating the documentation To Arabic -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] MAKE failed: of php4 cvs/ZendEngine2 dying on OSX Server 10.1.4

2002-07-06 Thread R Blake
hi all, i've been trying to get php4 + ZendEngine2 up & running on OSX Server 10.1.4. configure completes OK with: ./configure --enable-shared --enable-static --prefix=/usr/local/php4 --with-layout=PHP --with-apxs2=/usr/local/apache2/sbin/apxs --with-config-file-path=/private/etc/php4/ --man

[PHP-DEV] add'l info: [PHP-DEV] MAKE failed: of php4 cvs/ZendEngine2 dying onOSX Server 10.1.4

2002-07-06 Thread R Blake
continuing to explore this problem, i added --disable-inline-optimization to configure. now configure fails with: Thank you for using PHP. config.status: creating php4.spec config.status: creating main/build-defs.h config.status: creating pear/scripts/phpize config.status: creating p

[PHP-DEV] Re: [Zend Engine 2] can I have my delete back? :) - patch attached

2002-07-06 Thread Alan Knowles
Yeah, one of the main reasons for requesting it was that like shanes sybase class midgard also uses delete as the row deletor, - this doesnt really affect midgard as the method is defined in the php extension, not the php, however when I wrote DB_DataObject, and midgard lite, to take advantage

[PHP-DEV] Retrieving/Displaying Hyperlinks with PHP

2002-07-06 Thread markbm
I am trying to build a "product detail" page that pulls data from a MYSQL database using PHP. The data for the page includes product images, which I am trying to link to (i.e. from their location on the web server) instead of loading the images into the database. However, I cannot find any sample