Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2761 | major | always | 07-01-08 03:03 | 07-04-08 00:09 | |
|
|||||
Reporter: | znagy_k2004 | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
![]() ![]() |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|