Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 196)

Ticket Resolution Summary Owner Reporter
#100 wontfix .txt should be a trusted extension ezyang
Description

The primary concern with this is that the behavior of scripts.mit.edu has been to disallow .txt files, so user expectation may be in this direction. Thus, I am curious:

  1. How support requests we have gotten because someone published a txt file and it wasn't visible, and
  1. How many .txt files live in web_scripts in all of our users?

Ticket #92 is related.

#164 wontfix Zend Guard support ezyang
Description

Zend Optimizer is an extension to PHP that improves the performance of PHP scripts and permits users to run scripts that have been obfuscated by Zend Guard. There is a fair bit of payware PHP software encoded by this, and users occasionally want to run them on Scripts (see for example RT #1298251).

Zend Optimizer is only available as a binary .so file for x86_64, and furthermore, it is only compatible with PHP 5.2 at the time of writing, so it's kind of not usable (right now) on recent releases of Fedora. However, because we allow loading arbitrary php.ini files, users can simply copy the .so file to a location in their web_scripts and then send zend_extension to that absolute path.

It may be worth scriptsifying the binary .so and placing it in extension_dir (in our case, /usr/lib64/php/modules), thus officially supporting Zend Optimizer through the "zend_extension=ZendOptimizer?.so" flag in a php.ini file. However, this leaves us with an unsatisfying upgrade story when we upgrade PHP.

#167 fixed scriptsVhost LDAP schema has invalid syntax specification ezyang
Description

We use DirectoryString? (1.3.6.1.4.1.1466.115.121.1.15) for scriptsVhostDirectory, but scriptsVhostDirectory will be empty in the case of the top level directory and DirectoryString? is not permitted to be empty. We should probably be using something like UTF8String ( IANA-ASSIGNED-OID.2 DESC 'UTF8String' ) instead. It's unclear how a migration for this would happen.

This is relevant because Fedora 13 turns on syntax validation (nsslapd-syntaxcheck) by default; we need to turn this off for now.

Note: See TracQuery for help on using queries.