summaryrefslogtreecommitdiff
path: root/win32/build
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-061-2/+2
| | | | changes in generated files.
* Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-211-3/+3
|\ | | | | | | | | | | * PHP-5.4: updated lib versions Fix folding
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-09-211-3/+3
| |\ | | | | | | | | | | | | * PHP-5.3: updated lib versions
| | * updated lib versionsAnatoliy Belsky2012-09-211-3/+3
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-181-4/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: updated libary versions
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-09-181-4/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-5.3: updated libary versions Conflicts: win32/build/libs_version.txt
| | * updated libary versionsAnatoliy Belsky2012-09-181-4/+4
| | |
* | | Merge branch 'PHP-5.4'unknown2012-09-082-2/+9
|\ \ \ | | | | | | | | | | | | | | | | * PHP-5.4: -enable VC11 (vc2012)
| * \ \ Merge branch 'PHP-5.3' into PHP-5.4unknown2012-09-082-2/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.3: -enable VC11 (vc2012)
| | * | | -enable VC11 (vc2012)unknown2012-09-082-2/+9
| | | | |
* | | | | Merge branch 'PHP-5.4'Xinchen Hui2012-09-052-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: sapi/litespeed/lsapi_main.c
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-052-2/+2
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | Conflicts: ext/interbase/interbase.rc
| | * | | year++Xinchen Hui2012-09-052-2/+2
| | | |/ | | |/|
* | | | Merge branch 'generators'Gustavo Lopes2012-09-011-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generators: (70 commits) Fix typos Fix segfault when traversing a by-ref generator twice Make sure that exception is thrown on rewind() after closing too Remove implementation stubs for yield delegation Fix several issues and allow rewind only at/before first yield Run finally if generator is closed before finishing Finally with return now works in generators too Add dedicated opcode for returns from a generator Disallow serialization and unserialization Fix zts build (typo) Drop Generator::close() method Forgot to add test Support trivial finally in generators (no yield, no return) Fix implementation of Iterator interface Add T_YIELD in tokenizer_data.c Throw error also for return occuring before yield Fix throwing of exceptions within a generator Remove reference restrictions from foreach Require parenthesis around yield expressions Add some more tests ...
| * \ \ \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-132-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just an intial merge. It does not yet make generators and finally work together. Conflicts: Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_execute.skl Zend/zend_vm_opcodes.h
| * | | | | Add empty Generator classNikita Popov2012-05-201-1/+1
| | | | | |
* | | | | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-08-291-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | | | | | * PHP-5.4: updated mpir version Fixed defective cloning in ext/intl classes
| * | | | updated mpir versionAnatoliy Belsky2012-08-291-1/+1
| | |_|/ | |/| |
* | | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
* | | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-05-111-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * PHP-5.4: Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-111-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
| | * Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt failsAnatoliy Belsky2012-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | This fixes a general issue. In this ticket and not for the first time is being seen, that people are trying to use data from "examples" in the tests. When extracting a test pack only "tests" and its siblings was taken into account. Now "examples" are copied as well.
* | | Merge branch 'PHP-5.4'Johannes Schlüter2012-04-141-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Rename README.SVN-RULES to README.GIT-RULES, here, too
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-141-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Rename README.SVN-RULES to README.GIT-RULES, here, too
| | * Rename README.SVN-RULES to README.GIT-RULES, here, tooJohannes Schlüter2012-04-141-2/+2
| | |
| | * - update to openssl 0.9.8uPierre Joye2012-04-021-1/+1
| | |
| | * - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-1/+1
| | |
| | * - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-2/+2
| | |
| | * - libssh2 1.3.0Pierre Joye2012-01-301-1/+1
| | |
| | * - update libsPierre Joye2012-01-271-0/+1
| | |
| | * - update libsPierre Joye2012-01-271-0/+6
| | |
| | * - update libsPierre Joye2012-01-271-0/+7
| | |
| | * - openssl 0.9.8t, curl 7.24.0Pierre Joye2012-01-261-1/+2
| | |
| | * - spl tests are also under examples (sigh)Pierre Joye2012-01-091-1/+1
| | |
| | * - copy run-test phpPierre Joye2011-12-121-0/+1
| | |
| | * - update libcurl to 7.21.7Pierre Joye2011-08-031-1/+1
| | |
| | * - update libpng to 1.2.46Pierre Joye2011-07-191-0/+1
| | |
| | * - initial import, will add all libs laterPierre Joye2011-05-191-0/+1
| | |
| | * - re enable static analyzer, crash fixed with snapshot buildsPierre Joye2011-03-281-1/+1
| | |
| | * - Merge from trunk.Moriyoshi Koizumi2011-03-022-4/+4
| | |
| | * - disable realloc warning about not checking its return value, 100% valid ↵Pierre Joye2011-02-071-0/+1
| | | | | | | | | | | | but way too many of them for now, reduce noises
| | * -disable the analyzer for the snapshot in 5.3 tooPierre Joye2011-01-131-1/+1
| | |
| | * - new sec flags should not be on by default for 5.3, yetPierre Joye2011-01-091-1/+1
| | |
| | * - add configure option to enable the builtin static analyzer (will be ↵Pierre Joye2011-01-091-0/+10
| | | | | | | | | | | | enabled for snaps' log)
| | * - debug code--Pierre Joye2011-01-091-2/+1
| | |
| | * - let try to fix pecl header install so we can do the same than unix, ↵Pierre Joye2011-01-091-1/+23
| | | | | | | | | | | | install them in ext/<extname> instead of pecl<extname>
| | * - define the php*.lib/dll namesPierre Joye2011-01-071-9/+3
| | |
| | * - revert rev. 307044Pierre Joye2011-01-051-11/+0
| | |
| | * Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵Kalle Sommer Nielsen2011-01-031-0/+11
| | | | | | | | | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib