Skip to content

Tags: csvan/hhvm

Tags

HHVM-3.0.1

Toggle HHVM-3.0.1's commit message
include <sys/time.h>

ubuntu 10.04 won't compile without this saying

    /home/ptarjan/dev/hhvm/hphp/runtime/base/ssl-socket.cpp: In member function ‘bool HPHP::SSLSocket::enableCrypto(bool)’:
    /home/ptarjan/dev/hhvm/hphp/runtime/base/ssl-socket.cpp:574:25: error: aggregate ‘HPHP::SSLSocket::enableCrypto(bool)::timezone tz’ has incomplete type and cannot be defined
             struct timezone tz;
                             ^
    /home/ptarjan/dev/hhvm/hphp/runtime/base/ssl-socket.cpp:576:31: error: ‘gettimeofday’ was not declared in this scope
             gettimeofday(&tvs, &tz);
                                   ^
    make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/ssl-socket.cpp.o] Error 1

Reviewed By: @fredemmott

Differential Revision: D1232313

HHVM-3.0.0

Toggle HHVM-3.0.0's commit message
bump version to 3.0.0

HHVM-2.4.2

Toggle HHVM-2.4.2's commit message
Revert "Properly invoke setter/getter for unset declared properties"

This reverts commit 2638538.

HHVM-2.4.1

Toggle HHVM-2.4.1's commit message
bump version to 2.4.1

HHVM-2.4.0

Toggle HHVM-2.4.0's commit message
bump version to 2.4.0

HHVM-2.3.3

Toggle HHVM-2.3.3's commit message
Revert "Update folly"

This reverts commit 4cf5378.

HHVM-2.3.2

Toggle HHVM-2.3.2's commit message
bump version to 2.3.2

HHVM-2.3.1

Toggle HHVM-2.3.1's commit message
bump version to 2.3.1

HHVM-2.3.0

Toggle HHVM-2.3.0's commit message
bump version for release

gcc-4.6

Toggle gcc-4.6's commit message
Allow default .hdf to be compiled in to php binary

Reviewed By: @swtaarrs

Differential Revision: D1013374