Anonymous | Login | Signup for a new account | 12-17-2024 08:30 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002761 | [Quercus] | major | always | 07-01-08 03:03 | 07-04-08 00:09 | ||||
Reporter | znagy_k2004 | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.6 | ||||||
Summary | 0002761: glob() doesn't work as in mod_php | ||||||||
Description |
I think quercus is great idea and software. Thank you for it! I am trying to run a symfony based project in quercus and I have run into problems. I have found the problems at the glob() function. Here is a simple testcase: <?php $matches = glob('/usr/share/php/symfony'); echo ' '; var_dump($matches); echo ''; ?> the returned value with apache and mod_php is: array(1) { [0]=> string(22) "/usr/share/php/symfony" } while Quercus returns: array(1) { [0]=> string(21) "usr/share/php/symfony" } So Quercus doesn't returns a leading slash while mod_php does. |
||||||||
Additional Information | |||||||||
Attached Files |
glob-test.php [^] (391 bytes) 07-01-08 03:03 0002761_glob.patch [^] (1,388 bytes) 07-02-08 15:22 |
||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
34 total queries executed. 27 unique queries executed. |