Commit Graph

40338 Commits

Author SHA1 Message Date
Greg Beaver
31ed60001c fix build on windows 2008-01-16 20:17:47 +00:00
Ilia Alshanetsky
ee3b0eefa6 MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)
2008-01-16 15:50:53 +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
f6204a14d8 ChangeLog update 2008-01-16 01:31:35 +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
Antony Dovgal
810c41e096 fix #43680 (OnUpdateUTF8String problems in PHP 6)
patch by Christopher Jones
2008-01-15 17:10:25 +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
Marcus Boerger
fb34f9bc56 - Detect versions of valgrind that have an appendix to their verion number
- Show whether valgrind is being used in test header
2008-01-15 13:03:22 +00:00
Etienne Kneuss
4068cea252 Fix ZTS build 2008-01-15 12:17:09 +00:00
Dmitry Stogov
2d8f3f9b72 Fixed bug #43851 (Memory corrution on reuse of assigned value) 2008-01-15 11:53:13 +00:00
Marcus Boerger
505ffcbca8 - Fix the fix 2008-01-15 11:47:29 +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
Antony Dovgal
ae43076eae rename and export the macros
patch by colder
2008-01-15 09:35:50 +00:00
17a8471841 ChangeLog update 2008-01-15 01:31:39 +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
0da8866e3f - Fix memleak (found by colder) 2008-01-14 18:14:00 +00:00
Marcus Boerger
cd0b30efd3 - Add missing .cvsignore 2008-01-14 18:07:28 +00:00
Marcus Boerger
9fe2dd5697 - cleanup and make build with HEAD 2008-01-14 18:06:05 +00:00
Nuno Lopes
4c7aae558b force tests to be run in CGI mode 2008-01-14 10:00:25 +00:00
Nuno Lopes
4592c892c6 MFB5.2: fix script for files with short names 2008-01-14 09:40:53 +00:00
Nuno Lopes
1c8bb52a91 add cvsignore 2008-01-14 09:32:32 +00:00
Antony Dovgal
338b087953 fix build 2008-01-14 08:17:55 +00:00
Greg Beaver
ba707bad4c fix test (make OS-agnostic) 2008-01-14 06:25:22 +00:00
Greg Beaver
505247b6ef fix test to be OS-agnostic
# steph - this is a different test from the one I fixed earlier, I think that's the confusion :)
2008-01-14 06:23:10 +00:00
Greg Beaver
34bb2d7e76 unixify path separators in tar-based phars, always use this value for duping alias
# found by delete.phpt unit test.  I love unit tests
2008-01-14 06:19:43 +00:00
Greg Beaver
0df060f18b add missing skip sections in zip tests 2008-01-14 05:25:11 +00:00
Greg Beaver
b4eecadd7c fix test (make OS-agnostic) 2008-01-14 05:19:23 +00:00
Greg Beaver
ab99c77a5e add a whole slew of missing returns after throwing an exception, and remove 1 spurious return after RETURN_TRUE 2008-01-14 05:12:46 +00:00
Greg Beaver
611da7a5c1 fix test (make OS-agnostic) 2008-01-14 05:03:02 +00:00
Greg Beaver
5c8c279a55 MFPECL: fix windows build for all cases, and always export symbols (Steph Fox) 2008-01-14 03:15:50 +00:00
Greg Beaver
3fd137c88f fix build on windows (Steph Fox) 2008-01-14 02:47:55 +00:00
ed822ca886 ChangeLog update 2008-01-14 01:31:35 +00:00
Greg Beaver
a98e3d1192 add missing define for statically-built zip ext 2008-01-13 23:37:27 +00:00
Greg Beaver
184e934511 use correct macro 2008-01-13 22:55:02 +00:00
Derick Rethans
c52fda6aae - Fixed TSRM builds.
#- Thanks for the hint Steph.
2008-01-13 18:42:51 +00:00
Ilia Alshanetsky
7129e68436 MFB: fixed test 2008-01-13 17:23:36 +00:00
Derick Rethans
6be4825777 - MF53: Added new date/time functionality:
* date_parse_from_format(): Parse date/time strings according to a format.
  * date_create_from_format()/DateTime::createFromFormat(): Create a date/time
    object by parsing a date/time string according to a given format.
  * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
    and errors that were found while parsing a date/time string through:
    - strtotime() / new DateTime
    - date_create_from_format() / DateTime::createFromFormat()
    - date_parse_from_format()
2008-01-13 15:16:48 +00:00
Nuno Lopes
fe197abf66 MFB: fix bug #42945 2008-01-13 14:57:54 +00:00