rob
|
036a857736
fix Zend_Reflection_File to support the changes to realpath() that Suhosin makes which means that you can't trust realpath() to return false if the file doesn't exist. See http://uk3.php.net/manual/en/function.realpath.php#82770
|
13 years ago |
rob
|
8864e6cd62
Bug fix Ldap converter test to handle 5.2's serialised DateTime format
|
13 years ago |
rob
|
0159c902a1
Disable most Windows Azure tests by default
|
13 years ago |
rob
|
e507fd928a
set the include_path for the SessionTestHelper.php script so that it can load Zend_Session
|
13 years ago |
rob
|
e391535fd5
Bug fix: use the correctly named variable in Zend_Loader_ClassMapAutoloader::concatPharParts()
|
13 years ago |
rob
|
dda3eab437
Update Zend_Ldap_Attribute unit tests to handle the situation where the unit tests are run from a computer with a local timezone of +0000
|
13 years ago |
rob
|
aa8c0f81be
Add information on how to install PHPUnit 3.4 when an incompatible version of PHPUnit is detected
|
13 years ago |
rob
|
192ac19c61
Update Zend_Dojo tests to take into account that the json within a declarative digit is rendered with a single quote rather than the expected double quote. Allow for the fact that the single quote is then converted to '
|
13 years ago |
ezimuel
|
691a6883b2
ZF-6351: added the proxy class to manage document-literal SOAP
|
13 years ago |
rob
|
7389bb35a1
should be rel=icon, not rel=favion
|
13 years ago |
rob
|
0a7d7d1b95
Update copyright date in LICENSE.txt to 2012.
|
13 years ago |
rob
|
97872d62d1
update expected error message when loading an invalid ini file into Zend_Config_Ini under PHP 5.3
|
13 years ago |
rob
|
71bf46b04c
Bug fix test that was fixed for 5.2 support which accidentally broke 5.3 support...
|
13 years ago |
matthew
|
d822efad11
[1.12] Fixes for PHP 5.3
|
13 years ago |
bittarman
|
7e5ec010a6
ZF-11934: Applying modified patch by Adam Lundrigan from Maks Slesarenko to Yaml decoder
|
13 years ago |
bittarman
|
6718ba4810
ZF-12024: fixed spelling mistake in welsh translation of "July"
|
13 years ago |
bittarman
|
3b4e97599d
Fixes ZF-12156, removed f before opening php tag
|
13 years ago |
rob
|
b42a640271
Ensure that the static method that we're testing in Zend_Json_ServerTest is actually declared as a static
|
13 years ago |
rob
|
b5505dd341
bug fix: check for correct T_NS_SEPARATOR definition when running underPHP 5.2
|
14 years ago |
rob
|
38b75aa6f4
Handle situation when openss_pkey_new() cannot generate a private key by throwing and exception. Tests now skip in this scenario
|
14 years ago |
matthew
|
72c940ed83
Updated to rev e32f1a26 of ZF2 EventManager
|
14 years ago |
rob
|
637717511f
PHP 5.2 support for invalid JSON config files
|
14 years ago |
rob
|
29de88b822
on PHP 5.2, realpath() returns true if the last segment doesn't exist. Therefore we need to also test with file_exists()
|
14 years ago |
andries
|
252a75a245
Resolves #ZF-12125
|
14 years ago |
rob
|
f733887c06
support application/x-zip in Zend_Validate_File_IsCompressed
|
14 years ago |
rob
|
4acd3ccbd5
Make Zend_Controller_Action_Helper_NamespaceTest work with PHP < 5.3.0
|
14 years ago |
matthew
|
d72df5fc1d
Backported #944 from ZF2
|
14 years ago |
ezimuel
|
b7040b20e0
Zend_Cloud documentation + unit test fix
|
14 years ago |
ezimuel
|
80dfe3388c
Rackspace documentation + unit test refactoring
|
14 years ago |
ezimuel
|
f88a65a4cc
WindowsAzure require_once fix
|
14 years ago |