Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-ocramius-proxy-manager-2.2.3-4.fc35 RPM for noarch

From Fedora 37 for ppc64le / p

Name: php-ocramius-proxy-manager Distribution: Fedora Project
Version: 2.2.3 Vendor: Fedora Project
Release: 4.fc35 Build date: Fri Jul 23 05:27:44 2021
Group: Unspecified Build host: buildvm-a64-04.iad2.fedoraproject.org
Size: 274812 Source RPM: php-ocramius-proxy-manager-2.2.3-4.fc35.src.rpm
Packager: Fedora Project
Url: http://ocramius.github.io/ProxyManager/
Summary: OOP proxy wrappers utilities
This library aims at providing abstraction for generating various kinds
of proxy classes.

Autoloader: /usr/share/php/ProxyManager/autoload.php

Provides

Requires

License

MIT

Changelog

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Mar 24 2021 Remi Collet <remi@remirepo.net> - 2.2.3-3
  - skip tests failing with PHP 8
  - switch to phpunit7
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 11 2021 Remi Collet <remi@remirepo.net> - 2.2.3-1
  - update to 2.2.3
* Fri Jul 31 2020 Merlin Mathesius <mmathesi@redhat.com> - 2.2.2-4
  - Minor conditional fix for ELN
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Feb 23 2020 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.2.2-3
  - Fix FTBFS (RHDB #1799874)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Aug 29 2019 Remi Collet <remi@remirepo.net> - 2.2.2-1
  - update to 2.2.2
  - raise dependency on PHP 7.2
  - raise dependency on zend-code 3.3
  - use zendframework component autoloaders instead of framework one
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Files

/usr/share/doc/php-ocramius-proxy-manager
/usr/share/doc/php-ocramius-proxy-manager/CHANGELOG.md
/usr/share/doc/php-ocramius-proxy-manager/CONTRIBUTING.md
/usr/share/doc/php-ocramius-proxy-manager/README.md
/usr/share/doc/php-ocramius-proxy-manager/STABILITY.md
/usr/share/doc/php-ocramius-proxy-manager/UPGRADE.md
/usr/share/doc/php-ocramius-proxy-manager/composer.json
/usr/share/licenses/php-ocramius-proxy-manager
/usr/share/licenses/php-ocramius-proxy-manager/LICENSE
/usr/share/php/ProxyManager
/usr/share/php/ProxyManager/Autoloader
/usr/share/php/ProxyManager/Autoloader/Autoloader.php
/usr/share/php/ProxyManager/Autoloader/AutoloaderInterface.php
/usr/share/php/ProxyManager/Configuration.php
/usr/share/php/ProxyManager/Exception
/usr/share/php/ProxyManager/Exception/DisabledMethodException.php
/usr/share/php/ProxyManager/Exception/ExceptionInterface.php
/usr/share/php/ProxyManager/Exception/FileNotWritableException.php
/usr/share/php/ProxyManager/Exception/InvalidProxiedClassException.php
/usr/share/php/ProxyManager/Exception/InvalidProxyDirectoryException.php
/usr/share/php/ProxyManager/Exception/UnsupportedProxiedClassException.php
/usr/share/php/ProxyManager/Factory
/usr/share/php/ProxyManager/Factory/AbstractBaseFactory.php
/usr/share/php/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php
/usr/share/php/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php
/usr/share/php/ProxyManager/Factory/LazyLoadingGhostFactory.php
/usr/share/php/ProxyManager/Factory/LazyLoadingValueHolderFactory.php
/usr/share/php/ProxyManager/Factory/NullObjectFactory.php
/usr/share/php/ProxyManager/Factory/RemoteObject
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/Soap.php
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php
/usr/share/php/ProxyManager/Factory/RemoteObject/AdapterInterface.php
/usr/share/php/ProxyManager/Factory/RemoteObjectFactory.php
/usr/share/php/ProxyManager/FileLocator
/usr/share/php/ProxyManager/FileLocator/FileLocator.php
/usr/share/php/ProxyManager/FileLocator/FileLocatorInterface.php
/usr/share/php/ProxyManager/Generator
/usr/share/php/ProxyManager/Generator/ClassGenerator.php
/usr/share/php/ProxyManager/Generator/MagicMethodGenerator.php
/usr/share/php/ProxyManager/Generator/MethodGenerator.php
/usr/share/php/ProxyManager/Generator/Util
/usr/share/php/ProxyManager/Generator/Util/ClassGeneratorUtils.php
/usr/share/php/ProxyManager/Generator/Util/IdentifierSuffixer.php
/usr/share/php/ProxyManager/Generator/Util/ProxiedMethodReturnExpression.php
/usr/share/php/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php
/usr/share/php/ProxyManager/GeneratorStrategy
/usr/share/php/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php
/usr/share/php/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php
/usr/share/php/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php
/usr/share/php/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php
/usr/share/php/ProxyManager/Inflector
/usr/share/php/ProxyManager/Inflector/ClassNameInflector.php
/usr/share/php/ProxyManager/Inflector/ClassNameInflectorInterface.php
/usr/share/php/ProxyManager/Inflector/Util
/usr/share/php/ProxyManager/Inflector/Util/ParameterEncoder.php
/usr/share/php/ProxyManager/Inflector/Util/ParameterHasher.php
/usr/share/php/ProxyManager/Proxy
/usr/share/php/ProxyManager/Proxy/AccessInterceptorInterface.php
/usr/share/php/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php
/usr/share/php/ProxyManager/Proxy/Exception
/usr/share/php/ProxyManager/Proxy/Exception/RemoteObjectException.php
/usr/share/php/ProxyManager/Proxy/FallbackValueHolderInterface.php
/usr/share/php/ProxyManager/Proxy/GhostObjectInterface.php
/usr/share/php/ProxyManager/Proxy/LazyLoadingInterface.php
/usr/share/php/ProxyManager/Proxy/NullObjectInterface.php
/usr/share/php/ProxyManager/Proxy/ProxyInterface.php
/usr/share/php/ProxyManager/Proxy/RemoteObjectInterface.php
/usr/share/php/ProxyManager/Proxy/SmartReferenceInterface.php
/usr/share/php/ProxyManager/Proxy/ValueHolderInterface.php
/usr/share/php/ProxyManager/Proxy/VirtualProxyInterface.php
/usr/share/php/ProxyManager/ProxyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/Assertion
/usr/share/php/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/NullObject
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/ProxyManager/ProxyGenerator/NullObjectGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/PropertyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php
/usr/share/php/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/Util
/usr/share/php/ProxyManager/ProxyGenerator/Util/GetMethodIfExists.php
/usr/share/php/ProxyManager/ProxyGenerator/Util/Properties.php
/usr/share/php/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php
/usr/share/php/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php
/usr/share/php/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php
/usr/share/php/ProxyManager/Signature
/usr/share/php/ProxyManager/Signature/ClassSignatureGenerator.php
/usr/share/php/ProxyManager/Signature/ClassSignatureGeneratorInterface.php
/usr/share/php/ProxyManager/Signature/Exception
/usr/share/php/ProxyManager/Signature/Exception/ExceptionInterface.php
/usr/share/php/ProxyManager/Signature/Exception/InvalidSignatureException.php
/usr/share/php/ProxyManager/Signature/Exception/MissingSignatureException.php
/usr/share/php/ProxyManager/Signature/SignatureChecker.php
/usr/share/php/ProxyManager/Signature/SignatureCheckerInterface.php
/usr/share/php/ProxyManager/Signature/SignatureGenerator.php
/usr/share/php/ProxyManager/Signature/SignatureGeneratorInterface.php
/usr/share/php/ProxyManager/Stub
/usr/share/php/ProxyManager/Stub/EmptyClassStub.php
/usr/share/php/ProxyManager/Version.php
/usr/share/php/ProxyManager/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024