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

37361 Commits

Author SHA1 Message Date
Antony Dovgal bc779b98ec fix test, this error message may vary 2007-02-06 20:48:37 +00:00
Marcus Boerger 3f3c8fcd10 - Drop another superflous stream close 2007-02-06 20:30:33 +00:00
Marcus Boerger d771917d08 - Prepare RC2 2007-02-06 20:17:04 +00:00
Marcus Boerger 2a37a1284d - Drop superflous stream close 2007-02-06 20:15:12 +00:00
Marcus Boerger 3a64f890cb - Fix test 2007-02-06 20:14:26 +00:00
Greg Beaver 4bfd3eac84 correct release notes 2007-02-06 17:54:32 +00:00
Antony Dovgal 5a6d0f0424 use strdup() 2007-02-06 17:35:42 +00:00
Greg Beaver 2052cf5534 correct version number/stability 2007-02-06 17:33:14 +00:00
Greg Beaver 5b776340e4 add test cases, prepare for release, indent fixes in package.xml deps 2007-02-06 17:30:19 +00:00
Greg Beaver bc17dcfcd1 fix several potential segfaults, add tests for chmod(), fix chmod() 2007-02-06 17:09:37 +00:00
Greg Beaver 70dc64e95a add PharFileInfo->chmod() to set permissions (no other way to do it) 2007-02-06 05:41:18 +00:00
ce883afb64 ChangeLog update 2007-02-06 01:31:02 +00:00
Marcus Boerger 45d63c3973 - Check temp file creation 2007-02-05 22:11:27 +00:00
Greg Beaver 40b66a8035 copyright year updates 2007-02-05 21:38:50 +00:00
Marcus Boerger 357b931e56 - Add additional check & test 2007-02-05 20:47:20 +00:00
Marcus Boerger 250119fa38 - Fix signed/unsigned warnings
- Use safe_emalloc where usefull
2007-02-05 20:34:23 +00:00
Marcus Boerger 06b9756c67 - Add missing PHPAPI 2007-02-05 20:04:56 +00:00
Marcus Boerger 5928d89d50 - Detect \0 in paths where possible 2007-02-05 19:16:07 +00:00
Andrei Zmievski 8eab2d2cec Update 2007-02-05 17:59:11 +00:00
Marcus Boerger 08cf9ff731 - Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6)) 2007-02-05 07:58:29 +00:00
Greg Beaver c0e2739103 improve error message empty entry => empty directory. Add check for phar://blah.phar/. and phar://blah.phar/.. 2007-02-05 07:19:35 +00:00
Andi Gutmans 7b6523c8e6 - Make sure to be ANSI C compliant 2007-02-05 05:15:49 +00:00
629a82b955 ChangeLog update 2007-02-05 01:31:02 +00:00
Frank M. Kromann 4874397501 MFB: #39213
Fix for '' returned as ' '.
This only works with FreeTDS as microsofts library returns a length of 1 for an empty string!
2007-02-04 21:24:28 +00:00
Marcus Boerger c2d5db56ca - Need to drop // 2007-02-04 20:35:59 +00:00
Marcus Boerger f210205e70 - PHP_VERSION_ID exists only in newer PHPs (5.1+)
- Improve error checking
2007-02-04 20:10:03 +00:00
Ilia Alshanetsky ff0f2ad1bd Added a double free check. 2007-02-04 17:02:01 +00:00
Marcus Boerger 29cde76818 - Disallow stars in paths 2007-02-04 16:25:25 +00:00
Marcus Boerger ab03af5eb5 - Add Makefile.frag 2007-02-04 16:24:48 +00:00
Marcus Boerger 1c690cb9d4 - Add path sanitizer for new paths
- Add test for a few things we check with the sanitizer
# We might want to use the sanitizer for opening as well
2007-02-04 13:21:40 +00:00
a35a29e4a5 ChangeLog update 2007-02-04 01:31:12 +00:00
Frank M. Kromann 16ccbf0c0c MFB: Fix win32 build 2007-02-04 00:23:32 +00:00
Marcus Boerger 725148cc94 - Allow building with 5.1 (not all works thenperfectly though) 2007-02-03 16:31:36 +00:00
Marcus Boerger 66398d4e3e - Fix memleak 2007-02-03 14:57:24 +00:00
Marcus Boerger 67206a2cbf - Fix mem/temp stream exports and readonlyissue 2007-02-03 14:45:54 +00:00
Marcus Boerger d47db8526b - Fix protos 2007-02-03 13:42:10 +00:00
Marcus Boerger 1b5b78ce18 - Provide both version strings, api and ext 2007-02-03 13:20:12 +00:00
Marcus Boerger 91d7b4f048 - Update package file 2007-02-03 13:19:38 +00:00
Greg Beaver 93b387d327 fix mem leak on error, fix cwd issue. go back to BadMethodCallException for Phar->set*CompressedAllFiles(). ALL TESTS PASS, RELEASE IS IMMINENT 2007-02-03 04:04:18 +00:00
Greg Beaver 996b8e6108 fix test 2007-02-03 02:39:34 +00:00
619c729ea8 ChangeLog update 2007-02-03 01:31:11 +00:00
Greg Beaver 340e9b24fc s/isFlushing/isFlushingToPhar much clearer purpose in method name 2007-02-03 00:45:24 +00:00
Andrei Zmievski 696e85f062 Typos. 2007-02-02 22:18:55 +00:00
Andrei Zmievski 135c947f8d - Add ^ specifier that returns original string type before conversion.
- Add ZVAL_ENC_STRING[L] macro that allows returning either a binary
  string or an encoded strings as Unicode based on type, instead of
  UG(unicode)
2007-02-02 21:49:38 +00:00
Michael Wallner cd2554343b - add note about the past for the future, see http://bugs.php.net/?id=40310&edit=1 2007-02-02 17:11:10 +00:00
andy wharmby a7ade0d5ae Remove bug fix entries #34564 and #37927 as now in 5.2.1 2007-02-02 15:49:06 +00:00
Antony Dovgal 535e38a473 add new tests 2007-02-02 12:53:54 +00:00
Antony Dovgal 92bf7d9872 -exactly 1 arguments
+exactly 1 argument
2007-02-02 12:51:37 +00:00
andy wharmby 2d09ecfe76 Update NEWS for ealier bug fixes 2007-02-02 12:00:48 +00:00
Antony Dovgal afe43f7794 add new tests 2007-02-02 11:10:42 +00:00