[PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread mike
ID: 14294 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: FreeBSD 4.3 PHP Version: 4.1.0 New Comment: You don't think it's odd that the function that checks to see if a directory exists returns a warning on

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread Sebastian Bergmann
Tobias Schenck wrote: Short time after the announcement just disappeared. I don't know about the traffic on php-center.de or phpwelt.de (was on one of the sites) but quite a couple of people not tracking php.dev might have downloaded it. PHP-Center.de, for which I am a author and

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Markus Fischer
This has something .. Jani, don't you think this should be investigated ..? I thought this was made consistent or so or maybe it is and I just don't get the picture. - Markus On Fri, Nov 30, 2001 at 08:13:59AM -, [EMAIL PROTECTED] wrote : ID: 14294 User updated

[PHP-DEV] Bug #13364 Updated: Add support for ATTLIST

2001-11-30 Thread mfischer
ID: 13364 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: PHP crashes when CDATA is used in a !ATTLIST tag Status: Open Old Bug Type: DOM XML related Bug Type: Feature/Change Request Operating System: Debian x86 unstable PHP Version: 4.0.6 Old Assigned To: Assigned To: mfischer

[PHP-DEV] Bug #13364 Updated: Add support for ATTLIST

2001-11-30 Thread mfischer
ID: 13364 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Old Bug Type: Feature/Change Request Bug Type: DOM XML related Operating System: Debian x86 unstable PHP Version: 4.0.6 Assigned To: mfischer New Comment: Stupid me, leave this domxml related.

[PHP-DEV] Bug #14295: Scope of globals has changed

2001-11-30 Thread v . puttrich
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Scope of globals has changed The following bug or feature (not yet sure what it is ;)) is related to the scope of global variables. SYSTEM: I use PHP

[PHP-DEV] Bug #14296: Undeclared variables and isset()

2001-11-30 Thread v . puttrich
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Undeclared variables and isset() SYSTEM: I use PHP 4.0.6 on Win2k pro with Apache 1.3.22 win Loaded modules don't seem to make a difference for the

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread Hartmut Holzgraefe
Tobias Schenck wrote: actually not just news leaked out: I found a download-link on one of the german php-related sites and downloaded php-4.1.0.tar.gz (around 27th 9:43 GMT). Short time after the announcement just disappeared. I don't know about the traffic on php-center.de or phpwelt.de

[PHP-DEV] Bug #12680 Updated: mail() is sent with incorrect timezone

2001-11-30 Thread derick
ID: 12680 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: Fixed in CVS Previous Comments:

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread Derick Rethans
On Fri, 30 Nov 2001, Hartmut Holzgraefe wrote: yes, lets follow the apache scheme of skiping version numbers for versions that might have slipped out ahead of time, even if not as obvious as in this case, just to make sure to prevent any chance of confusion, as we have nothing to loose by

Re: [PHP-DEV] Bug #14296 Updated: Undeclared variables and isset()

2001-11-30 Thread Philip Olson
E_NOTICE: http://www.php.net/manual/en/phpdevel-errors.php#internal.e-notice http://www.php.net/manual/en/configuration.php#ini.error-reporting The following won't create a E_NOTICE level error when $var is not set: if (isset($var) $var == 'foo') { echo 'I Love to foo'; } Could also

[PHP-DEV] typo in Zend sources

2001-11-30 Thread Derick Rethans
Hello, configure spits out the following line: checking whether dlsym() requires a leading underscode in symbol names... no this should be underscore I think... Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread James Moore
since news about 4.1.0 leaked out to the php-general list, wouldn't it make sense to call this one 4.1.1? (or 4.1.0pl1? :) Why?? Yes 4.1.0 was leaked on php-general and php-homepage.de but both were replied to making it very clear 4.1.0 hasnt been released yet. calling 4.1.0pl1 or 4.1.1

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Yasuo Ohgaki
Markus Fischer wrote: This has something .. Jani, don't you think this should be investigated ..? I thought this was made consistent or so or maybe it is and I just don't get the picture. - Markus I don't remember which modules was it, but I saw commit

Re: [PHP-DEV] Re: PATH_INFO doesn't work -- resolution?

2001-11-30 Thread derick
Hello Gijsbert, can you resend that patch to php-dev? Derick On Fri, 30 Nov 2001, Gijsbert te Riet wrote: Hi Albert James, snip PROBLEM: PHP seems to support this functionality on a UNIX server I run. A request for http://www.foobar.com/hello.php/more/foobar/filename.html works

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Yasuo Ohgaki
Sorry for multiple messages. I have to be more careful when there is mail client error... -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-DEV] BC problem

2001-11-30 Thread Zeev Suraski
Nope :) At 09:19 30/11/2001, Jani Taskinen wrote: As a minor cosmetic detail, could you set the version for the 'next' release of 4.1 to be 4.1.1 ? Many people have downloaded the broken 'release' of 4.1.0 now so we have to be able to know what version people are using when they submit bug

Re: [PHP-DEV] typo in Zend sources

2001-11-30 Thread Andi Gutmans
Fixed. Thanks! Andi At 11:16 AM 11/30/2001 +0100, Derick Rethans wrote: Hello, configure spits out the following line: checking whether dlsym() requires a leading underscode in symbol names... no this should be underscore I think... Derick -- PHP Development Mailing List

Re: [PHP-DEV] BC problem

2001-11-30 Thread Markus Fischer
On Fri, Nov 30, 2001 at 01:40:54PM +0200, Zeev Suraski wrote : Nope :) But you can update the NEWS file to say '4.1' and not '4.0' at the top X-D - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] BC problem

2001-11-30 Thread James Moore
How about in future to avoid this happening when we roll the release tag as 4.1.0 or whatever call the tar.gz file php-4.1.0pre1.tar.gz then it becomes slightly more obvious its not 4.1.0 also all we then have to do is rename php-4.1.0pre1 to php-4.1.0.tar.gz to do the release no need to reroll

Re: [PHP-DEV] BC problem

2001-11-30 Thread Zeev Suraski
Yep :) At 13:53 30/11/2001, Markus Fischer wrote: On Fri, Nov 30, 2001 at 01:40:54PM +0200, Zeev Suraski wrote : Nope :) But you can update the NEWS file to say '4.1' and not '4.0' at the top X-D - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] new C and PEAR extension for php (php-gmime)

2001-11-30 Thread Piotr Klaban
Hi, I am sorry if that is not a right place to post it. I have created new php module - php-gmime. It is binding for C gmime library with PEAR classes: GMIME_message, GMIME_part etc. - MIME parsing. BUT: I have written perl modules before, but it is my first php extension - I am sure I have

[PHP-DEV] Bug #12993 Updated: xpath_eval doesn't work anymore (segfault)

2001-11-30 Thread mfischer
ID: 12993 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Assigned Bug Type: DOM XML related Operating System: Debian/unstable Linux 2.4.9 PHP Version: 4.0CVS-2001-08-28 Old Assigned To: Assigned To: mfischer New Comment: Update: fix is comming, assigning to me.

[PHP-DEV] Bug #14297 Updated: CPU LOOP

2001-11-30 Thread jmoore
ID: 14297 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *General Issues Operating System: RH6.2 PHP Version: 4.0.6 New Comment: Is anyone here psycic cause I sure cant tell what is causing PHP to go into 100% loop, perhaps we can have a bit more

[PHP-DEV] Sessions proposal

2001-11-30 Thread André Næss
I find PHP session lacking in one area. In my applications I typically want to have a long timeout for adminstrators so that they don't have to log in all the time. A typical value is 2 hours. For users I prefer 15 minutes, based on the assumption that a user will go in, do his stuff, and leave.

[PHP-DEV] Re: Bug #14297 Updated: CPU LOOP

2001-11-30 Thread Breuer Nicolas
yes sure, it happend once / 2 hours , 2 process with 50% cpu. i killall with -1 httpd and all was going to normal states. Nico [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... ID: 14297 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open

[PHP-DEV] Re: Sessions proposal

2001-11-30 Thread John Lim
Hi Andre Why not simply store the login time as a session variable, and log the person out after 15 mins? Regards, John André NæSs [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I find PHP session lacking in one area. In my applications I typically want to

[PHP-DEV] Re: Sessions proposal

2001-11-30 Thread André Næss
John Lim [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Andre Why not simply store the login time as a session variable, and log the person out after 15 mins? Regards, John Maybe I was unclear. The problem is that to allow for 2 hour timeouts I need to

RE: [PHP-DEV] Sessions proposal

2001-11-30 Thread Jaime Bozza
I do something like this already with my user-defined session code. I can see a problem with trying to build something into the default session code and then trying to define those multiple contexts within the php.ini file. How many contexts? How would you tell automatically which context

RE: [PHP-DEV] Re: Sessions proposal

2001-11-30 Thread Jaime Bozza
By default, garbage collection isn't being run every time a page is loaded (both default php.ini files set session.gc_probability to 1, or 1%.) so your files are possibly sticking around for longer than 2 hours anyway. gc_maxlifetime only defines where or not a session is still available and

[PHP-DEV] Bug #14300 Updated: Picking up onBlur, onSubmit, OnLoad wrong

2001-11-30 Thread mfischer
ID: 14300 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: W2K PHP Version: 4.0.6 New Comment: Please ask support questions at [EMAIL PROTECTED] bogus. Previous Comments:

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Jani Taskinen
Ask sterling about this. IMO, it's good as it is now. --Jani On Fri, 30 Nov 2001, Markus Fischer wrote: This has something .. Jani, don't you think this should be investigated ..? I thought this was made consistent or so or maybe it is and I just don't get the picture.

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-11-30 Thread sniper
ID: 14295 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 New Comment: Please include short example scripts here. Previous Comments:

[PHP-DEV] Bug #12473 Updated: mail() sended mail is timestamped 15 hours late

2001-11-30 Thread sniper
ID: 12473 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Mail related Operating System: win2k PHP Version: 4.0.6 New Comment: Fixed - closed. Previous Comments:

[PHP-DEV] Bug #14296 Updated: Undeclared variables and isset()

2001-11-30 Thread sniper
ID: 14296 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 New Comment: Not a bug. Previous Comments:

[PHP-DEV] Bug #14297 Updated: CPU LOOP

2001-11-30 Thread sniper
ID: 14297 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Old Bug Type: *General Issues Bug Type: Scripting Engine problem Operating System: RH6.2 PHP Version: 4.0.6 New Comment: Add some nice little script here which can be used to reproduce this. As it's like looking for a

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Markus Fischer
On Fri, Nov 30, 2001 at 07:23:39PM +0200, Jani Taskinen wrote : Ask sterling about this. IMO, it's good as it is now. Asking sterling? It's more likely that I win a million than I get an answer from sterling 8- - Markus -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] Bug #14294 Updated: is_dir() causes stat failed warning

2001-11-30 Thread Jani Taskinen
You have to say 'please' :) --Jani On Fri, 30 Nov 2001, Markus Fischer wrote: On Fri, Nov 30, 2001 at 07:23:39PM +0200, Jani Taskinen wrote : Ask sterling about this. IMO, it's good as it is now. Asking sterling? It's more likely that I win a million than I get an answer from

[PHP-DEV] Bug #14301: printer_list don't lists the local not shared printers

2001-11-30 Thread joergklein
From: [EMAIL PROTECTED] Operating system: WinXP ger PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: printer_list don't lists the local not shared printers Hi I tried out the printer_list funktion: I am using WinXP Pro german not connected to a

[PHP-DEV] Bug #14302: self:: Accessing methods from within methods without an instance

2001-11-30 Thread ivan . lamouret
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: self:: Accessing methods from within methods without an instance When inside a class method, there is no denormalised way to get at other methods

[PHP-DEV] Bug #14303: httpd threads hang with large data structures

2001-11-30 Thread Darren . Gamble
From: [EMAIL PROTECTED] Operating system: Redhat 7.2 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: httpd threads hang with large data structures I've had a lot of problems recently with PHP cleaning up properly after using large data structures. A

[PHP-DEV] Bug #14304: str_replace unable to match search string

2001-11-30 Thread bajolet
From: [EMAIL PROTECTED] Operating system: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: str_replace unable to match search string Summary : A function works well on php 4.0.5 and enters an infinite loop on php 4.0.6.

[PHP-DEV] Bug #14304 Updated: str_replace unable to match search string

2001-11-30 Thread bajolet
ID: 14304 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: Sorry, i forgot : All the application in dowloadable at :

[PHP-DEV] Bug #14200 Updated: remote navigation problem

2001-11-30 Thread cquadalti
ID: 14200 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Windows XP Pro PHP Version: 4.0.6 New Comment: I have verified but i don't have any firewall installed. Other people have same problem. I

[PHP-DEV] Bug #14295 Updated: Scope of globals has changed

2001-11-30 Thread v . puttrich
ID: 14295 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 New Comment: EXAMPLE: // Main script // The global variables are available in this script

[PHP-DEV] Bug #14296 Updated: Undeclared variables and isset()

2001-11-30 Thread v . puttrich
ID: 14296 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: Win2k PHP Version: 4.0.6 New Comment: What was the default in php.ini-dist for version 4.0.5? I always leave the error_reporting in the ini file as it is.

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread Egon Schmid
From: Sebastian Bergmann [EMAIL PROTECTED] Tobias Schenck wrote: Short time after the announcement just disappeared. I don't know about the traffic on php-center.de or phpwelt.de (was on one of the sites) but quite a couple of people not tracking php.dev might have downloaded it.

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-30 Thread Egon Schmid
From: Sebastian Bergmann [EMAIL PROTECTED] Tobias Schenck wrote: Short time after the announcement just disappeared. I don't know about the traffic on php-center.de or phpwelt.de (was on one of the sites) but quite a couple of people not tracking php.dev might have downloaded it.

[PHP-DEV] Bug #14218 Updated: using pspell functions cause apache to Abort

2001-11-30 Thread vlad
ID: 14218 Updated by: vlad Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0.6 New Comment: thanks for offering access to a freebsd box... i do not think that's going to help a lot though 'cause I won't have time to get to

Re: [PHP-DEV] zend_hash and it's keys + domxml

2001-11-30 Thread Markus Fischer
add_property_*() is used. - Markus On Fri, Nov 30, 2001 at 07:23:29PM +0100, Krzysztof Jarecki wrote : Hi all ;) I was just wondering why this line doesn't work. It's an extract from domxml.c (slightly changed): if (zend_hash_find(id-value.obj.properties, doc, sizeof(doc),

[PHP-DEV] Bug #14306: Need a something to pass to use default function values

2001-11-30 Thread mikep
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Need a something to pass to use default function values I would like a way to pass something into a function and have it use the default values. For eg.,

[PHP-DEV] ldap_first_attribute() and ldap_next_attribute() broken in 4.1.0 RCs

2001-11-30 Thread Stig Venaas
I was by accident looking at the ldap_first_attribute() code and realized that something was wrong. Turns out that it has been broken for 6 months without anyone noticing! I've done a lot of LDAP testing, but I've not been using ldap_first_attribute() and ldap_next_attribute(). I know accidents

[PHP-DEV] Re: Sessions proposal

2001-11-30 Thread J Smith
I assume you mean where the user is geographically, where timezones are a factor. But still, what difference does it make where the user is? If you track the login time using the server's localtime, it doesn't matter what timezone they're in. Not the most elegant solution, but it's better

[PHP-DEV] Bug #10667 Updated: xmltree function cause memory leak

2001-11-30 Thread mfischer
ID: 10667 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Assigned Bug Type: DOM XML related Operating System: Linux 2.2.16 PHP Version: 4.0.5 Old Assigned To: Assigned To: mfischer New Comment: Update: CDATA should already work with current CVS; some minor

[PHP-DEV] PHP Manual

2001-11-30 Thread l0t3k
i just downloaded the Windows PHP manual, and all i can say is -- DAMN -- are you sure no one gets paid to do this G ??? kudos to the doc team for what has to be the finest user docs in open source. l0t3k -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Bug #10936 Updated: DOMXML crash with CDATA

2001-11-30 Thread mfischer
ID: 10936 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Assigned Bug Type: DOM XML related Operating System: Win2K Pro PHP Version: 4.0.5 Old Assigned To: Assigned To: mfischer New Comment: Update: Fix is coming, assigned to me. Previous Comments:

[PHP-DEV] °ê»Ú°·¨­­Ñ¼Ö³¡ «~½è«OÃÒ

2001-11-30 Thread xqww1nwx2y
°ê»Ú°·¨­­Ñ¼Ö³¡ «~½è«OÃÒ T0:ºÖ§Q©e­û·|¡]·q½Ð¤½§G¡^ ¨È¤O¤s¤j°·±d¥ð¶¢­Ñ¼Ö ¥@¶T°ê»Ú´LºaÀ] µØ¯Ç«Â¨q®Ç...§Y±N²{¨­! ¥þ¥x­º³Ð,¥þ¬Ù³q¦æ15®a(´LºaÀ]°£¥~), ¤£­­¦¸¼Æ¨Ï¥Î §Y¤é°_¦Ü90¦~11¤ë30¤é¤î(°ê»Ú³q¦æ¥d­ì»ù45000¤¸) ¹ÎÅé³ø¦W ¤jÀu´f

[PHP-DEV] Bug #10994 Updated: DOMXML CDATA Node Bug

2001-11-30 Thread mfischer
ID: 10994 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Assigned Bug Type: DOM XML related Operating System: Winnt PHP Version: 4.0.5 Old Assigned To: Assigned To: mfischer New Comment: Update: Fix is coming, assigned to me. Btw, the syntax has changed

[PHP-DEV] Bug #12463 Updated: set_attribute($attName, 0) does not add attributes

2001-11-30 Thread mfischer
ID: 12463 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: This is fixed already (at least, in CVS). Closing. Previous Comments:

[PHP-DEV] Bug #14307: (cgi) $PHP_SELF has same value of $PATH_INFO

2001-11-30 Thread scpark
From: [EMAIL PROTECTED] Operating system: Redhat 7.2 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: (cgi) $PHP_SELF has same value of $PATH_INFO In cgi mode of php 4.0.6. $PHP_SELF was always same with $SCRIPT_NAME.$PATH_INFO before I upgrade my

[PHP-DEV] 4.1.0RC4

2001-11-30 Thread Zeev Suraski
http://www.php.net/~zeev/php-4.1.0RC4.tar.gz The plan is to release Monday, unless a real earth quaker is found... Zeev -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-11-30 Thread Zak Greant
On November 30, 2001 09:12 pm, Zeev Suraski wrote: http://www.php.net/~zeev/php-4.1.0RC4.tar.gz The plan is to release Monday, unless a real earth quaker is found... Builds and runs on SuSE 7.1 as CGI See http://fooassociates.com/phpqa/index.php?ZakGreantBuilds4.1.0RC4 --

[PHP-DEV] Re: 4.1.0RC4

2001-11-30 Thread Jobarr
Can some one tell me how to build this and the apache2 filter for windows with Visual C++ 6? Zeev Suraski [EMAIL PROTECTED] wrote in message 5.1.0.14.2.20011201061139.01e573f8@localhost">news:5.1.0.14.2.20011201061139.01e573f8@localhost... http://www.php.net/~zeev/php-4.1.0RC4.tar.gz The

[PHP-DEV] Re: [PHP-QA] 4.1.0RC4

2001-11-30 Thread Alexander Wirtz
http://www.php.net/~zeev/php-4.1.0RC4.tar.gz The plan is to release Monday, unless a real earth quaker is found... Builds and runs on SuSE 7.3\ RedHat 7.1 - as CGI SunOS 5.8 / Details can be found on http://fooassociates.com/phpqa/index.php?AlexanderWirtzBuilds4.1.0RC4 Regards

[PHP-DEV] Bug #14299: explode() case sensitivity.

2001-11-30 Thread stephen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: explode() case sensitivity. I recently added a note to http://www.php.net/explode and was informed that I should probably post it here. Original Note:

[PHP-DEV] Re: PATH_INFO doesn't work -- resolution?

2001-11-30 Thread Gijsbert te Riet
Hi Albert James, snip PROBLEM: PHP seems to support this functionality on a UNIX server I run. A request for http://www.foobar.com/hello.php/more/foobar/filename.html works exactly as the above describes, stuffing /more/foobar/filename.html into the $PATH_INFO php variable. However, the

[PHP-DEV] Bug #14299 Updated: explode() case sensitivity.

2001-11-30 Thread philip
ID: 14299 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.6 New Comment: Strings are case sensitive. Kinda like: if ($var == 'Bar') will return false if $var = 'bar'. Maybe because