summaryrefslogtreecommitdiff
path: root/php/src
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* GCC 8 Build fixes for Python, PHP and RubyJose2019-01-11
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Build multiple PHP packages from a single sourceJose2018-12-13
|
* Add support to build with PHP 7.3 on WindowsJose2018-12-13
|
* Fixed warning introduced by previous commit.Bernard Normier2018-12-03
|
* Fixed bogus assert and misc warnings. Fixes #311.Bernard Normier2018-12-03
|
* Sign PHP Windows DLLsJose2018-11-27
|
* Update version to 3.7.2Jose2018-11-14
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fix for PHP 5.3 (Amzn 2018.03) build failuresBenoit Foucher2018-10-29
|
* Disable shadow warnings with clang 3.xBernard Normier2018-10-28
|
* Fixed iOS and PHP7 shadow warning related build failuresBenoit Foucher2018-10-27
|
* PHP5 build failureJose2018-08-09
|
* Fix IcePHP sequences orderJose2018-07-27
| | | | Close #172
* Remove workaround for old Visual Studio versionsJose2018-07-27
|
* Update PHP NuGet packages to 7.2.8Jose2018-07-24
|
* Add support to build with PHP 7.2 on WindowsJose2018-07-11
|
* Fixed issue where parsing of 64-bits values would be incorrect on Windows, ↵Benoit Foucher2018-05-03
| | | | fixes #79
* Update PHP projects to use the new PHP NuGet packagesJose2018-05-02
|
* Enable asserts for the extension when built with debug (ICE-8703)Benoit Foucher2018-04-24
|
* ICE-8703 - PHP test failure in Ice/slicing/objectsMark Spruiell2018-03-02
|
* Update copyright year to 2018Jose2018-02-14
|
* ICE-8636 - assertion failure with PHP7 debug buildMark Spruiell2018-02-09
|
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Fixed IcePHP assert that would occur with a PHP debug executable when ↵Benoit Foucher2018-02-06
| | | | destroying multiple times the same communicator (ICE-8635)
* Fixed bogus assert when compiling PHP module with debug (ICE-8629)Benoit Foucher2018-02-06
|
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHPBenoit Foucher2018-01-24
|
* Update version to v3.7.1Jose2017-12-14
|
* Fix PHP5 issue introduce with previous commitJose2017-09-14
|
* Extra fixes for PHP5 ZTS buildsJose2017-09-14
|
* Fixed Ice for PHP build failureJose2017-09-14
|
* Fix PHP build warningsJose2017-09-01
| | | | | | | | | ZEND_MODULE_API_NO number used in Init.cpp bugfix was bogus required_num_args member of _zend_arg_info was changed to zend_uint in PHP 5.4.0 that correspond to ZEND_MODULE_API_NO 20100525 See bug (ICE-8479)
* Ported build system improvements from Freeze repositoryBenoit Foucher2017-08-16
|
* Fix typoJose2017-07-11
|
* Fix ZEND_MODULE_API_NO versionJose2017-07-11
|
* Fix typoJose2017-07-11
|
* ICE-8252 - php5 build warning on amzn1Jose2017-07-11
|
* ICE-8162 - Compatibility fix for PHP 7.2Mark Spruiell2017-06-27
|
* ICE-8143 - Rename IcePHP.so to ice.soJoe George2017-06-22
|
* PHP build fixesJose2017-06-13
|
* Only install zeroc.ice.v140 when ICE_BIN_DIST == cppJose2017-06-13
|
* Allow to build PHP7 extension using Windows C++ NuGet binary distributionJose2017-06-13
|
* Remove excessive empty linesJoe George2017-06-07
|
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Fixed ICE-7800 - moved python/ruby/php ldflags at the endBenoit Foucher2017-05-11
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.