Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 196)

Ticket Resolution Summary Owner Reporter
#166 fixed git daemon doesn't deal with unknown vhosts well geofft
Description
dr-wily:~ geofft$ git ls-remote git://blah.geofft.scripts.mit.edu/blah.git
fatal: protocol error: bad line length character: Can'

Presumably it can't something. I wonder what it can't.

#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.

#162 fixed Upgrade scripts servers to Fedora 13 andersk
Description

Fedora 11 reached end of life on June 25 and is no longer receiving security support. We’ve been backporting some security updates manually. We should actually upgrade to Fedora 13.

(Not that we didn’t know, just that we didn’t have a ticket. See also the Fedora 13 milestone.)

Note: See TracQuery for help on using queries.