1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

21951 Commits

Author SHA1 Message Date
Greg Beaver d5fd042872 bump 1.3.0 to 2.0.0, this is a big feature addition release 2008-01-19 19:51:14 +00:00
David Coallier f6267ce134 - Wrong icu call, now using u_strToLower correctly 2008-01-19 19:47:41 +00:00
David Coallier 7a66695286 - Added lcfirst() function. The sister function of ucfirst()
- Test #1 for lcfirst()
2008-01-19 19:23:25 +00:00
Andrey Hristov dfd4b99e05 Fix build issue 2008-01-19 18:56:19 +00:00
Greg Beaver d7ff13cf9a update package.xml 2008-01-19 18:39:49 +00:00
Greg Beaver a5358c0725 bump API version if the created phar has directories in it, so that it won't load with older phar versions 2008-01-19 18:30:30 +00:00
Greg Beaver d583fae0cc add Phar::createDefaultStub(), which can take as an argument the filename
that should be loaded as a "bootstrap" for the phar archive
2008-01-19 04:26:22 +00:00
Nuno Lopes dc84b8b767 fix gcov build 2008-01-18 20:12:45 +00:00
Christopher Jones f55c8670af Add ifdef 2008-01-18 16:03:23 +00:00
Antony Dovgal 98164c99ac fix test
the library vresion is actually exposed by ext/mysqli, not ext/mysql
2008-01-18 12:48:22 +00:00
Greg Beaver 7540adf058 major improvement:
the new default stub allows creation of phars that run identically
1) with Phar extension
2) without Phar extension
3) extracted to disk from the phar
this makes the default phar format quite interesting as it eliminates the only drawback of the extension
2008-01-18 05:42:16 +00:00
Pierre Joye 1e513413f2 - MFB: reflect the correct version 2008-01-18 01:24:29 +00:00
Greg Beaver 44173ebb5e MF5.3: install headers, use correct zip version 2008-01-18 00:33:15 +00:00
Greg Beaver 109cbc9f50 add needed define back into config.w32, make zip required mod on win32, remove lib/.cvsignore 2008-01-18 00:11:37 +00:00
Derick Rethans cd9bc73574 - Fixed bug #41599 (setTime() fails after modify() is used). 2008-01-17 20:58:26 +00:00
Derick Rethans 13d1ef3015 - Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). 2008-01-17 20:43:58 +00:00
Derick Rethans 19af2f67d1 - Fixed bug #43808 (date_create never fails (even when it should)). 2008-01-17 20:34:17 +00:00
Greg Beaver ad23787e0c remove unneeded define, zip is required on windows 2008-01-17 20:21:55 +00:00
Greg Beaver 5689f3c9c6 add new test for opening a zip-based phar with no zip ext, update skipif for phar_convert test 2008-01-17 20:17:40 +00:00
Derick Rethans da0da918c0 - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
using a timestamp).
2008-01-17 19:58:24 +00:00
Derick Rethans 64c498bddd - Added support for abbreviation and offset based timezone specifiers for
DateTime::getOffset() and DateTime::getName().
- Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates
  DateTimeZone).
2008-01-17 18:48:44 +00:00
Ilia Alshanetsky f5aae18ad3 MFB: Fixed bug #43871 (crash inside dns_get_record) 2008-01-17 14:12:36 +00:00
Greg Beaver e4c02a6b96 do fancy-shmancy zip dependency validation because ZEND_MOD_OPTIONAL_EX doesn't do any version validation 2008-01-17 05:52:18 +00:00
Greg Beaver 86fc96d86b update package.xml 2008-01-17 04:56:40 +00:00
Greg Beaver fa6027041d refine config.m4 to use the newly found zip headers 2008-01-17 04:04:30 +00:00
Greg Beaver 9a59e60657 remove HAVE_ZIP defines just as we removed HAVE_BZ2 defines and for the same reason
update outdated description of phar in config.m4
make zip extension mandatory on windows for compiling purposes
2008-01-17 03:59:07 +00:00
Greg Beaver a3718dcfa3 no need to use conditional defines for bz2, we don't call it except indirectly through stream wrappers.
After removing HAVE_BZ2 conditionals, phar works even if bz2 is not present on installation through pecl
2008-01-17 03:48:29 +00:00
Greg Beaver 535865e908 give up on gpg signing because of non-existent windows support for gpg signing lib 2008-01-17 03:19:44 +00:00
Greg Beaver ff076eb3cc update m4 to make zip support always enabled so zip headers must be installed, add dep to package.xml 2008-01-17 02:03:59 +00:00
Greg Beaver 0e934c70d7 add optional whole-file compression to convertToTar/convertToPhar 2008-01-16 21:09:32 +00:00
Greg Beaver 31ed60001c fix build on windows 2008-01-16 20:17:47 +00:00
Marcus Boerger 0aaea797da - Fixed Bug #37964 (Reflection shows private methods of parent class)
(felipe@php.net)
2008-01-16 14:19:07 +00:00
David Coallier 982f842577 - run-tests.php -U
- The unicode test's error messages are working
2008-01-16 13:27:01 +00:00
David Coallier ea2c35ad82 - MFB
- Make sure to return the good error message with new parse parameters api
  of ucfirst()
2008-01-16 13:12:51 +00:00
Antony Dovgal d5b7556d46 fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com
2008-01-16 08:34:06 +00:00
Greg Beaver d1eda9c8ac add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() 2008-01-16 07:24:39 +00:00
Dmitry Stogov d7e75fd692 Fixed wrong type cast 2008-01-16 06:15:19 +00:00
David Coallier bdd2668aef - Make sure ucfirst is using the new zend-parse-parameters api
- added php_ucfirst for non-unicode calls
2008-01-16 03:09:01 +00:00
Christopher Jones 5d493b2982 fix #41941 (oci8 extension not lib64 savvy) 2008-01-16 00:33:26 +00:00
Greg Beaver cb40b39b5b add support for creation of gzipped and bzipped tar-based phars 2008-01-15 23:41:44 +00:00
Christopher Jones 3ad150905d Testcase for #43492 (nested cursors) 2008-01-15 20:53:56 +00:00
Christopher Jones c19506f680 MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory) 2008-01-15 20:47:50 +00:00
Rob Richards e7c59ad6d4 fix win build 2008-01-15 15:45:44 +00:00
Rob Richards f395be9407 fix memleak in sign and verify functions 2008-01-15 15:12:12 +00:00
Etienne Kneuss 4068cea252 Fix ZTS build 2008-01-15 12:17:09 +00:00
Etienne Kneuss 66ff12bfb6 Bump year 2008-01-15 09:44:01 +00:00
Etienne Kneuss 822941ee7d Implement splDoublyLinkedList, splQueue, splStack classes in SPL 2008-01-15 09:37:50 +00:00
Brian Shire e643a40051 Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982 2008-01-14 22:08:00 +00:00
Ilia Alshanetsky c54b89e06b MFB: Missing patch bit from the FETCH_GROUP fix 2008-01-14 18:41:48 +00:00
Marcus Boerger 9fe2dd5697 - cleanup and make build with HEAD 2008-01-14 18:06:05 +00:00