Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / c9s/Pux issues and pull requests

#112 - Route parameters error

Issue - State: open - Opened by caferyukseloglu over 1 year ago - 9 comments

#111 - This time we only fixed errors, updated 8.2 on src/

Pull Request - State: closed - Opened by caferyukseloglu over 1 year ago - 5 comments

#110 - Php 8.2.3 Update

Pull Request - State: closed - Opened by caferyukseloglu over 1 year ago - 4 comments

#109 - Raw url with slashes.

Issue - State: open - Opened by ddv88 about 7 years ago - 2 comments

#108 - Support internal routing in Twig templates

Issue - State: open - Opened by c9s about 7 years ago
Labels: feature

#107 - Automatically build dynamic route from prototype with method parameters

Issue - State: open - Opened by c9s about 7 years ago
Labels: feature

#106 - Compilation errors on PHP7 while installing extension

Issue - State: open - Opened by iKevinShah over 7 years ago - 2 comments

#105 - recipe for target 'pux_functions.lo' failed

Issue - State: open - Opened by surjit over 7 years ago - 1 comment

#104 - Compiler error: SHA1 signature could not be verified: broken signature' in /pux:3

Issue - State: closed - Opened by ashcs over 7 years ago - 1 comment

#103 - Using ? instead of /

Issue - State: open - Opened by bnsd55 almost 8 years ago - 3 comments

#102 - Fix HTTPS conditon

Pull Request - State: closed - Opened by Doelia over 8 years ago

#101 - handle 404 request

Issue - State: open - Opened by awlad almost 9 years ago - 2 comments

#100 - Benchmark between Pux and nikic/fast-route?

Issue - State: closed - Opened by nhymxu almost 9 years ago - 4 comments

#99 - undefined symbol: _pux_store_mux

Issue - State: closed - Opened by rtheunissen about 9 years ago - 5 comments

#98 - SAPIResponder should handle header array well

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment
Labels: enhancement

#97 - Add more information to the route callback structure

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement

#96 - App Closure Prototype Validator

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement

#95 - Support codegen for Compositor

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement, api

#94 - Implement Default Responder for PHP SAPIs (fpm, apache php module)

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#93 - Support Pux App in Middleware Compositor

Issue - State: closed - Opened by c9s about 9 years ago
Labels: api

#92 - Dispatch PATH_INFO in middleware and backup the original PATH_INFO

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#91 - Support Middleware Compositor

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#90 - Allow HTTP method to be overwritten by HTTP_X_HTTP_METHOD_OVERRIDE

Pull Request - State: closed - Opened by jqnote about 9 years ago - 3 comments

#89 - Treat HTTP_* keys in _SERVER as header fields

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#88 - Support dispatching Mux routes in Middleware

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment
Labels: enhancement, api

#87 - Use $_SERVER global as the main environment array structure

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment
Labels: enhancement, api

#86 - Middleware Design

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#85 - Convert request method constraint to constant if it's passed by string

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#84 - Support callback by object instance

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#83 - Add RouteRequestMatcher interface for users to customize their route request matcher

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#82 - Add RouteRequest class to handle request matching

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#81 - Extract global variables into Request object

Issue - State: closed - Opened by c9s about 9 years ago - 1 comment

#80 - Support Dispatcher interface in Mux dispatching

Issue - State: open - Opened by c9s about 9 years ago
Labels: api

#79 - Define Dispatcher Interface

Issue - State: open - Opened by c9s about 9 years ago

#78 - DSL for dispatching routes in custom logic block

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement

#77 - Add schema DSL for building route constraints instead of php array

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement

#76 - Rewrite MuxCompiler with CodeGen

Issue - State: open - Opened by c9s about 9 years ago
Labels: enhancement

#75 - README.md : Fix typo

Pull Request - State: closed - Opened by andylibrian over 9 years ago - 1 comment

#74 - How to add one callback for a subpath e.g. /path/* ?

Issue - State: closed - Opened by se-m over 9 years ago - 1 comment

#73 - Best way to benchmark my controller methods

Issue - State: closed - Opened by oytuntez over 9 years ago - 10 comments

#72 - Call to a member function getRoutes() on a non-object in phar

Issue - State: closed - Opened by meglio over 9 years ago - 1 comment

#71 - Is pux a wrapper for C and c++ library?

Issue - State: closed - Opened by topstarnetwork almost 10 years ago - 1 comment

#70 - Typed Function Calls

Issue - State: closed - Opened by apfritts almost 10 years ago - 3 comments

#69 - Merging options nicely

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 3 comments

#68 - Merging options nicely

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 1 comment

#67 - added test for mounting with a callable

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 4 comments

#66 - added test for mounting with a callable

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago

#65 - fixed APCDispatcher not handling RESTful Controller nicely

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 2 comments

#64 - Fixed odd behavory when using Mux::mount()

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 5 comments

#63 - accept a callable function to `Mux::mount()` which can build a child mux

Pull Request - State: closed - Opened by rubensayshi almost 10 years ago - 5 comments

#62 - Replaced IS_CONSTANT_ARRAY with IS_CONSTANT_AST to make it compile again

Pull Request - State: closed - Opened by wolframite almost 10 years ago - 2 comments

#61 - Error during make against PHP 5.6

Issue - State: open - Opened by wolframite almost 10 years ago - 1 comment
Labels: bug

#60 - Compile issues

Pull Request - State: closed - Opened by jbboehr almost 10 years ago - 1 comment

#59 - PHP 5.3 Compatibility

Pull Request - State: closed - Opened by jbboehr almost 10 years ago - 4 comments

#58 - new tagged version with the fix to the default args included

Issue - State: closed - Opened by rubensayshi about 10 years ago - 3 comments

#57 - Pux compilation errors

Issue - State: closed - Opened by johnbendi about 10 years ago - 4 comments
Labels: bug

#56 - Fixed default parameters not being passed to Controller Functions

Pull Request - State: closed - Opened by bearlikelion over 10 years ago - 1 comment

#55 - Use http_response_code function to output status

Issue - State: open - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#54 - Link r3 for the path dispatching

Issue - State: open - Opened by c9s over 10 years ago - 2 comments

#53 - Use Class-Template package to generate router class file

Issue - State: open - Opened by c9s over 10 years ago
Labels: enhancement

#52 - Add "runAction" method to Pux\Controller class.

Issue - State: open - Opened by c9s over 10 years ago

#51 - Adding User-Agent condition support

Issue - State: open - Opened by c9s over 10 years ago
Labels: enhancement

#50 - Adding IP & IP mask condition support

Issue - State: open - Opened by c9s over 10 years ago
Labels: enhancement

#49 - route '/' handling differs

Issue - State: closed - Opened by kenjis over 10 years ago - 7 comments

#48 - Simplify compiled route structure

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#47 - let mount() method get expanded mux from controller object.

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#46 - zend_mm_heap corrupted

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: bug

#45 - allow empty @Route("") definitions

Pull Request - State: closed - Opened by mway over 10 years ago - 2 comments

#44 - don't trim @Route() path

Pull Request - State: closed - Opened by mway over 10 years ago

#43 - Compile route patterns to one single pattern

Issue - State: closed - Opened by c9s over 10 years ago - 2 comments
Labels: enhancement

#42 - Expanding route for Mux to mount causes gc scan access fail.

Issue - State: closed - Opened by c9s over 10 years ago - 4 comments
Labels: bug

#41 - Annotation value case exception?

Issue - State: closed - Opened by c9s over 10 years ago - 7 comments
Labels: enhancement

#40 - default action path for indexAction from controller

Issue - State: closed - Opened by c9s over 10 years ago - 6 comments
Labels: bug

#39 - memory leak of getRequestMethodConstant

Issue - State: closed - Opened by c9s over 10 years ago - 2 comments
Labels: bug

#38 - strncpy() -> estrndup()

Pull Request - State: closed - Opened by mway over 10 years ago - 2 comments

#37 - Feature/annotation

Pull Request - State: closed - Opened by mway over 10 years ago - 25 comments

#36 - Expanded controller HTTP methods

Pull Request - State: closed - Opened by mway over 10 years ago - 19 comments

#35 - RFC 6570

Issue - State: closed - Opened by CMCDragonkai over 10 years ago - 3 comments

#34 - PHP version supports PUT, HEAD and OPTIONS methods

Pull Request - State: closed - Opened by pavelsmolka over 10 years ago - 3 comments

#33 - Add dtor handler for persistent hash table (elements)

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#31 - make routes sort optional in Pux\Mux::compile method

Pull Request - State: closed - Opened by aasiutin over 10 years ago - 1 comment

#30 - strcmp vs strncmp

Issue - State: closed - Opened by gyuco over 10 years ago - 3 comments
Labels: enhancement

#29 - Support for HTTP method PATCH and OPTIONS

Issue - State: closed - Opened by CMCDragonkai over 10 years ago - 3 comments

#28 - Segmentation fault caused by zend GC

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: bug

#27 - Add more list_entry type for persistent resources

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#26 - Use C struct as the presentation of route

Issue - State: closed - Opened by c9s over 10 years ago - 5 comments
Labels: enhancement

#25 - Optimizations

Pull Request - State: closed - Opened by ghost over 10 years ago - 12 comments

#24 - Implement pux_fetch_mux and pux_store_mux to support persistent mux.

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#23 - Add try catch block for ReflectionClass

Pull Request - State: closed - Opened by nicolasbeauvais over 10 years ago - 3 comments

#22 - route '/' handling differs

Issue - State: closed - Opened by kenjis over 10 years ago - 2 comments

#21 - Support to alias and reverse's URL

Issue - State: closed - Opened by fjorgemota over 10 years ago - 2 comments

#20 - Translate PatternCompiler to C to reduce more overhead.

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#19 - Specialise object property related API to gain more performance improvement.

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#18 - Persistent Mux in the extension

Issue - State: closed - Opened by jrbasso over 10 years ago - 48 comments
Labels: enhancement

#17 - Add Pux pure PHP to the benchmark information

Issue - State: closed - Opened by rk over 10 years ago - 21 comments

#16 - Use the same unit tests for both C extension and pure PHP classes

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment

#13 - Support route callback format: "ControllerClass:actionName"

Issue - State: closed - Opened by c9s over 10 years ago - 1 comment
Labels: enhancement

#12 - Symfony 2 Routing test

Issue - State: closed - Opened by giorrrgio over 10 years ago - 17 comments

#5 - Add dump command for printing the compiled routes

Issue - State: closed - Opened by c9s over 10 years ago
Labels: enhancement

#4 - Implement UrlGenerator class for encoding route to an URL.

Issue - State: closed - Opened by c9s over 10 years ago - 4 comments
Labels: enhancement