Version Notes
1.12.3.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Lib_ZF |
Version | 1.12.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.11.1.0 to 1.12.3.0
- lib/Zend/Acl.php +15 -10
- lib/Zend/Acl/Assert/Interface.php +3 -3
- lib/Zend/Acl/Exception.php +3 -3
- lib/Zend/Acl/Resource.php +3 -3
- lib/Zend/Acl/Resource/Interface.php +3 -3
- lib/Zend/Acl/Role.php +4 -4
- lib/Zend/Acl/Role/Interface.php +3 -3
- lib/Zend/Acl/Role/Registry.php +3 -3
- lib/Zend/Acl/Role/Registry/Exception.php +3 -3
- lib/Zend/Amf/Adobe/Auth.php +3 -3
- lib/Zend/Amf/Adobe/DbInspector.php +3 -3
- lib/Zend/Amf/Adobe/Introspector.php +3 -3
- lib/Zend/Amf/Auth/Abstract.php +3 -3
- lib/Zend/Amf/Constants.php +3 -3
- lib/Zend/Amf/Exception.php +3 -3
- lib/Zend/Amf/Parse/Amf0/Deserializer.php +3 -3
- lib/Zend/Amf/Parse/Amf0/Serializer.php +15 -15
- lib/Zend/Amf/Parse/Amf3/Deserializer.php +5 -4
- lib/Zend/Amf/Parse/Amf3/Serializer.php +18 -13
- lib/Zend/Amf/Parse/Deserializer.php +3 -3
- lib/Zend/Amf/Parse/InputStream.php +3 -3
- lib/Zend/Amf/Parse/OutputStream.php +3 -3
- lib/Zend/Amf/Parse/Resource/MysqlResult.php +3 -3
- lib/Zend/Amf/Parse/Resource/MysqliResult.php +3 -3
- lib/Zend/Amf/Parse/Resource/Stream.php +3 -3
- lib/Zend/Amf/Parse/Serializer.php +11 -3
- lib/Zend/Amf/Parse/TypeLoader.php +3 -3
- lib/Zend/Amf/Request.php +3 -3
- lib/Zend/Amf/Request/Http.php +3 -3
- lib/Zend/Amf/Response.php +5 -5
- lib/Zend/Amf/Response/Http.php +27 -5
- lib/Zend/Amf/Server.php +169 -57
- lib/Zend/Amf/Server/Exception.php +3 -3
- lib/Zend/Amf/Util/BinaryStream.php +21 -9
- lib/Zend/Amf/Value/ByteArray.php +3 -3
- lib/Zend/Amf/Value/MessageBody.php +3 -3
- lib/Zend/Amf/Value/MessageHeader.php +3 -3
- lib/Zend/Amf/Value/Messaging/AbstractMessage.php +3 -3
- lib/Zend/Amf/Value/Messaging/AcknowledgeMessage.php +3 -3
- lib/Zend/Amf/Value/Messaging/ArrayCollection.php +4 -4
- lib/Zend/Amf/Value/Messaging/AsyncMessage.php +3 -3
- lib/Zend/Amf/Value/Messaging/CommandMessage.php +3 -3
- lib/Zend/Amf/Value/Messaging/ErrorMessage.php +3 -3
- lib/Zend/Amf/Value/Messaging/RemotingMessage.php +3 -3
- lib/Zend/Amf/Value/TraitsInfo.php +3 -3
- lib/Zend/Application.php +9 -5
- lib/Zend/Application/Bootstrap/Bootstrap.php +4 -4
- lib/Zend/Application/Bootstrap/BootstrapAbstract.php +8 -5
- lib/Zend/Application/Bootstrap/Bootstrapper.php +3 -3
- lib/Zend/Application/Bootstrap/Exception.php +3 -3
- lib/Zend/Application/Bootstrap/ResourceBootstrapper.php +3 -3
- lib/Zend/Application/Exception.php +3 -3
- lib/Zend/Application/Module/Autoloader.php +3 -3
- lib/Zend/Application/Module/Bootstrap.php +5 -5
- lib/Zend/Application/Resource/Cachemanager.php +5 -5
- lib/Zend/Application/Resource/Db.php +14 -11
- lib/Zend/Application/Resource/Dojo.php +3 -3
- lib/Zend/Application/Resource/Exception.php +3 -3
- lib/Zend/Application/Resource/Frontcontroller.php +22 -6
- lib/Zend/Application/Resource/Layout.php +3 -3
- lib/Zend/Application/Resource/Locale.php +33 -5
- lib/Zend/Application/Resource/Log.php +11 -6
- lib/Zend/Application/Resource/Mail.php +16 -15
- lib/Zend/Application/Resource/Modules.php +22 -5
- lib/Zend/Application/Resource/Multidb.php +5 -5
- lib/Zend/Application/Resource/Navigation.php +7 -6
- lib/Zend/Application/Resource/Resource.php +3 -3
- lib/Zend/Application/Resource/ResourceAbstract.php +3 -3
- lib/Zend/Application/Resource/Router.php +3 -3
- lib/Zend/Application/Resource/Session.php +4 -4
- lib/Zend/Application/Resource/Translate.php +3 -3
- lib/Zend/Application/Resource/Useragent.php +72 -72
- lib/Zend/Application/Resource/View.php +7 -5
- lib/Zend/Auth.php +3 -3
- lib/Zend/Auth/Adapter/DbTable.php +15 -15
- lib/Zend/Auth/Adapter/Digest.php +4 -4
- lib/Zend/Auth/Adapter/Exception.php +3 -3
- lib/Zend/Auth/Adapter/Http.php +4 -4
- lib/Zend/Auth/Adapter/Http/Resolver/Exception.php +3 -3
- lib/Zend/Auth/Adapter/Http/Resolver/File.php +3 -3
- lib/Zend/Auth/Adapter/Http/Resolver/Interface.php +3 -3
- lib/Zend/Auth/Adapter/InfoCard.php +3 -3
- lib/Zend/Auth/Adapter/Interface.php +3 -3
- lib/Zend/Auth/Adapter/Ldap.php +13 -7
- lib/Zend/Auth/Adapter/OpenId.php +3 -3
- lib/Zend/Auth/Exception.php +3 -3
- lib/Zend/Auth/Result.php +3 -3
- lib/Zend/Auth/Storage/Exception.php +3 -3
- lib/Zend/Auth/Storage/Interface.php +3 -3
- lib/Zend/Auth/Storage/NonPersistent.php +3 -3
- lib/Zend/Auth/Storage/Session.php +3 -3
- lib/Zend/Barcode.php +13 -13
- lib/Zend/Barcode/Exception.php +3 -3
- lib/Zend/Barcode/Object/Code128.php +39 -39
- lib/Zend/Barcode/Object/Code25.php +5 -5
- lib/Zend/Barcode/Object/Code25interleaved.php +3 -3
- lib/Zend/Barcode/Object/Code39.php +4 -4
- lib/Zend/Barcode/Object/Ean13.php +3 -3
- lib/Zend/Barcode/Object/Ean2.php +3 -3
- lib/Zend/Barcode/Object/Ean5.php +3 -3
- lib/Zend/Barcode/Object/Ean8.php +3 -3
- lib/Zend/Barcode/Object/Error.php +3 -3
- lib/Zend/Barcode/Object/Exception.php +3 -3
- lib/Zend/Barcode/Object/Identcode.php +3 -3
- lib/Zend/Barcode/Object/Itf14.php +3 -3
- lib/Zend/Barcode/Object/Leitcode.php +3 -3
- lib/Zend/Barcode/Object/ObjectAbstract.php +3 -3
- lib/Zend/Barcode/Object/Planet.php +3 -3
- lib/Zend/Barcode/Object/Postnet.php +3 -3
- lib/Zend/Barcode/Object/Royalmail.php +3 -3
- lib/Zend/Barcode/Object/Upca.php +3 -3
- lib/Zend/Barcode/Object/Upce.php +3 -3
- lib/Zend/Barcode/Renderer/Exception.php +3 -3
- lib/Zend/Barcode/Renderer/Image.php +3 -3
- lib/Zend/Barcode/Renderer/Pdf.php +3 -3
- lib/Zend/Barcode/Renderer/RendererAbstract.php +3 -3
- lib/Zend/Barcode/Renderer/Svg.php +2 -2
- lib/Zend/Cache.php +8 -8
- lib/Zend/Cache/Backend.php +29 -5
- lib/Zend/Cache/Backend/Apc.php +3 -3
- lib/Zend/Cache/Backend/BlackHole.php +5 -5
- lib/Zend/Cache/Backend/ExtendedInterface.php +3 -3
- lib/Zend/Cache/Backend/File.php +51 -26
- lib/Zend/Cache/Backend/Interface.php +3 -3
- lib/Zend/Cache/Backend/Libmemcached.php +3 -3
- lib/Zend/Cache/Backend/Memcached.php +3 -3
- lib/Zend/Cache/Backend/Sqlite.php +3 -4
- lib/Zend/Cache/Backend/Static.php +26 -25
- lib/Zend/Cache/Backend/Test.php +5 -5
- lib/Zend/Cache/Backend/TwoLevels.php +11 -11
- lib/Zend/Cache/Backend/WinCache.php +349 -0
- lib/Zend/Cache/Backend/Xcache.php +3 -3
- lib/Zend/Cache/Backend/ZendPlatform.php +3 -3
- lib/Zend/Cache/Backend/ZendServer.php +3 -3
- lib/Zend/Cache/Backend/ZendServer/Disk.php +3 -3
- lib/Zend/Cache/Backend/ZendServer/ShMem.php +3 -3
- lib/Zend/Cache/Core.php +41 -33
- lib/Zend/Cache/Exception.php +3 -3
- lib/Zend/Cache/Frontend/Capture.php +4 -4
- lib/Zend/Cache/Frontend/Class.php +11 -5
- lib/Zend/Cache/Frontend/File.php +9 -5
- lib/Zend/Cache/Frontend/Function.php +4 -5
- lib/Zend/Cache/Frontend/Output.php +5 -6
- lib/Zend/Cache/Frontend/Page.php +8 -6
- lib/Zend/Cache/Manager.php +3 -3
- lib/Zend/Captcha/Adapter.php +3 -3
- lib/Zend/Captcha/Base.php +3 -3
- lib/Zend/Captcha/Dumb.php +27 -4
- lib/Zend/Captcha/Exception.php +3 -3
- lib/Zend/Captcha/Figlet.php +3 -3
- lib/Zend/Captcha/Image.php +9 -5
- lib/Zend/Captcha/ReCaptcha.php +18 -4
- lib/Zend/Captcha/Word.php +25 -25
- lib/Zend/Cloud/AbstractFactory.php +8 -8
- lib/Zend/Cloud/DocumentService/Adapter.php +15 -15
- lib/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php +13 -13
- lib/Zend/Cloud/DocumentService/Adapter/SimpleDb.php +468 -468
- lib/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php +10 -10
- lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php +56 -56
- lib/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php +171 -171
- lib/Zend/Cloud/DocumentService/Document.php +248 -248
- lib/Zend/Cloud/DocumentService/DocumentSet.php +4 -4
- lib/Zend/Cloud/DocumentService/Exception.php +38 -38
- lib/Zend/Cloud/DocumentService/Factory.php +8 -8
- lib/Zend/Cloud/DocumentService/Query.php +191 -191
- lib/Zend/Cloud/DocumentService/QueryAdapter.php +102 -102
- lib/Zend/Cloud/Exception.php +53 -53
- lib/Zend/Cloud/Infrastructure/Adapter.php +167 -0
- lib/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php +175 -0
- lib/Zend/Cloud/Infrastructure/Adapter/Ec2.php +496 -0
- lib/Zend/Cloud/Infrastructure/Adapter/Rackspace.php +483 -0
- lib/Zend/Cloud/Infrastructure/Exception.php +25 -0
- lib/Zend/Cloud/Infrastructure/Factory.php +65 -0
- lib/Zend/Cloud/Infrastructure/Image.php +176 -0
- lib/Zend/Cloud/Infrastructure/ImageList.php +218 -0
- lib/Zend/Cloud/Infrastructure/Instance.php +320 -0
- lib/Zend/Cloud/Infrastructure/InstanceList.php +219 -0
- lib/Zend/Cloud/OperationNotAvailableException.php +34 -34
- lib/Zend/Cloud/QueueService/Adapter.php +18 -18
- lib/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php +8 -8
- lib/Zend/Cloud/QueueService/Adapter/Sqs.php +19 -19
- lib/Zend/Cloud/QueueService/Adapter/WindowsAzure.php +26 -26
- lib/Zend/Cloud/QueueService/Adapter/ZendQueue.php +29 -29
- lib/Zend/Cloud/QueueService/Exception.php +37 -37
- lib/Zend/Cloud/QueueService/Factory.php +7 -7
- lib/Zend/Cloud/QueueService/Message.php +60 -60
- lib/Zend/Cloud/QueueService/MessageSet.php +6 -6
- lib/Zend/Cloud/StorageService/Adapter.php +16 -16
- lib/Zend/Cloud/StorageService/Adapter/FileSystem.php +267 -267
- lib/Zend/Cloud/StorageService/Adapter/Nirvanix.php +399 -399
- lib/Zend/Cloud/StorageService/Adapter/Rackspace.php +332 -0
- lib/Zend/Cloud/StorageService/Adapter/S3.php +332 -327
- lib/Zend/Cloud/StorageService/Adapter/WindowsAzure.php +443 -443
- lib/Zend/Cloud/StorageService/Exception.php +38 -38
- lib/Zend/Cloud/StorageService/Factory.php +9 -9
- lib/Zend/CodeGenerator/Abstract.php +3 -3
- lib/Zend/CodeGenerator/Exception.php +3 -3
- lib/Zend/CodeGenerator/Php/Abstract.php +3 -3
- lib/Zend/CodeGenerator/Php/Body.php +3 -3
- lib/Zend/CodeGenerator/Php/Class.php +109 -4
- lib/Zend/CodeGenerator/Php/Docblock.php +8 -4
- lib/Zend/CodeGenerator/Php/Docblock/Tag.php +10 -16
- lib/Zend/CodeGenerator/Php/Docblock/Tag/License.php +3 -3
- lib/Zend/CodeGenerator/Php/Docblock/Tag/Param.php +4 -4
- lib/Zend/CodeGenerator/Php/Docblock/Tag/Return.php +3 -3
- lib/Zend/CodeGenerator/Php/Exception.php +3 -3
- lib/Zend/CodeGenerator/Php/File.php +9 -6
- lib/Zend/CodeGenerator/Php/Member/Abstract.php +3 -3
- lib/Zend/CodeGenerator/Php/Member/Container.php +3 -3
- lib/Zend/CodeGenerator/Php/Method.php +6 -4
- lib/Zend/CodeGenerator/Php/Parameter.php +3 -3
- lib/Zend/CodeGenerator/Php/Parameter/DefaultValue.php +3 -3
- lib/Zend/CodeGenerator/Php/Property.php +3 -3
- lib/Zend/CodeGenerator/Php/Property/DefaultValue.php +3 -3
- lib/Zend/Config.php +3 -3
- lib/Zend/Config/Exception.php +3 -3
- lib/Zend/Config/Ini.php +11 -10
- lib/Zend/Config/Json.php +4 -2
- lib/Zend/Config/Writer.php +3 -3
- lib/Zend/Config/Writer/Array.php +3 -3
- lib/Zend/Config/Writer/FileAbstract.php +3 -3
- lib/Zend/Config/Writer/Ini.php +8 -8
- lib/Zend/Config/Writer/Json.php +1 -1
- lib/Zend/Config/Writer/Xml.php +3 -3
- lib/Zend/Config/Writer/Yaml.php +2 -2
- lib/Zend/Config/Xml.php +16 -6
- lib/Zend/Config/Yaml.php +60 -27
- lib/Zend/Console/Getopt.php +3 -3
- lib/Zend/Console/Getopt/Exception.php +3 -3
- lib/Zend/Controller/Action.php +121 -11
- lib/Zend/Controller/Action/Exception.php +3 -3
- lib/Zend/Controller/Action/Helper/Abstract.php +11 -9
- lib/Zend/Controller/Action/Helper/ActionStack.php +3 -3
- lib/Zend/Controller/Action/Helper/AjaxContext.php +7 -4
- lib/Zend/Controller/Action/Helper/AutoComplete/Abstract.php +3 -3
- lib/Zend/Controller/Action/Helper/AutoCompleteDojo.php +3 -3
- lib/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php +3 -3
- lib/Zend/Controller/Action/Helper/Cache.php +17 -7
- lib/Zend/Controller/Action/Helper/ContextSwitch.php +4 -4
- lib/Zend/Controller/Action/Helper/FlashMessenger.php +76 -29
- lib/Zend/Controller/Action/Helper/Json.php +15 -12
- lib/Zend/Controller/Action/Helper/Redirector.php +9 -9
- lib/Zend/Controller/Action/Helper/Url.php +3 -3
- lib/Zend/Controller/Action/Helper/ViewRenderer.php +6 -3
- lib/Zend/Controller/Action/HelperBroker.php +3 -3
- lib/Zend/Controller/Action/HelperBroker/PriorityStack.php +3 -3
- lib/Zend/Controller/Action/Interface.php +3 -3
- lib/Zend/Controller/Dispatcher/Abstract.php +3 -3
- lib/Zend/Controller/Dispatcher/Exception.php +3 -3
- lib/Zend/Controller/Dispatcher/Interface.php +3 -3
- lib/Zend/Controller/Dispatcher/Standard.php +18 -5
- lib/Zend/Controller/Exception.php +3 -3
- lib/Zend/Controller/Front.php +3 -3
- lib/Zend/Controller/Plugin/Abstract.php +3 -3
- lib/Zend/Controller/Plugin/ActionStack.php +3 -3
- lib/Zend/Controller/Plugin/Broker.php +11 -9
- lib/Zend/Controller/Plugin/ErrorHandler.php +16 -5
- lib/Zend/Controller/Plugin/PutHandler.php +3 -3
- lib/Zend/Controller/Request/Abstract.php +4 -4
- lib/Zend/Controller/Request/Apache404.php +4 -4
- lib/Zend/Controller/Request/Exception.php +3 -3
- lib/Zend/Controller/Request/Http.php +27 -21
- lib/Zend/Controller/Request/HttpTestCase.php +2 -2
- lib/Zend/Controller/Request/Simple.php +3 -3
- lib/Zend/Controller/Response/Abstract.php +6 -4
- lib/Zend/Controller/Response/Cli.php +3 -3
- lib/Zend/Controller/Response/Exception.php +3 -3
- lib/Zend/Controller/Response/Http.php +2 -2
- lib/Zend/Controller/Response/HttpTestCase.php +2 -2
- lib/Zend/Controller/Router/Abstract.php +8 -3
- lib/Zend/Controller/Router/Exception.php +3 -3
- lib/Zend/Controller/Router/Interface.php +3 -3
- lib/Zend/Controller/Router/Rewrite.php +11 -6
- lib/Zend/Controller/Router/Route.php +8 -5
- lib/Zend/Controller/Router/Route/Abstract.php +8 -3
- lib/Zend/Controller/Router/Route/Chain.php +57 -14
- lib/Zend/Controller/Router/Route/Hostname.php +3 -4
- lib/Zend/Controller/Router/Route/Interface.php +3 -3
- lib/Zend/Controller/Router/Route/Module.php +10 -15
- lib/Zend/Controller/Router/Route/Regex.php +4 -4
- lib/Zend/Controller/Router/Route/Static.php +5 -5
- lib/Zend/Crypt.php +3 -3
- lib/Zend/Crypt/DiffieHellman.php +3 -3
- lib/Zend/Crypt/DiffieHellman/Exception.php +3 -3
- lib/Zend/Crypt/Exception.php +3 -3
- lib/Zend/Crypt/Hmac.php +3 -3
- lib/Zend/Crypt/Hmac/Exception.php +3 -3
- lib/Zend/Crypt/Math.php +3 -3
- lib/Zend/Crypt/Math/BigInteger.php +3 -3
- lib/Zend/Crypt/Math/BigInteger/Bcmath.php +3 -3
- lib/Zend/Crypt/Math/BigInteger/Exception.php +3 -3
- lib/Zend/Crypt/Math/BigInteger/Gmp.php +3 -3
- lib/Zend/Crypt/Math/BigInteger/Interface.php +3 -3
- lib/Zend/Crypt/Math/Exception.php +3 -3
- lib/Zend/Crypt/Rsa.php +18 -4
- lib/Zend/Crypt/Rsa/Exception.php +2 -2
- lib/Zend/Crypt/Rsa/Key.php +3 -3
- lib/Zend/Crypt/Rsa/Key/Private.php +3 -3
- lib/Zend/Crypt/Rsa/Key/Public.php +3 -3
- lib/Zend/Currency.php +16 -8
- lib/Zend/Currency/CurrencyInterface.php +3 -3
- lib/Zend/Currency/Exception.php +3 -3
- lib/Zend/Date.php +25 -24
- lib/Zend/Date/Cities.php +3 -3
- lib/Zend/Date/DateObject.php +10 -3
- lib/Zend/Date/Exception.php +3 -3
- lib/Zend/Db.php +16 -3
- lib/Zend/Db/Adapter/Abstract.php +7 -4
- lib/Zend/Db/Adapter/Db2.php +4 -4
- lib/Zend/Db/Adapter/Db2/Exception.php +4 -4
- lib/Zend/Db/Adapter/Exception.php +3 -3
- lib/Zend/Db/Adapter/Mysqli.php +11 -4
- lib/Zend/Db/Adapter/Mysqli/Exception.php +3 -3
- lib/Zend/Db/Adapter/Oracle.php +6 -5
- lib/Zend/Db/Adapter/Oracle/Exception.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Abstract.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Ibm.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Ibm/Db2.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Ibm/Ids.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Mssql.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Mysql.php +16 -3
- lib/Zend/Db/Adapter/Pdo/Oci.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Pgsql.php +3 -3
- lib/Zend/Db/Adapter/Pdo/Sqlite.php +3 -3
- lib/Zend/Db/Adapter/Sqlsrv.php +16 -11
- lib/Zend/Db/Adapter/Sqlsrv/Exception.php +3 -3
- lib/Zend/Db/Exception.php +3 -3
- lib/Zend/Db/Expr.php +3 -3
- lib/Zend/Db/Profiler.php +8 -6
- lib/Zend/Db/Profiler/Exception.php +3 -3
- lib/Zend/Db/Profiler/Firebug.php +3 -3
- lib/Zend/Db/Profiler/Query.php +3 -3
- lib/Zend/Db/Select.php +16 -11
- lib/Zend/Db/Select/Exception.php +3 -3
- lib/Zend/Db/Statement.php +25 -22
- lib/Zend/Db/Statement/Db2.php +4 -4
- lib/Zend/Db/Statement/Db2/Exception.php +3 -3
- lib/Zend/Db/Statement/Exception.php +3 -3
- lib/Zend/Db/Statement/Interface.php +3 -3
- lib/Zend/Db/Statement/Mysqli.php +3 -3
- lib/Zend/Db/Statement/Mysqli/Exception.php +3 -3
- lib/Zend/Db/Statement/Oracle.php +5 -5
- lib/Zend/Db/Statement/Oracle/Exception.php +3 -3
- lib/Zend/Db/Statement/Pdo.php +3 -3
- lib/Zend/Db/Statement/Pdo/Ibm.php +3 -3
- lib/Zend/Db/Statement/Pdo/Oci.php +3 -3
- lib/Zend/Db/Statement/Sqlsrv.php +9 -9
- lib/Zend/Db/Statement/Sqlsrv/Exception.php +3 -3
- lib/Zend/Db/Table.php +3 -3
- lib/Zend/Db/Table/Abstract.php +133 -29
- lib/Zend/Db/Table/Definition.php +3 -3
- lib/Zend/Db/Table/Exception.php +3 -3
- lib/Zend/Db/Table/Row.php +3 -3
- lib/Zend/Db/Table/Row/Abstract.php +16 -35
- lib/Zend/Db/Table/Row/Exception.php +3 -3
- lib/Zend/Db/Table/Rowset.php +3 -3
- lib/Zend/Db/Table/Rowset/Abstract.php +7 -7
- lib/Zend/Db/Table/Rowset/Exception.php +3 -3
- lib/Zend/Db/Table/Select.php +3 -3
- lib/Zend/Db/Table/Select/Exception.php +3 -3
- lib/Zend/Debug.php +9 -4
- lib/Zend/Dojo.php +3 -3
- lib/Zend/Dojo/BuildLayer.php +3 -3
- lib/Zend/Dojo/Data.php +3 -3
- lib/Zend/Dojo/Exception.php +3 -3
- lib/Zend/Dojo/Form.php +3 -3
- lib/Zend/Dojo/Form/Decorator/AccordionContainer.php +3 -3
- lib/Zend/Dojo/Form/Decorator/AccordionPane.php +3 -3
- lib/Zend/Dojo/Form/Decorator/BorderContainer.php +3 -3
- lib/Zend/Dojo/Form/Decorator/ContentPane.php +3 -3
- lib/Zend/Dojo/Form/Decorator/DijitContainer.php +3 -3
- lib/Zend/Dojo/Form/Decorator/DijitElement.php +3 -3
- lib/Zend/Dojo/Form/Decorator/DijitForm.php +8 -3
- lib/Zend/Dojo/Form/Decorator/SplitContainer.php +3 -3
- lib/Zend/Dojo/Form/Decorator/StackContainer.php +3 -3
- lib/Zend/Dojo/Form/Decorator/TabContainer.php +3 -3
- lib/Zend/Dojo/Form/DisplayGroup.php +3 -3
- lib/Zend/Dojo/Form/Element/Button.php +3 -3
- lib/Zend/Dojo/Form/Element/CheckBox.php +3 -3
- lib/Zend/Dojo/Form/Element/ComboBox.php +3 -3
- lib/Zend/Dojo/Form/Element/CurrencyTextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/DateTextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/Dijit.php +3 -3
- lib/Zend/Dojo/Form/Element/DijitMulti.php +3 -3
- lib/Zend/Dojo/Form/Element/Editor.php +104 -6
- lib/Zend/Dojo/Form/Element/FilteringSelect.php +3 -3
- lib/Zend/Dojo/Form/Element/HorizontalSlider.php +3 -3
- lib/Zend/Dojo/Form/Element/NumberSpinner.php +7 -7
- lib/Zend/Dojo/Form/Element/NumberTextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/PasswordTextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/RadioButton.php +3 -3
- lib/Zend/Dojo/Form/Element/SimpleTextarea.php +3 -3
- lib/Zend/Dojo/Form/Element/Slider.php +3 -3
- lib/Zend/Dojo/Form/Element/SubmitButton.php +3 -3
- lib/Zend/Dojo/Form/Element/TextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/Textarea.php +3 -3
- lib/Zend/Dojo/Form/Element/TimeTextBox.php +3 -3
- lib/Zend/Dojo/Form/Element/ValidationTextBox.php +5 -3
- lib/Zend/Dojo/Form/Element/VerticalSlider.php +3 -3
- lib/Zend/Dojo/Form/SubForm.php +3 -3
- lib/Zend/Dojo/View/Exception.php +3 -3
- lib/Zend/Dojo/View/Helper/AccordionContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/AccordionPane.php +3 -3
- lib/Zend/Dojo/View/Helper/BorderContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/Button.php +3 -3
- lib/Zend/Dojo/View/Helper/CheckBox.php +3 -3
- lib/Zend/Dojo/View/Helper/ComboBox.php +7 -3
- lib/Zend/Dojo/View/Helper/ContentPane.php +3 -3
- lib/Zend/Dojo/View/Helper/CurrencyTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/CustomDijit.php +3 -3
- lib/Zend/Dojo/View/Helper/DateTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/Dijit.php +3 -3
- lib/Zend/Dojo/View/Helper/DijitContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/Dojo.php +3 -3
- lib/Zend/Dojo/View/Helper/Dojo/Container.php +10 -10
- lib/Zend/Dojo/View/Helper/Editor.php +23 -11
- lib/Zend/Dojo/View/Helper/FilteringSelect.php +3 -3
- lib/Zend/Dojo/View/Helper/Form.php +3 -7
- lib/Zend/Dojo/View/Helper/HorizontalSlider.php +3 -3
- lib/Zend/Dojo/View/Helper/NumberSpinner.php +3 -3
- lib/Zend/Dojo/View/Helper/NumberTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/PasswordTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/RadioButton.php +3 -3
- lib/Zend/Dojo/View/Helper/SimpleTextarea.php +4 -5
- lib/Zend/Dojo/View/Helper/Slider.php +4 -4
- lib/Zend/Dojo/View/Helper/SplitContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/StackContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/SubmitButton.php +3 -3
- lib/Zend/Dojo/View/Helper/TabContainer.php +3 -3
- lib/Zend/Dojo/View/Helper/TextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/Textarea.php +3 -4
- lib/Zend/Dojo/View/Helper/TimeTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/ValidationTextBox.php +3 -3
- lib/Zend/Dojo/View/Helper/VerticalSlider.php +3 -3
- lib/Zend/Dom/Exception.php +3 -3
- lib/Zend/Dom/Query.php +21 -7
- lib/Zend/Dom/Query/Css2Xpath.php +13 -13
- lib/Zend/Dom/Query/Result.php +3 -3
- lib/Zend/EventManager/Event.php +225 -0
- lib/Zend/EventManager/EventCollection.php +109 -0
- lib/Zend/EventManager/EventDescription.php +108 -0
- lib/Zend/EventManager/EventManager.php +551 -0
- lib/Zend/EventManager/EventManagerAware.php +40 -0
- lib/Zend/EventManager/Exception.php +31 -0
- lib/Zend/EventManager/Exception/InvalidArgumentException.php +42 -0
- lib/Zend/EventManager/Filter.php +78 -0
- lib/Zend/EventManager/Filter/FilterIterator.php +113 -0
- lib/Zend/EventManager/FilterChain.php +138 -0
- lib/Zend/EventManager/GlobalEventManager.php +149 -0
- lib/Zend/EventManager/ListenerAggregate.php +53 -0
- lib/Zend/EventManager/ResponseCollection.php +424 -0
- lib/Zend/EventManager/SharedEventCollection.php +32 -0
- lib/Zend/EventManager/SharedEventCollectionAware.php +42 -0
- lib/Zend/EventManager/SharedEventManager.php +148 -0
- lib/Zend/EventManager/StaticEventManager.php +80 -0
- lib/Zend/Exception.php +8 -8
- lib/Zend/Feed.php +6 -5
- lib/Zend/Feed/Abstract.php +50 -5
- lib/Zend/Feed/Atom.php +3 -3
- lib/Zend/Feed/Builder.php +3 -3
- lib/Zend/Feed/Builder/Entry.php +3 -3
- lib/Zend/Feed/Builder/Exception.php +3 -3
- lib/Zend/Feed/Builder/Header.php +3 -3
- lib/Zend/Feed/Builder/Header/Itunes.php +3 -3
- lib/Zend/Feed/Builder/Interface.php +3 -3
- lib/Zend/Feed/Element.php +3 -3
- lib/Zend/Feed/Entry/Abstract.php +3 -3
- lib/Zend/Feed/Entry/Atom.php +3 -3
- lib/Zend/Feed/Entry/Rss.php +3 -3
- lib/Zend/Feed/Exception.php +3 -3
- lib/Zend/Feed/Pubsubhubbub.php +4 -4
- lib/Zend/Feed/Pubsubhubbub/CallbackAbstract.php +7 -5
- lib/Zend/Feed/Pubsubhubbub/CallbackInterface.php +3 -3
- lib/Zend/Feed/Pubsubhubbub/Exception.php +3 -3
- lib/Zend/Feed/Pubsubhubbub/HttpResponse.php +3 -3
- lib/Zend/Feed/Pubsubhubbub/Model/ModelAbstract.php +8 -8
- lib/Zend/Feed/Pubsubhubbub/Model/Subscription.php +3 -3
- lib/Zend/Feed/Pubsubhubbub/Model/SubscriptionInterface.php +11 -11
- lib/Zend/Feed/Pubsubhubbub/Publisher.php +3 -3
- lib/Zend/Feed/Pubsubhubbub/Subscriber.php +18 -18
- lib/Zend/Feed/Pubsubhubbub/Subscriber/Callback.php +8 -8
- lib/Zend/Feed/Reader.php +45 -8
- lib/Zend/Feed/Reader/Collection.php +4 -4
- lib/Zend/Feed/Reader/Collection/Author.php +4 -4
- lib/Zend/Feed/Reader/Collection/Category.php +4 -4
- lib/Zend/Feed/Reader/Collection/CollectionAbstract.php +3 -3
- lib/Zend/Feed/Reader/Entry/Atom.php +8 -8
- lib/Zend/Feed/Reader/Entry/Rss.php +8 -8
- lib/Zend/Feed/Reader/EntryAbstract.php +13 -9
- lib/Zend/Feed/Reader/EntryInterface.php +4 -4
- lib/Zend/Feed/Reader/Extension/Atom/Entry.php +13 -13
- lib/Zend/Feed/Reader/Extension/Atom/Feed.php +7 -7
- lib/Zend/Feed/Reader/Extension/Content/Entry.php +3 -3
- lib/Zend/Feed/Reader/Extension/CreativeCommons/Entry.php +3 -3
- lib/Zend/Feed/Reader/Extension/CreativeCommons/Feed.php +3 -3
- lib/Zend/Feed/Reader/Extension/DublinCore/Entry.php +9 -9
- lib/Zend/Feed/Reader/Extension/DublinCore/Feed.php +9 -9
- lib/Zend/Feed/Reader/Extension/EntryAbstract.php +3 -3
- lib/Zend/Feed/Reader/Extension/FeedAbstract.php +3 -3
- lib/Zend/Feed/Reader/Extension/Podcast/Entry.php +3 -3
- lib/Zend/Feed/Reader/Extension/Podcast/Feed.php +3 -3
- lib/Zend/Feed/Reader/Extension/Slash/Entry.php +3 -3
- lib/Zend/Feed/Reader/Extension/Syndication/Feed.php +3 -3
- lib/Zend/Feed/Reader/Extension/Thread/Entry.php +3 -3
- lib/Zend/Feed/Reader/Extension/WellFormedWeb/Entry.php +3 -3
- lib/Zend/Feed/Reader/Feed/Atom.php +5 -5
- lib/Zend/Feed/Reader/Feed/Atom/Source.php +9 -9
- lib/Zend/Feed/Reader/Feed/Rss.php +7 -7
- lib/Zend/Feed/Reader/FeedAbstract.php +3 -3
- lib/Zend/Feed/Reader/FeedInterface.php +4 -4
- lib/Zend/Feed/Reader/FeedSet.php +5 -5
- lib/Zend/Feed/Rss.php +3 -3
- lib/Zend/Feed/Writer.php +14 -14
- lib/Zend/Feed/Writer/Deleted.php +23 -23
- lib/Zend/Feed/Writer/Entry.php +32 -32
- lib/Zend/Feed/Writer/Exception/InvalidMethodException.php +3 -3
- lib/Zend/Feed/Writer/Extension/Atom/Renderer/Feed.php +17 -17
- lib/Zend/Feed/Writer/Extension/Content/Renderer/Entry.php +13 -13
- lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Entry.php +14 -14
- lib/Zend/Feed/Writer/Extension/DublinCore/Renderer/Feed.php +14 -14
- lib/Zend/Feed/Writer/Extension/ITunes/Entry.php +38 -38
- lib/Zend/Feed/Writer/Extension/ITunes/Feed.php +54 -54
- lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Entry.php +37 -37
- lib/Zend/Feed/Writer/Extension/ITunes/Renderer/Feed.php +55 -55
- lib/Zend/Feed/Writer/Extension/RendererAbstract.php +39 -39
- lib/Zend/Feed/Writer/Extension/RendererInterface.php +12 -12
- lib/Zend/Feed/Writer/Extension/Slash/Renderer/Entry.php +13 -13
- lib/Zend/Feed/Writer/Extension/Threading/Renderer/Entry.php +21 -21
- lib/Zend/Feed/Writer/Extension/WellFormedWeb/Renderer/Entry.php +14 -14
- lib/Zend/Feed/Writer/Feed.php +8 -7
- lib/Zend/Feed/Writer/Feed/FeedAbstract.php +31 -31
- lib/Zend/Feed/Writer/Renderer/Entry/Atom.php +56 -56
- lib/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php +19 -19
- lib/Zend/Feed/Writer/Renderer/Entry/Rss.php +48 -48
- lib/Zend/Feed/Writer/Renderer/Feed/Atom.php +8 -8
- lib/Zend/Feed/Writer/Renderer/Feed/Atom/AtomAbstract.php +64 -64
- lib/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php +14 -14
- lib/Zend/Feed/Writer/Renderer/Feed/Rss.php +53 -53
- lib/Zend/Feed/Writer/Renderer/RendererAbstract.php +29 -29
- lib/Zend/Feed/Writer/Renderer/RendererInterface.php +15 -15
- lib/Zend/Feed/Writer/Source.php +4 -4
- lib/Zend/File/ClassFileLocator.php +173 -0
- lib/Zend/File/Transfer.php +3 -3
- lib/Zend/File/Transfer/Adapter/Abstract.php +3 -3
- lib/Zend/File/Transfer/Adapter/Http.php +7 -3
- lib/Zend/File/Transfer/Exception.php +3 -3
- lib/Zend/Filter.php +3 -3
- lib/Zend/Filter/Alnum.php +3 -3
- lib/Zend/Filter/Alpha.php +3 -3
- lib/Zend/Filter/BaseName.php +3 -3
- lib/Zend/Filter/Boolean.php +3 -3
- lib/Zend/Filter/Callback.php +5 -5
- lib/Zend/Filter/Compress.php +3 -3
- lib/Zend/Filter/Compress/Bz2.php +3 -3
- lib/Zend/Filter/Compress/CompressAbstract.php +3 -3
- lib/Zend/Filter/Compress/CompressInterface.php +3 -3
- lib/Zend/Filter/Compress/Gz.php +3 -3
- lib/Zend/Filter/Compress/Lzf.php +3 -3
- lib/Zend/Filter/Compress/Rar.php +3 -3
- lib/Zend/Filter/Compress/Tar.php +3 -3
- lib/Zend/Filter/Compress/Zip.php +6 -6
- lib/Zend/Filter/Decompress.php +3 -3
- lib/Zend/Filter/Decrypt.php +3 -3
- lib/Zend/Filter/Digits.php +3 -3
- lib/Zend/Filter/Dir.php +3 -3
- lib/Zend/Filter/Encrypt.php +3 -3
- lib/Zend/Filter/Encrypt/Interface.php +3 -3
- lib/Zend/Filter/Encrypt/Mcrypt.php +3 -3
- lib/Zend/Filter/Encrypt/Openssl.php +3 -3
- lib/Zend/Filter/Exception.php +3 -3
- lib/Zend/Filter/File/Decrypt.php +3 -3
- lib/Zend/Filter/File/Encrypt.php +3 -3
- lib/Zend/Filter/File/LowerCase.php +3 -3
- lib/Zend/Filter/File/Rename.php +3 -3
- lib/Zend/Filter/File/UpperCase.php +3 -3
- lib/Zend/Filter/HtmlEntities.php +18 -4
- lib/Zend/Filter/Inflector.php +3 -3
- lib/Zend/Filter/Input.php +94 -11
- lib/Zend/Filter/Int.php +3 -3
- lib/Zend/Filter/Interface.php +3 -3
- lib/Zend/Filter/LocalizedToNormalized.php +3 -3
- lib/Zend/Filter/NormalizedToLocalized.php +3 -3
- lib/Zend/Filter/Null.php +3 -3
- lib/Zend/Filter/PregReplace.php +3 -3
- lib/Zend/Filter/RealPath.php +3 -3
- lib/Zend/Filter/StringToLower.php +3 -3
- lib/Zend/Filter/StringToUpper.php +3 -3
- lib/Zend/Filter/StringTrim.php +3 -3
- lib/Zend/Filter/StripNewlines.php +3 -3
- lib/Zend/Filter/StripTags.php +4 -4
- lib/Zend/Filter/Word/CamelCaseToDash.php +3 -3
- lib/Zend/Filter/Word/CamelCaseToSeparator.php +3 -3
- lib/Zend/Filter/Word/CamelCaseToUnderscore.php +3 -3
- lib/Zend/Filter/Word/DashToCamelCase.php +3 -3
- lib/Zend/Filter/Word/DashToSeparator.php +3 -3
- lib/Zend/Filter/Word/DashToUnderscore.php +3 -3
- lib/Zend/Filter/Word/Separator/Abstract.php +3 -3
- lib/Zend/Filter/Word/SeparatorToCamelCase.php +3 -3
- lib/Zend/Filter/Word/SeparatorToDash.php +3 -3
- lib/Zend/Filter/Word/SeparatorToSeparator.php +3 -3
- lib/Zend/Filter/Word/UnderscoreToCamelCase.php +3 -3
- lib/Zend/Filter/Word/UnderscoreToDash.php +3 -3
- lib/Zend/Filter/Word/UnderscoreToSeparator.php +3 -3
- lib/Zend/Form.php +79 -46
- lib/Zend/Form/Decorator/Abstract.php +3 -3
- lib/Zend/Form/Decorator/Callback.php +3 -3
- lib/Zend/Form/Decorator/Captcha.php +3 -3
- lib/Zend/Form/Decorator/Captcha/ReCaptcha.php +128 -0
- lib/Zend/Form/Decorator/Captcha/Word.php +3 -3
- lib/Zend/Form/Decorator/Description.php +3 -3
- lib/Zend/Form/Decorator/DtDdWrapper.php +5 -5
- lib/Zend/Form/Decorator/Errors.php +12 -4
- lib/Zend/Form/Decorator/Exception.php +3 -3
- lib/Zend/Form/Decorator/Fieldset.php +5 -4
- lib/Zend/Form/Decorator/File.php +6 -5
- lib/Zend/Form/Decorator/Form.php +3 -3
- lib/Zend/Form/Decorator/FormElements.php +20 -5
- lib/Zend/Form/Decorator/FormErrors.php +64 -10
- lib/Zend/Form/Decorator/HtmlTag.php +7 -6
- lib/Zend/Form/Decorator/Image.php +3 -3
- lib/Zend/Form/Decorator/Interface.php +3 -3
- lib/Zend/Form/Decorator/Label.php +146 -12
- lib/Zend/Form/Decorator/Marker/File/Interface.php +3 -3
- lib/Zend/Form/Decorator/PrepareElements.php +3 -3
- lib/Zend/Form/Decorator/Tooltip.php +2 -2
- lib/Zend/Form/Decorator/ViewHelper.php +17 -5
- lib/Zend/Form/Decorator/ViewScript.php +5 -5
- lib/Zend/Form/DisplayGroup.php +19 -9
- lib/Zend/Form/Element.php +37 -18
- lib/Zend/Form/Element/Button.php +17 -3
- lib/Zend/Form/Element/Captcha.php +30 -34
- lib/Zend/Form/Element/Checkbox.php +3 -3
- lib/Zend/Form/Element/Exception.php +3 -3
- lib/Zend/Form/Element/File.php +7 -6
- lib/Zend/Form/Element/Hash.php +3 -3
- lib/Zend/Form/Element/Hidden.php +3 -3
- lib/Zend/Form/Element/Image.php +4 -4
- lib/Zend/Form/Element/Multi.php +3 -3
- lib/Zend/Form/Element/MultiCheckbox.php +24 -3
- lib/Zend/Form/Element/Multiselect.php +3 -3
- lib/Zend/Form/Element/Note.php +64 -0
- lib/Zend/Form/Element/Password.php +3 -3
- lib/Zend/Form/Element/Radio.php +12 -6
- lib/Zend/Form/Element/Reset.php +3 -3
- lib/Zend/Form/Element/Select.php +9 -3
- lib/Zend/Form/Element/Submit.php +8 -8
- lib/Zend/Form/Element/Text.php +3 -3
- lib/Zend/Form/Element/Textarea.php +3 -3
- lib/Zend/Form/Element/Xhtml.php +3 -3
- lib/Zend/Form/Exception.php +3 -3
- lib/Zend/Form/SubForm.php +3 -3
- lib/Zend/Gdata.php +3 -3
- lib/Zend/Gdata/Analytics.php +137 -0
- lib/Zend/Gdata/Analytics/AccountEntry.php +102 -0
- lib/Zend/Gdata/Analytics/AccountFeed.php +57 -0
- lib/Zend/Gdata/Analytics/AccountQuery.php +190 -0
- lib/Zend/Gdata/Analytics/DataEntry.php +116 -0
- lib/Zend/Gdata/Analytics/DataFeed.php +64 -0
- lib/Zend/Gdata/Analytics/DataQuery.php +403 -0
- lib/Zend/Gdata/Analytics/Extension/Dimension.php +40 -0
- lib/Zend/Gdata/Analytics/Extension/Goal.php +52 -0
- lib/Zend/Gdata/Analytics/Extension/Metric.php +54 -0
- lib/Zend/Gdata/Analytics/Extension/Property.php +122 -0
- lib/Zend/Gdata/Analytics/Extension/TableId.php +112 -0
- lib/Zend/Gdata/App.php +19 -11
- lib/Zend/Gdata/App/AuthException.php +3 -3
- lib/Zend/Gdata/App/BadMethodCallException.php +3 -3
- lib/Zend/Gdata/App/Base.php +3 -3
- lib/Zend/Gdata/App/BaseMediaSource.php +3 -3
- lib/Zend/Gdata/App/CaptchaRequiredException.php +3 -3
- lib/Zend/Gdata/App/Entry.php +3 -3
- lib/Zend/Gdata/App/Exception.php +3 -3
- lib/Zend/Gdata/App/Extension.php +3 -3
- lib/Zend/Gdata/App/Extension/Author.php +3 -3
- lib/Zend/Gdata/App/Extension/Category.php +3 -3
- lib/Zend/Gdata/App/Extension/Content.php +3 -3
- lib/Zend/Gdata/App/Extension/Contributor.php +3 -3
- lib/Zend/Gdata/App/Extension/Control.php +3 -3
- lib/Zend/Gdata/App/Extension/Draft.php +3 -3
- lib/Zend/Gdata/App/Extension/Edited.php +3 -3
- lib/Zend/Gdata/App/Extension/Element.php +3 -3
- lib/Zend/Gdata/App/Extension/Email.php +3 -3
- lib/Zend/Gdata/App/Extension/Generator.php +3 -3
- lib/Zend/Gdata/App/Extension/Icon.php +3 -3
- lib/Zend/Gdata/App/Extension/Id.php +3 -3
- lib/Zend/Gdata/App/Extension/Link.php +3 -3
- lib/Zend/Gdata/App/Extension/Logo.php +3 -3
- lib/Zend/Gdata/App/Extension/Name.php +3 -3
- lib/Zend/Gdata/App/Extension/Person.php +3 -3
- lib/Zend/Gdata/App/Extension/Published.php +3 -3
- lib/Zend/Gdata/App/Extension/Rights.php +3 -3
- lib/Zend/Gdata/App/Extension/Source.php +3 -3
- lib/Zend/Gdata/App/Extension/Subtitle.php +3 -3
- lib/Zend/Gdata/App/Extension/Summary.php +3 -3
- lib/Zend/Gdata/App/Extension/Text.php +3 -3
- lib/Zend/Gdata/App/Extension/Title.php +3 -3
- lib/Zend/Gdata/App/Extension/Updated.php +3 -3
- lib/Zend/Gdata/App/Extension/Uri.php +3 -3
- lib/Zend/Gdata/App/Feed.php +3 -3
- lib/Zend/Gdata/App/FeedEntryParent.php +3 -3
- lib/Zend/Gdata/App/FeedSourceParent.php +3 -3
- lib/Zend/Gdata/App/HttpException.php +3 -3
- lib/Zend/Gdata/App/IOException.php +3 -3
- lib/Zend/Gdata/App/InvalidArgumentException.php +3 -3
- lib/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php +3 -3
- lib/Zend/Gdata/App/MediaEntry.php +3 -3
- lib/Zend/Gdata/App/MediaFileSource.php +3 -3
- lib/Zend/Gdata/App/MediaSource.php +3 -3
- lib/Zend/Gdata/App/Util.php +4 -4
- lib/Zend/Gdata/App/VersionException.php +3 -3
- lib/Zend/Gdata/AuthSub.php +7 -5
- lib/Zend/Gdata/Books.php +6 -6
- lib/Zend/Gdata/Books/CollectionEntry.php +3 -3
- lib/Zend/Gdata/Books/CollectionFeed.php +3 -3
- lib/Zend/Gdata/Books/Extension/AnnotationLink.php +3 -3
- lib/Zend/Gdata/Books/Extension/BooksCategory.php +3 -3
- lib/Zend/Gdata/Books/Extension/BooksLink.php +3 -3
- lib/Zend/Gdata/Books/Extension/Embeddability.php +3 -3
- lib/Zend/Gdata/Books/Extension/InfoLink.php +2 -2
- lib/Zend/Gdata/Books/Extension/PreviewLink.php +3 -3
- lib/Zend/Gdata/Books/Extension/Review.php +3 -3
- lib/Zend/Gdata/Books/Extension/ThumbnailLink.php +3 -3
- lib/Zend/Gdata/Books/Extension/Viewability.php +3 -3
- lib/Zend/Gdata/Books/VolumeEntry.php +3 -3
- lib/Zend/Gdata/Books/VolumeFeed.php +3 -3
- lib/Zend/Gdata/Books/VolumeQuery.php +3 -3
- lib/Zend/Gdata/Calendar.php +5 -5
- lib/Zend/Gdata/Calendar/EventEntry.php +3 -3
- lib/Zend/Gdata/Calendar/EventFeed.php +3 -3
- lib/Zend/Gdata/Calendar/EventQuery.php +6 -6
- lib/Zend/Gdata/Calendar/Extension/AccessLevel.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/Color.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/Hidden.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/Link.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/QuickAdd.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/Selected.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/SendEventNotifications.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/Timezone.php +3 -3
- lib/Zend/Gdata/Calendar/Extension/WebContent.php +3 -3
- lib/Zend/Gdata/Calendar/ListEntry.php +3 -3
- lib/Zend/Gdata/Calendar/ListFeed.php +3 -3
- lib/Zend/Gdata/ClientLogin.php +3 -3
- lib/Zend/Gdata/Docs.php +8 -8
- lib/Zend/Gdata/Docs/DocumentListEntry.php +3 -3
- lib/Zend/Gdata/Docs/DocumentListFeed.php +3 -3
- lib/Zend/Gdata/Docs/Query.php +4 -4
- lib/Zend/Gdata/DublinCore.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Creator.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Date.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Description.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Format.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Identifier.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Language.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Publisher.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Rights.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Subject.php +3 -3
- lib/Zend/Gdata/DublinCore/Extension/Title.php +3 -3
- lib/Zend/Gdata/Entry.php +3 -3
- lib/Zend/Gdata/Exif.php +3 -3
- lib/Zend/Gdata/Exif/Entry.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Distance.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Exposure.php +3 -3
- lib/Zend/Gdata/Exif/Extension/FStop.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Flash.php +3 -3
- lib/Zend/Gdata/Exif/Extension/FocalLength.php +3 -3
- lib/Zend/Gdata/Exif/Extension/ImageUniqueId.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Iso.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Make.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Model.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Tags.php +3 -3
- lib/Zend/Gdata/Exif/Extension/Time.php +3 -3
- lib/Zend/Gdata/Exif/Feed.php +3 -3
- lib/Zend/Gdata/Extension.php +3 -3
- lib/Zend/Gdata/Extension/AttendeeStatus.php +3 -3
- lib/Zend/Gdata/Extension/AttendeeType.php +3 -3
- lib/Zend/Gdata/Extension/Comments.php +3 -3
- lib/Zend/Gdata/Extension/EntryLink.php +3 -3
- lib/Zend/Gdata/Extension/EventStatus.php +3 -3
- lib/Zend/Gdata/Extension/ExtendedProperty.php +3 -3
- lib/Zend/Gdata/Extension/FeedLink.php +3 -3
- lib/Zend/Gdata/Extension/OpenSearchItemsPerPage.php +3 -3
- lib/Zend/Gdata/Extension/OpenSearchStartIndex.php +3 -3
- lib/Zend/Gdata/Extension/OpenSearchTotalResults.php +3 -3
- lib/Zend/Gdata/Extension/OriginalEvent.php +3 -3
- lib/Zend/Gdata/Extension/Rating.php +3 -3
- lib/Zend/Gdata/Extension/Recurrence.php +3 -3
- lib/Zend/Gdata/Extension/RecurrenceException.php +3 -3
- lib/Zend/Gdata/Extension/Reminder.php +3 -3
- lib/Zend/Gdata/Extension/Transparency.php +3 -3
- lib/Zend/Gdata/Extension/Visibility.php +3 -3
- lib/Zend/Gdata/Extension/When.php +3 -3
- lib/Zend/Gdata/Extension/Where.php +3 -3
- lib/Zend/Gdata/Extension/Who.php +3 -3
- lib/Zend/Gdata/Feed.php +3 -3
- lib/Zend/Gdata/Gapps.php +16 -16
- lib/Zend/Gdata/Gapps/EmailListEntry.php +3 -3
- lib/Zend/Gdata/Gapps/EmailListFeed.php +3 -3
- lib/Zend/Gdata/Gapps/EmailListQuery.php +3 -3
- lib/Zend/Gdata/Gapps/EmailListRecipientEntry.php +3 -3
- lib/Zend/Gdata/Gapps/EmailListRecipientFeed.php +3 -3
- lib/Zend/Gdata/Gapps/EmailListRecipientQuery.php +3 -3
- lib/Zend/Gdata/Gapps/Error.php +3 -3
- lib/Zend/Gdata/Gapps/Extension/EmailList.php +3 -3
- lib/Zend/Gdata/Gapps/Extension/Login.php +3 -3
- lib/Zend/Gdata/Gapps/Extension/Name.php +3 -3
- lib/Zend/Gdata/Gapps/Extension/Nickname.php +3 -3
- lib/Zend/Gdata/Gapps/Extension/Property.php +2 -3
- lib/Zend/Gdata/Gapps/Extension/Quota.php +3 -3
- lib/Zend/Gdata/Gapps/GroupEntry.php +2 -2
- lib/Zend/Gdata/Gapps/GroupFeed.php +2 -2
- lib/Zend/Gdata/Gapps/GroupQuery.php +6 -6
- lib/Zend/Gdata/Gapps/MemberEntry.php +2 -2
- lib/Zend/Gdata/Gapps/MemberFeed.php +2 -2
- lib/Zend/Gdata/Gapps/MemberQuery.php +2 -2
- lib/Zend/Gdata/Gapps/NicknameEntry.php +3 -3
- lib/Zend/Gdata/Gapps/NicknameFeed.php +3 -3
- lib/Zend/Gdata/Gapps/NicknameQuery.php +3 -3
- lib/Zend/Gdata/Gapps/OwnerEntry.php +2 -2
- lib/Zend/Gdata/Gapps/OwnerFeed.php +2 -2
- lib/Zend/Gdata/Gapps/OwnerQuery.php +5 -5
- lib/Zend/Gdata/Gapps/Query.php +3 -3
- lib/Zend/Gdata/Gapps/ServiceException.php +3 -3
- lib/Zend/Gdata/Gapps/UserEntry.php +3 -3
- lib/Zend/Gdata/Gapps/UserFeed.php +3 -3
- lib/Zend/Gdata/Gapps/UserQuery.php +3 -3
- lib/Zend/Gdata/Gbase.php +14 -145
- lib/Zend/Gdata/Gbase/Entry.php +12 -104
- lib/Zend/Gdata/Gbase/Extension/BaseAttribute.php +8 -69
- lib/Zend/Gdata/Gbase/Feed.php +13 -12
- lib/Zend/Gdata/Gbase/ItemEntry.php +3 -122
- lib/Zend/Gdata/Gbase/ItemFeed.php +3 -9
- lib/Zend/Gdata/Gbase/ItemQuery.php +7 -56
- lib/Zend/Gdata/Gbase/Query.php +18 -217
- lib/Zend/Gdata/Gbase/SnippetEntry.php +3 -9
- lib/Zend/Gdata/Gbase/SnippetFeed.php +10 -11
- lib/Zend/Gdata/Gbase/SnippetQuery.php +6 -34
- lib/Zend/Gdata/Geo.php +3 -3
- lib/Zend/Gdata/Geo/Entry.php +3 -3
- lib/Zend/Gdata/Geo/Extension/GeoRssWhere.php +3 -3
- lib/Zend/Gdata/Geo/Extension/GmlPoint.php +3 -3
- lib/Zend/Gdata/Geo/Extension/GmlPos.php +3 -3
- lib/Zend/Gdata/Geo/Feed.php +3 -3
- lib/Zend/Gdata/Health.php +12 -197
- lib/Zend/Gdata/Health/Extension/Ccr.php +13 -79
- lib/Zend/Gdata/Health/ProfileEntry.php +12 -88
- lib/Zend/Gdata/Health/ProfileFeed.php +13 -19
- lib/Zend/Gdata/Health/ProfileListEntry.php +13 -54
- lib/Zend/Gdata/Health/ProfileListFeed.php +14 -12
- lib/Zend/Gdata/Health/Query.php +16 -226
- lib/Zend/Gdata/HttpAdapterStreamingProxy.php +3 -3
- lib/Zend/Gdata/HttpAdapterStreamingSocket.php +3 -3
- lib/Zend/Gdata/HttpClient.php +3 -3
- lib/Zend/Gdata/Kind/EventEntry.php +3 -3
- lib/Zend/Gdata/Media.php +3 -3
- lib/Zend/Gdata/Media/Entry.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaCategory.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaContent.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaCopyright.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaCredit.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaDescription.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaGroup.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaHash.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaKeywords.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaPlayer.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaRating.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaRestriction.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaText.php +8 -8
- lib/Zend/Gdata/Media/Extension/MediaThumbnail.php +3 -3
- lib/Zend/Gdata/Media/Extension/MediaTitle.php +3 -3
- lib/Zend/Gdata/Media/Feed.php +3 -3
- lib/Zend/Gdata/MediaMimeStream.php +3 -3
- lib/Zend/Gdata/MimeBodyString.php +3 -3
- lib/Zend/Gdata/MimeFile.php +3 -3
- lib/Zend/Gdata/Photos.php +5 -5
- lib/Zend/Gdata/Photos/AlbumEntry.php +3 -3
- lib/Zend/Gdata/Photos/AlbumFeed.php +3 -3
- lib/Zend/Gdata/Photos/AlbumQuery.php +3 -3
- lib/Zend/Gdata/Photos/CommentEntry.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Access.php +3 -3
- lib/Zend/Gdata/Photos/Extension/AlbumId.php +3 -3
- lib/Zend/Gdata/Photos/Extension/BytesUsed.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Checksum.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Client.php +3 -3
- lib/Zend/Gdata/Photos/Extension/CommentCount.php +3 -3
- lib/Zend/Gdata/Photos/Extension/CommentingEnabled.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Height.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Id.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Location.php +3 -3
- lib/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Name.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Nickname.php +3 -3
- lib/Zend/Gdata/Photos/Extension/NumPhotos.php +3 -3
- lib/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php +3 -3
- lib/Zend/Gdata/Photos/Extension/PhotoId.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Position.php +3 -3
- lib/Zend/Gdata/Photos/Extension/QuotaCurrent.php +3 -3
- lib/Zend/Gdata/Photos/Extension/QuotaLimit.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Rotation.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Size.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Thumbnail.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Timestamp.php +3 -3
- lib/Zend/Gdata/Photos/Extension/User.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Version.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Weight.php +3 -3
- lib/Zend/Gdata/Photos/Extension/Width.php +3 -3
- lib/Zend/Gdata/Photos/PhotoEntry.php +3 -3
- lib/Zend/Gdata/Photos/PhotoFeed.php +3 -3
- lib/Zend/Gdata/Photos/PhotoQuery.php +3 -3
- lib/Zend/Gdata/Photos/TagEntry.php +3 -3
- lib/Zend/Gdata/Photos/UserEntry.php +3 -3
- lib/Zend/Gdata/Photos/UserFeed.php +3 -3
- lib/Zend/Gdata/Photos/UserQuery.php +3 -3
- lib/Zend/Gdata/Query.php +3 -3
- lib/Zend/Gdata/Spreadsheets.php +5 -5
- lib/Zend/Gdata/Spreadsheets/CellEntry.php +5 -4
- lib/Zend/Gdata/Spreadsheets/CellFeed.php +3 -3
- lib/Zend/Gdata/Spreadsheets/CellQuery.php +4 -4
- lib/Zend/Gdata/Spreadsheets/DocumentQuery.php +4 -4
- lib/Zend/Gdata/Spreadsheets/Extension/Cell.php +3 -3
- lib/Zend/Gdata/Spreadsheets/Extension/ColCount.php +3 -3
- lib/Zend/Gdata/Spreadsheets/Extension/Custom.php +3 -3
- lib/Zend/Gdata/Spreadsheets/Extension/RowCount.php +3 -3
- lib/Zend/Gdata/Spreadsheets/ListEntry.php +3 -3
- lib/Zend/Gdata/Spreadsheets/ListFeed.php +3 -3
- lib/Zend/Gdata/Spreadsheets/ListQuery.php +4 -4
- lib/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php +3 -3
- lib/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php +3 -3
- lib/Zend/Gdata/Spreadsheets/WorksheetEntry.php +3 -3
- lib/Zend/Gdata/Spreadsheets/WorksheetFeed.php +3 -3
- lib/Zend/Gdata/YouTube.php +40 -40
- lib/Zend/Gdata/YouTube/ActivityEntry.php +3 -3
- lib/Zend/Gdata/YouTube/ActivityFeed.php +3 -3
- lib/Zend/Gdata/YouTube/CommentEntry.php +3 -3
- lib/Zend/Gdata/YouTube/CommentFeed.php +3 -3
- lib/Zend/Gdata/YouTube/ContactEntry.php +3 -3
- lib/Zend/Gdata/YouTube/ContactFeed.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/AboutMe.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Age.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Books.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Company.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Control.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/CountHint.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Description.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Duration.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/FirstName.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Gender.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Hobbies.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Hometown.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/LastName.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Link.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Location.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/MediaContent.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/MediaCredit.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/MediaGroup.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/MediaRating.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Movies.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Music.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/NoEmbed.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Occupation.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/PlaylistId.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/PlaylistTitle.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Position.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Private.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/QueryString.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Racy.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Recorded.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Relationship.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/ReleaseDate.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/School.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/State.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Statistics.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Status.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Token.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Uploaded.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/Username.php +3 -3
- lib/Zend/Gdata/YouTube/Extension/VideoId.php +3 -3
- lib/Zend/Gdata/YouTube/InboxEntry.php +3 -3
- lib/Zend/Gdata/YouTube/InboxFeed.php +3 -3
- lib/Zend/Gdata/YouTube/MediaEntry.php +3 -3
- lib/Zend/Gdata/YouTube/PlaylistListEntry.php +3 -3
- lib/Zend/Gdata/YouTube/PlaylistListFeed.php +3 -3
- lib/Zend/Gdata/YouTube/PlaylistVideoEntry.php +3 -3
- lib/Zend/Gdata/YouTube/PlaylistVideoFeed.php +3 -3
- lib/Zend/Gdata/YouTube/SubscriptionEntry.php +3 -3
- lib/Zend/Gdata/YouTube/SubscriptionFeed.php +3 -3
- lib/Zend/Gdata/YouTube/UserProfileEntry.php +3 -3
- lib/Zend/Gdata/YouTube/VideoEntry.php +3 -3
- lib/Zend/Gdata/YouTube/VideoFeed.php +3 -3
- lib/Zend/Gdata/YouTube/VideoQuery.php +5 -5
- lib/Zend/Http/Client.php +126 -19
- lib/Zend/Http/Client/Adapter/Curl.php +7 -4
- lib/Zend/Http/Client/Adapter/Exception.php +3 -3
- lib/Zend/Http/Client/Adapter/Interface.php +3 -3
- lib/Zend/Http/Client/Adapter/Proxy.php +105 -46
- lib/Zend/Http/Client/Adapter/Socket.php +31 -32
- lib/Zend/Http/Client/Adapter/Stream.php +7 -7
- lib/Zend/Http/Client/Adapter/Test.php +13 -3
- lib/Zend/Http/Client/Exception.php +3 -3
- lib/Zend/Http/Cookie.php +3 -3
- lib/Zend/Http/CookieJar.php +28 -5
- lib/Zend/Http/Exception.php +3 -3
- lib/Zend/Http/Header/Exception/InvalidArgumentException.php +36 -0
- lib/Zend/Http/Header/Exception/RuntimeException.php +36 -0
- lib/Zend/Http/Header/SetCookie.php +546 -0
- lib/Zend/Http/Response.php +5 -5
- lib/Zend/Http/Response/Stream.php +4 -4
- lib/Zend/Http/UserAgent.php +53 -47
- lib/Zend/Http/UserAgent/AbstractDevice.php +128 -107
- lib/Zend/Http/UserAgent/Bot.php +60 -59
- lib/Zend/Http/UserAgent/Checker.php +11 -11
- lib/Zend/Http/UserAgent/Console.php +4 -4
- lib/Zend/Http/UserAgent/Desktop.php +2 -2
- lib/Zend/Http/UserAgent/Device.php +32 -32
- lib/Zend/Http/UserAgent/Email.php +2 -2
- lib/Zend/Http/UserAgent/Exception.php +2 -2
- lib/Zend/Http/UserAgent/Features/Adapter.php +3 -3
- lib/Zend/Http/UserAgent/Features/Adapter/Browscap.php +90 -0
- lib/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php +9 -9
- lib/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php +11 -11
- lib/Zend/Http/UserAgent/Features/Adapter/WurflApi.php +0 -103
- lib/Zend/Http/UserAgent/Features/Exception.php +2 -2
- lib/Zend/Http/UserAgent/Feed.php +5 -5
- lib/Zend/Http/UserAgent/Mobile.php +536 -534
- lib/Zend/Http/UserAgent/Offline.php +7 -7
- lib/Zend/Http/UserAgent/Probe.php +5 -5
- lib/Zend/Http/UserAgent/Spam.php +2 -2
- lib/Zend/Http/UserAgent/Storage.php +2 -2
- lib/Zend/Http/UserAgent/Storage/Exception.php +2 -2
- lib/Zend/Http/UserAgent/Storage/NonPersistent.php +3 -3
- lib/Zend/Http/UserAgent/Storage/Session.php +24 -24
- lib/Zend/Http/UserAgent/Text.php +4 -4
- lib/Zend/Http/UserAgent/Validator.php +10 -10
- lib/Zend/InfoCard.php +3 -3
- lib/Zend/InfoCard/Adapter/Default.php +3 -3
- lib/Zend/InfoCard/Adapter/Exception.php +3 -3
- lib/Zend/InfoCard/Adapter/Interface.php +3 -3
- lib/Zend/InfoCard/Cipher.php +3 -3
- lib/Zend/InfoCard/Cipher/Exception.php +3 -3
- lib/Zend/InfoCard/Cipher/Pki/Adapter/Abstract.php +3 -3
- lib/Zend/InfoCard/Cipher/Pki/Adapter/Rsa.php +3 -3
- lib/Zend/InfoCard/Cipher/Pki/Interface.php +3 -3
- lib/Zend/InfoCard/Cipher/Pki/Rsa/Interface.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Adapter/Abstract.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Adapter/Aes128cbc.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Adapter/Aes256cbc.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Aes128cbc/Interface.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Aes256cbc/Interface.php +3 -3
- lib/Zend/InfoCard/Cipher/Symmetric/Interface.php +3 -3
- lib/Zend/InfoCard/Claims.php +3 -3
- lib/Zend/InfoCard/Exception.php +3 -3
- lib/Zend/InfoCard/Xml/Assertion.php +3 -3
- lib/Zend/InfoCard/Xml/Assertion/Interface.php +3 -3
- lib/Zend/InfoCard/Xml/Assertion/Saml.php +3 -3
- lib/Zend/InfoCard/Xml/Element.php +3 -3
- lib/Zend/InfoCard/Xml/Element/Interface.php +3 -3
- lib/Zend/InfoCard/Xml/EncryptedData.php +3 -3
- lib/Zend/InfoCard/Xml/EncryptedData/Abstract.php +3 -3
- lib/Zend/InfoCard/Xml/EncryptedData/XmlEnc.php +4 -4
- lib/Zend/InfoCard/Xml/EncryptedKey.php +3 -3
- lib/Zend/InfoCard/Xml/Exception.php +3 -3
- lib/Zend/InfoCard/Xml/KeyInfo.php +3 -3
- lib/Zend/InfoCard/Xml/KeyInfo/Abstract.php +3 -3
- lib/Zend/InfoCard/Xml/KeyInfo/Default.php +3 -3
- lib/Zend/InfoCard/Xml/KeyInfo/Interface.php +3 -3
- lib/Zend/InfoCard/Xml/KeyInfo/XmlDSig.php +3 -3
- lib/Zend/InfoCard/Xml/Security.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Exception.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Transform.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Transform/EnvelopedSignature.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Transform/Exception.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Transform/Interface.php +3 -3
- lib/Zend/InfoCard/Xml/Security/Transform/XmlExcC14N.php +3 -3
- lib/Zend/InfoCard/Xml/SecurityTokenReference.php +3 -3
- lib/Zend/Json.php +166 -134
- lib/Zend/Json/Decoder.php +6 -3
- lib/Zend/Json/Encoder.php +33 -29
- lib/Zend/Json/Exception.php +3 -3
- lib/Zend/Json/Expr.php +3 -3
- lib/Zend/Json/Server.php +9 -9
- lib/Zend/Json/Server/Cache.php +3 -3
- lib/Zend/Json/Server/Error.php +3 -3
- lib/Zend/Json/Server/Exception.php +3 -3
- lib/Zend/Json/Server/Request.php +3 -3
- lib/Zend/Json/Server/Request/Http.php +3 -3
- lib/Zend/Json/Server/Response.php +7 -8
- lib/Zend/Json/Server/Response/Http.php +3 -3
- lib/Zend/Json/Server/Smd.php +3 -3
- lib/Zend/Json/Server/Smd/Service.php +3 -3
- lib/Zend/Layout.php +9 -9
- lib/Zend/Layout/Controller/Action/Helper/Layout.php +3 -3
- lib/Zend/Layout/Controller/Plugin/Layout.php +3 -3
- lib/Zend/Layout/Exception.php +3 -3
- lib/Zend/Ldap.php +9 -9
- lib/Zend/Ldap/Attribute.php +12 -12
- lib/Zend/Ldap/Collection.php +3 -3
- lib/Zend/Ldap/Collection/Iterator/Default.php +6 -4
- lib/Zend/Ldap/Converter.php +35 -34
- lib/Zend/Ldap/Converter/Exception.php +2 -2
- lib/Zend/Ldap/Dn.php +3 -3
- lib/Zend/Ldap/Exception.php +3 -3
- lib/Zend/Ldap/Filter.php +3 -3
- lib/Zend/Ldap/Filter/Abstract.php +3 -3
- lib/Zend/Ldap/Filter/And.php +3 -3
- lib/Zend/Ldap/Filter/Exception.php +3 -3
- lib/Zend/Ldap/Filter/Logical.php +3 -3
- lib/Zend/Ldap/Filter/Mask.php +3 -3
- lib/Zend/Ldap/Filter/Not.php +3 -3
- lib/Zend/Ldap/Filter/Or.php +3 -3
- lib/Zend/Ldap/Filter/String.php +3 -3
- lib/Zend/Ldap/Ldif/Encoder.php +3 -3
- lib/Zend/Ldap/Node.php +90 -6
- lib/Zend/Ldap/Node/Abstract.php +3 -3
- lib/Zend/Ldap/Node/ChildrenIterator.php +3 -3
- lib/Zend/Ldap/Node/Collection.php +3 -3
- lib/Zend/Ldap/Node/RootDse.php +3 -3
- lib/Zend/Ldap/Node/RootDse/ActiveDirectory.php +3 -3
- lib/Zend/Ldap/Node/RootDse/OpenLdap.php +3 -3
- lib/Zend/Ldap/Node/RootDse/eDirectory.php +3 -3
- lib/Zend/Ldap/Node/Schema.php +3 -3
- lib/Zend/Ldap/Node/Schema/ActiveDirectory.php +3 -3
- lib/Zend/Ldap/Node/Schema/AttributeType/ActiveDirectory.php +3 -3
- lib/Zend/Ldap/Node/Schema/AttributeType/Interface.php +3 -3
- lib/Zend/Ldap/Node/Schema/AttributeType/OpenLdap.php +3 -3
- lib/Zend/Ldap/Node/Schema/Item.php +3 -3
- lib/Zend/Ldap/Node/Schema/ObjectClass/ActiveDirectory.php +3 -3
- lib/Zend/Ldap/Node/Schema/ObjectClass/Interface.php +3 -3
- lib/Zend/Ldap/Node/Schema/ObjectClass/OpenLdap.php +3 -3
- lib/Zend/Ldap/Node/Schema/OpenLdap.php +3 -3
- lib/Zend/Loader.php +35 -21
- lib/Zend/Loader/Autoloader.php +14 -7
- lib/Zend/Loader/Autoloader/Interface.php +3 -3
- lib/Zend/Loader/Autoloader/Resource.php +16 -4
- lib/Zend/Loader/AutoloaderFactory.php +211 -0
- lib/Zend/Loader/ClassMapAutoloader.php +248 -0
- lib/Zend/Loader/Exception.php +3 -3
- lib/Zend/Loader/Exception/InvalidArgumentException.php +34 -0
- lib/Zend/Loader/PluginLoader.php +10 -10
- lib/Zend/Loader/PluginLoader/Exception.php +3 -3
- lib/Zend/Loader/PluginLoader/Interface.php +3 -3
- lib/Zend/Loader/SplAutoloader.php +75 -0
- lib/Zend/Loader/StandardAutoloader.php +368 -0
- lib/Zend/Log.php +81 -23
- lib/Zend/Log/Exception.php +4 -4
- lib/Zend/Log/FactoryInterface.php +7 -7
- lib/Zend/Log/Filter/Abstract.php +6 -6
- lib/Zend/Log/Filter/Interface.php +4 -4
- lib/Zend/Log/Filter/Message.php +7 -7
- lib/Zend/Log/Filter/Priority.php +11 -11
- lib/Zend/Log/Filter/Suppress.php +4 -4
- lib/Zend/Log/Formatter/Abstract.php +40 -0
- lib/Zend/Log/Formatter/Firebug.php +18 -7
- lib/Zend/Log/Formatter/Interface.php +4 -4
- lib/Zend/Log/Formatter/Simple.php +36 -13
- lib/Zend/Log/Formatter/Xml.php +64 -20
- lib/Zend/Log/Writer/Abstract.php +11 -10
- lib/Zend/Log/Writer/Db.php +17 -9
- lib/Zend/Log/Writer/Firebug.php +10 -7
- lib/Zend/Log/Writer/Mail.php +11 -8
- lib/Zend/Log/Writer/Mock.php +10 -7
- lib/Zend/Log/Writer/Null.php +6 -7
- lib/Zend/Log/Writer/Stream.php +21 -18
- lib/Zend/Log/Writer/Syslog.php +21 -11
- lib/Zend/Log/Writer/ZendMonitor.php +15 -14
- lib/Zend/Mail.php +4 -5
- lib/Zend/Mail/Exception.php +3 -3
- lib/Zend/Mail/Message.php +4 -4
- lib/Zend/Mail/Message/File.php +3 -3
- lib/Zend/Mail/Message/Interface.php +3 -3
- lib/Zend/Mail/Part.php +53 -4
- lib/Zend/Mail/Part/File.php +3 -3
- lib/Zend/Mail/Part/Interface.php +3 -3
- lib/Zend/Mail/Protocol/Abstract.php +25 -14
- lib/Zend/Mail/Protocol/Exception.php +3 -3
- lib/Zend/Mail/Protocol/Imap.php +3 -3
- lib/Zend/Mail/Protocol/Pop3.php +3 -3
- lib/Zend/Mail/Protocol/Smtp.php +6 -6
- lib/Zend/Mail/Protocol/Smtp/Auth/Crammd5.php +3 -3
- lib/Zend/Mail/Protocol/Smtp/Auth/Login.php +3 -3
- lib/Zend/Mail/Protocol/Smtp/Auth/Plain.php +3 -3
- lib/Zend/Mail/Storage.php +3 -3
- lib/Zend/Mail/Storage/Abstract.php +4 -4
- lib/Zend/Mail/Storage/Exception.php +3 -3
- lib/Zend/Mail/Storage/Folder.php +3 -3
- lib/Zend/Mail/Storage/Folder/Interface.php +3 -3
- lib/Zend/Mail/Storage/Folder/Maildir.php +4 -4
- lib/Zend/Mail/Storage/Folder/Mbox.php +4 -4
- lib/Zend/Mail/Storage/Imap.php +3 -3
- lib/Zend/Mail/Storage/Maildir.php +4 -4
- lib/Zend/Mail/Storage/Mbox.php +4 -4
- lib/Zend/Mail/Storage/Pop3.php +4 -4
- lib/Zend/Mail/Storage/Writable/Interface.php +3 -3
- lib/Zend/Mail/Storage/Writable/Maildir.php +4 -4
- lib/Zend/Mail/Transport/Abstract.php +3 -3
- lib/Zend/Mail/Transport/Exception.php +3 -3
- lib/Zend/Mail/Transport/File.php +4 -4
- lib/Zend/Mail/Transport/Sendmail.php +8 -8
- lib/Zend/Mail/Transport/Smtp.php +4 -4
- lib/Zend/Markup.php +3 -3
- lib/Zend/Markup/Exception.php +4 -4
- lib/Zend/Markup/Parser/Bbcode.php +3 -3
- lib/Zend/Markup/Parser/Exception.php +4 -4
- lib/Zend/Markup/Parser/ParserInterface.php +3 -3
- lib/Zend/Markup/Parser/Textile.php +0 -570
- lib/Zend/Markup/Renderer/Exception.php +3 -3
- lib/Zend/Markup/Renderer/Html.php +3 -3
- lib/Zend/Markup/Renderer/Html/Code.php +3 -3
- lib/Zend/Markup/Renderer/Html/HtmlAbstract.php +3 -3
- lib/Zend/Markup/Renderer/Html/Img.php +3 -3
- lib/Zend/Markup/Renderer/Html/List.php +3 -3
- lib/Zend/Markup/Renderer/Html/Url.php +3 -3
- lib/Zend/Markup/Renderer/RendererAbstract.php +3 -3
- lib/Zend/Markup/Renderer/TokenConverterInterface.php +3 -3
- lib/Zend/Markup/Token.php +4 -4
- lib/Zend/Markup/TokenList.php +3 -3
- lib/Zend/Measure/Abstract.php +6 -6
- lib/Zend/Measure/Acceleration.php +3 -3
- lib/Zend/Measure/Angle.php +3 -3
- lib/Zend/Measure/Area.php +3 -3
- lib/Zend/Measure/Binary.php +3 -3
- lib/Zend/Measure/Capacitance.php +3 -3
- lib/Zend/Measure/Cooking/Volume.php +3 -3
- lib/Zend/Measure/Cooking/Weight.php +3 -3
- lib/Zend/Measure/Current.php +3 -3
- lib/Zend/Measure/Density.php +3 -3
- lib/Zend/Measure/Energy.php +3 -3
- lib/Zend/Measure/Exception.php +3 -3
- lib/Zend/Measure/Flow/Mass.php +3 -3
- lib/Zend/Measure/Flow/Mole.php +3 -3
- lib/Zend/Measure/Flow/Volume.php +3 -3
- lib/Zend/Measure/Force.php +3 -3
- lib/Zend/Measure/Frequency.php +3 -3
- lib/Zend/Measure/Illumination.php +3 -3
- lib/Zend/Measure/Length.php +14 -14
- lib/Zend/Measure/Lightness.php +3 -3
- lib/Zend/Measure/Number.php +3 -3
- lib/Zend/Measure/Power.php +3 -3
- lib/Zend/Measure/Pressure.php +3 -3
- lib/Zend/Measure/Speed.php +3 -3
- lib/Zend/Measure/Temperature.php +3 -3
- lib/Zend/Measure/Time.php +3 -3
- lib/Zend/Measure/Torque.php +3 -3
- lib/Zend/Measure/Viscosity/Dynamic.php +3 -3
- lib/Zend/Measure/Viscosity/Kinematic.php +3 -3
- lib/Zend/Measure/Volume.php +3 -3
- lib/Zend/Measure/Weight.php +3 -3
- lib/Zend/Memory.php +4 -4
- lib/Zend/Memory/AccessController.php +3 -3
- lib/Zend/Memory/Container.php +3 -3
- lib/Zend/Memory/Container/Interface.php +3 -3
- lib/Zend/Memory/Container/Locked.php +3 -3
- lib/Zend/Memory/Container/Movable.php +3 -3
- lib/Zend/Memory/Exception.php +3 -3
- lib/Zend/Memory/Manager.php +3 -3
- lib/Zend/Memory/Value.php +3 -3
- lib/Zend/Mime.php +5 -5
- lib/Zend/Mime/Decode.php +4 -4
- lib/Zend/Mime/Exception.php +3 -3
- lib/Zend/Mime/Message.php +3 -3
- lib/Zend/Mime/Part.php +16 -3
- lib/Zend/Mobile/Exception.php +33 -0
- lib/Zend/Mobile/Push/Abstract.php +112 -0
- lib/Zend/Mobile/Push/Apns.php +391 -0
- lib/Zend/Mobile/Push/Exception.php +35 -0
- lib/Zend/Mobile/Push/Exception/DeviceQuotaExceeded.php +35 -0
- lib/Zend/Mobile/Push/Exception/InvalidAuthToken.php +35 -0
- lib/Zend/Mobile/Push/Exception/InvalidPayload.php +35 -0
- lib/Zend/Mobile/Push/Exception/InvalidRegistration.php +35 -0
- lib/Zend/Mobile/Push/Exception/InvalidToken.php +35 -0
- lib/Zend/Mobile/Push/Exception/InvalidTopic.php +35 -0
- lib/Zend/Mobile/Push/Exception/QuotaExceeded.php +35 -0
- lib/Zend/Mobile/Push/Exception/ServerUnavailable.php +35 -0
- lib/Zend/Mobile/Push/Gcm.php +172 -0
- lib/Zend/Mobile/Push/Interface.php +64 -0
- lib/Zend/Mobile/Push/Message/Abstract.php +135 -0
- lib/Zend/Mobile/Push/Message/Apns.php +284 -0
- lib/Zend/Mobile/Push/Message/Exception.php +35 -0
- lib/Zend/Mobile/Push/Message/Gcm.php +274 -0
- lib/Zend/Mobile/Push/Message/Interface.php +79 -0
- lib/Zend/Mobile/Push/Message/Mpns.php +117 -0
- lib/Zend/Mobile/Push/Message/Mpns/Raw.php +149 -0
- lib/Zend/Mobile/Push/Message/Mpns/Tile.php +365 -0
- lib/Zend/Mobile/Push/Message/Mpns/Toast.php +225 -0
- lib/Zend/Mobile/Push/Mpns.php +152 -0
- lib/Zend/Mobile/Push/Response/Gcm.php +242 -0
- lib/Zend/Mobile/Push/Test/ApnsProxy.php +103 -0
- lib/Zend/Navigation.php +3 -3
- lib/Zend/Navigation/Container.php +152 -42
- lib/Zend/Navigation/Exception.php +3 -3
- lib/Zend/Navigation/Page.php +249 -27
- lib/Zend/Navigation/Page/Mvc.php +266 -26
- lib/Zend/Navigation/Page/Uri.php +15 -4
- lib/Zend/Oauth.php +4 -3
- lib/Zend/Oauth/Client.php +18 -21
- lib/Zend/Oauth/Config.php +44 -11
- lib/Zend/Oauth/Config/ConfigInterface.php +7 -3
- lib/Zend/Oauth/Consumer.php +5 -5
- lib/Zend/Oauth/Exception.php +3 -3
- lib/Zend/Oauth/Http.php +5 -5
- lib/Zend/Oauth/Http/AccessToken.php +3 -3
- lib/Zend/Oauth/Http/RequestToken.php +3 -3
- lib/Zend/Oauth/Http/UserAuthorization.php +3 -3
- lib/Zend/Oauth/Http/Utility.php +25 -25
- lib/Zend/Oauth/Signature/Hmac.php +7 -7
- lib/Zend/Oauth/Signature/Plaintext.php +7 -7
- lib/Zend/Oauth/Signature/Rsa.php +9 -9
- lib/Zend/Oauth/Signature/SignatureAbstract.php +21 -21
- lib/Zend/Oauth/Token.php +8 -8
- lib/Zend/Oauth/Token/Access.php +17 -17
- lib/Zend/Oauth/Token/AuthorizedRequest.php +6 -6
- lib/Zend/Oauth/Token/Request.php +3 -3
- lib/Zend/OpenId.php +11 -6
- lib/Zend/OpenId/Consumer.php +3 -3
- lib/Zend/OpenId/Consumer/Storage.php +3 -3
- lib/Zend/OpenId/Consumer/Storage/File.php +3 -3
- lib/Zend/OpenId/Exception.php +3 -3
- lib/Zend/OpenId/Extension.php +3 -3
- lib/Zend/OpenId/Extension/Sreg.php +3 -3
- lib/Zend/OpenId/Provider.php +4 -4
- lib/Zend/OpenId/Provider/Storage.php +3 -3
- lib/Zend/OpenId/Provider/Storage/File.php +4 -4
- lib/Zend/OpenId/Provider/User.php +3 -3
- lib/Zend/OpenId/Provider/User/Session.php +3 -3
- lib/Zend/Paginator.php +31 -10
- lib/Zend/Paginator/Adapter/Array.php +3 -3
- lib/Zend/Paginator/Adapter/DbSelect.php +37 -9
- lib/Zend/Paginator/Adapter/DbTableSelect.php +3 -3
- lib/Zend/Paginator/Adapter/Interface.php +3 -3
- lib/Zend/Paginator/Adapter/Iterator.php +3 -3
- lib/Zend/Paginator/Adapter/Null.php +3 -3
- lib/Zend/Paginator/AdapterAggregate.php +3 -3
- lib/Zend/Paginator/Exception.php +3 -3
- lib/Zend/Paginator/ScrollingStyle/All.php +3 -3
- lib/Zend/Paginator/ScrollingStyle/Elastic.php +3 -3
- lib/Zend/Paginator/ScrollingStyle/Interface.php +3 -3
- lib/Zend/Paginator/ScrollingStyle/Jumping.php +3 -3
- lib/Zend/Paginator/ScrollingStyle/Sliding.php +3 -3
- lib/Zend/Paginator/SerializableLimitIterator.php +3 -3
- lib/Zend/Pdf.php +23 -5
- lib/Zend/Pdf/Action.php +3 -3
- lib/Zend/Pdf/Action/GoTo.php +3 -3
- lib/Zend/Pdf/Action/GoTo3DView.php +3 -3
- lib/Zend/Pdf/Action/GoToE.php +3 -3
- lib/Zend/Pdf/Action/GoToR.php +3 -3
- lib/Zend/Pdf/Action/Hide.php +3 -3
- lib/Zend/Pdf/Action/ImportData.php +3 -3
- lib/Zend/Pdf/Action/JavaScript.php +3 -3
- lib/Zend/Pdf/Action/Launch.php +3 -3
- lib/Zend/Pdf/Action/Movie.php +3 -3
- lib/Zend/Pdf/Action/Named.php +3 -3
- lib/Zend/Pdf/Action/Rendition.php +3 -3
- lib/Zend/Pdf/Action/ResetForm.php +3 -3
- lib/Zend/Pdf/Action/SetOCGState.php +3 -3
- lib/Zend/Pdf/Action/Sound.php +3 -3
- lib/Zend/Pdf/Action/SubmitForm.php +3 -3
- lib/Zend/Pdf/Action/Thread.php +3 -3
- lib/Zend/Pdf/Action/Trans.php +3 -3
- lib/Zend/Pdf/Action/URI.php +3 -3
- lib/Zend/Pdf/Action/Unknown.php +3 -3
- lib/Zend/Pdf/Annotation.php +4 -4
- lib/Zend/Pdf/Annotation/FileAttachment.php +3 -3
- lib/Zend/Pdf/Annotation/Link.php +3 -3
- lib/Zend/Pdf/Annotation/Markup.php +3 -3
- lib/Zend/Pdf/Annotation/Text.php +3 -3
- lib/Zend/Pdf/Canvas.php +2 -2
- lib/Zend/Pdf/Canvas/Abstract.php +5 -2
- lib/Zend/Pdf/Canvas/Interface.php +2 -2
- lib/Zend/Pdf/Cmap.php +3 -3
- lib/Zend/Pdf/Cmap/ByteEncoding.php +3 -3
- lib/Zend/Pdf/Cmap/ByteEncoding/Static.php +3 -3
- lib/Zend/Pdf/Cmap/SegmentToDelta.php +3 -3
- lib/Zend/Pdf/Cmap/TrimmedTable.php +3 -3
- lib/Zend/Pdf/Color.php +3 -3
- lib/Zend/Pdf/Color/Cmyk.php +3 -3
- lib/Zend/Pdf/Color/GrayScale.php +3 -3
- lib/Zend/Pdf/Color/Html.php +3 -3
- lib/Zend/Pdf/Color/Rgb.php +3 -3
- lib/Zend/Pdf/Destination.php +4 -4
- lib/Zend/Pdf/Destination/Explicit.php +3 -3
- lib/Zend/Pdf/Destination/Fit.php +3 -3
- lib/Zend/Pdf/Destination/FitBoundingBox.php +3 -3
- lib/Zend/Pdf/Destination/FitBoundingBoxHorizontally.php +3 -3
- lib/Zend/Pdf/Destination/FitBoundingBoxVertically.php +3 -3
- lib/Zend/Pdf/Destination/FitHorizontally.php +3 -3
- lib/Zend/Pdf/Destination/FitRectangle.php +3 -3
- lib/Zend/Pdf/Destination/FitVertically.php +3 -3
- lib/Zend/Pdf/Destination/Named.php +4 -4
- lib/Zend/Pdf/Destination/Unknown.php +3 -3
- lib/Zend/Pdf/Destination/Zoom.php +3 -3
- lib/Zend/Pdf/Element.php +3 -3
- lib/Zend/Pdf/Element/Array.php +3 -3
- lib/Zend/Pdf/Element/Boolean.php +3 -3
- lib/Zend/Pdf/Element/Dictionary.php +3 -3
- lib/Zend/Pdf/Element/Name.php +3 -3
- lib/Zend/Pdf/Element/Null.php +3 -3
- lib/Zend/Pdf/Element/Numeric.php +3 -3
- lib/Zend/Pdf/Element/Object.php +3 -3
- lib/Zend/Pdf/Element/Object/Stream.php +3 -3
- lib/Zend/Pdf/Element/Reference.php +3 -3
- lib/Zend/Pdf/Element/Reference/Context.php +3 -3
- lib/Zend/Pdf/Element/Reference/Table.php +3 -3
- lib/Zend/Pdf/Element/Stream.php +3 -3
- lib/Zend/Pdf/Element/String.php +3 -3
- lib/Zend/Pdf/Element/String/Binary.php +3 -3
- lib/Zend/Pdf/ElementFactory.php +3 -3
- lib/Zend/Pdf/ElementFactory/Interface.php +3 -3
- lib/Zend/Pdf/ElementFactory/Proxy.php +3 -3
- lib/Zend/Pdf/Exception.php +3 -3
- lib/Zend/Pdf/FileParser.php +3 -3
- lib/Zend/Pdf/FileParser/Font.php +3 -3
- lib/Zend/Pdf/FileParser/Font/OpenType.php +21 -9
- lib/Zend/Pdf/FileParser/Font/OpenType/TrueType.php +3 -3
- lib/Zend/Pdf/FileParser/Image.php +3 -3
- lib/Zend/Pdf/FileParser/Image/Png.php +3 -3
- lib/Zend/Pdf/FileParserDataSource.php +3 -18
- lib/Zend/Pdf/FileParserDataSource/File.php +3 -3
- lib/Zend/Pdf/FileParserDataSource/String.php +3 -3
- lib/Zend/Pdf/Filter/Ascii85.php +3 -3
- lib/Zend/Pdf/Filter/AsciiHex.php +3 -3
- lib/Zend/Pdf/Filter/Compression.php +3 -3
- lib/Zend/Pdf/Filter/Compression/Flate.php +3 -3
- lib/Zend/Pdf/Filter/Compression/Lzw.php +3 -3
- lib/Zend/Pdf/Filter/Interface.php +3 -3
- lib/Zend/Pdf/Filter/RunLength.php +3 -3
- lib/Zend/Pdf/Font.php +3 -3
- lib/Zend/Pdf/Image.php +3 -3
- lib/Zend/Pdf/NameTree.php +4 -4
- lib/Zend/Pdf/Outline.php +3 -3
- lib/Zend/Pdf/Outline/Created.php +3 -3
- lib/Zend/Pdf/Outline/Loaded.php +3 -3
- lib/Zend/Pdf/Page.php +3 -3
- lib/Zend/Pdf/Parser.php +3 -3
- lib/Zend/Pdf/RecursivelyIteratableObjectsContainer.php +3 -3
- lib/Zend/Pdf/Resource.php +3 -3
- lib/Zend/Pdf/Resource/ContentStream.php +2 -2
- lib/Zend/Pdf/Resource/Extractor.php +2 -2
- lib/Zend/Pdf/Resource/Font.php +3 -3
- lib/Zend/Pdf/Resource/Font/CidFont.php +6 -4
- lib/Zend/Pdf/Resource/Font/CidFont/TrueType.php +3 -3
- lib/Zend/Pdf/Resource/Font/Extracted.php +3 -3
- lib/Zend/Pdf/Resource/Font/FontDescriptor.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Parsed.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Parsed/TrueType.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/Courier.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/CourierBold.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/CourierBoldOblique.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/CourierOblique.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/Helvetica.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBold.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaBoldOblique.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/HelveticaOblique.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/Symbol.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/TimesBold.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/TimesBoldItalic.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/TimesItalic.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/TimesRoman.php +3 -3
- lib/Zend/Pdf/Resource/Font/Simple/Standard/ZapfDingbats.php +3 -3
- lib/Zend/Pdf/Resource/Font/Type0.php +3 -3
- lib/Zend/Pdf/Resource/GraphicsState.php +2 -2
- lib/Zend/Pdf/Resource/Image.php +3 -3
- lib/Zend/Pdf/Resource/Image/Jpeg.php +3 -3
- lib/Zend/Pdf/Resource/Image/Png.php +3 -3
- lib/Zend/Pdf/Resource/Image/Tiff.php +3 -3
- lib/Zend/Pdf/Resource/ImageFactory.php +3 -3
- lib/Zend/Pdf/Resource/Unified.php +2 -2
- lib/Zend/Pdf/StringParser.php +4 -4
- lib/Zend/Pdf/Style.php +3 -3
- lib/Zend/Pdf/Target.php +3 -3
- lib/Zend/Pdf/Trailer.php +3 -3
- lib/Zend/Pdf/Trailer/Generator.php +3 -3
- lib/Zend/Pdf/Trailer/Keeper.php +3 -3
- lib/Zend/Pdf/UpdateInfoContainer.php +3 -3
- lib/Zend/ProgressBar.php +3 -3
- lib/Zend/ProgressBar/Adapter.php +3 -3
- lib/Zend/ProgressBar/Adapter/Console.php +3 -3
- lib/Zend/ProgressBar/Adapter/Exception.php +3 -3
- lib/Zend/ProgressBar/Adapter/JsPull.php +3 -3
- lib/Zend/ProgressBar/Adapter/JsPush.php +3 -3
- lib/Zend/ProgressBar/Exception.php +3 -3
- lib/Zend/Queue.php +3 -3
- lib/Zend/Queue/Adapter/Activemq.php +38 -8
- lib/Zend/Queue/Adapter/AdapterAbstract.php +3 -3
- lib/Zend/Queue/Adapter/AdapterInterface.php +3 -3
- lib/Zend/Queue/Adapter/Array.php +4 -4
- lib/Zend/Queue/Adapter/Db.php +3 -3
- lib/Zend/Queue/Adapter/Db/Message.php +3 -3
- lib/Zend/Queue/Adapter/Db/Queue.php +3 -3
- lib/Zend/Queue/Adapter/Db/postgresql.sql +2 -2
- lib/Zend/Queue/Adapter/Memcacheq.php +3 -3
- lib/Zend/Queue/Adapter/Null.php +3 -3
- lib/Zend/Queue/Adapter/PlatformJobQueue.php +3 -3
- lib/Zend/Queue/Exception.php +3 -3
- lib/Zend/Queue/Message.php +3 -3
- lib/Zend/Queue/Message/Iterator.php +3 -3
- lib/Zend/Queue/Message/PlatformJob.php +3 -3
- lib/Zend/Queue/Stomp/Client.php +3 -3
- lib/Zend/Queue/Stomp/Client/Connection.php +3 -3
- lib/Zend/Queue/Stomp/Client/ConnectionInterface.php +3 -3
- lib/Zend/Queue/Stomp/Frame.php +3 -3
- lib/Zend/Queue/Stomp/FrameInterface.php +3 -3
- lib/Zend/Reflection/Class.php +3 -3
- lib/Zend/Reflection/Docblock.php +3 -3
- lib/Zend/Reflection/Docblock/Tag.php +3 -3
- lib/Zend/Reflection/Docblock/Tag/Param.php +4 -4
- lib/Zend/Reflection/Docblock/Tag/Return.php +5 -5
- lib/Zend/Reflection/Exception.php +3 -3
- lib/Zend/Reflection/Extension.php +3 -3
- lib/Zend/Reflection/File.php +30 -10
- lib/Zend/Reflection/Function.php +3 -3