Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile succeeds, make test fails 3 times (and ofcourse errrors in operation) #97

Open
attilahofferek opened this issue Feb 10, 2016 · 2 comments

Comments

@attilahofferek
Copy link

Hi, I have a strange error, we develop a calendar based application and I decided to use rezzza time traveler module for time dependent functions testing. This depends on php AOP module.

My system is debian wheezy with php from
http://packages.dotdeb.org wheezy-php55

When I compile aop, configure and make seems success, but make test fails:

FAIL Try using finfo_open [tests/bugs/005.phpt]
FAIL getPropertyValue [tests/properties/010.phpt]
FAIL Read / Write Property with inc or dec [tests/write_properties/004.phpt]

Php loads the .so without errors

When I try to run example from this:
https://packagist.org/packages/rezzza/time-traveler
The output is:

class DateTime#64 (3) {
  public $date =>
  string(26) "1970-01-01 01:00:00.000000"
  public $timezone_type =>
  int(3)
  public $timezone =>
  string(15) "Europe/Budapest"
}
class DateTime#64 (3) {
  public $date =>
  string(26) "2016-02-10 21:59:04.000000"
  public $timezone_type =>
  int(3)
  public $timezone =>
  string(15) "Europe/Budapest"
}
int(2762827144)
string(21) "0.95461200 2762827144"
double(2762827144.9547)

Thanks in advance

@Detzler
Copy link

Detzler commented Jun 6, 2016

got the same.. any fixes yet?

@attilahofferek
Copy link
Author

nothing, I skipped aop and worked around

On 2016. 06. 06. 12:46, Detzler wrote:

got the same.. any fixes yet?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#97 (comment), or
mute the thread
https://github.com/notifications/unsubscribe/ADTgA2gxD1m40EAW1jD0hm6mH349thD2ks5qI_qHgaJpZM4HXkIk.

Hofferek Attila

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants