1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Commit Graph

36971 Commits

Author SHA1 Message Date
Sara Golemon b42c175d75 Refix posix_ttyname(), test for a working implementation of ttyname_r() -- which BSD doesn't have 2007-01-05 21:30:06 +00:00
Sara Golemon 925cbe4cfe BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX 2007-01-05 20:01:44 +00:00
Sara Golemon b39fc244f0 Update create_function() 2007-01-05 19:00:36 +00:00
Andrei Zmievski 2f3a309da1 Clean up set_include_path(). 2007-01-05 18:50:46 +00:00
Sara Golemon 851a151712 Don't bother with conversion when the converter is already UTF8 2007-01-05 17:29:30 +00:00
Hannes Magnusson 1175652bef MFB: Fix tests 2007-01-05 15:28:41 +00:00
Sebastian Bergmann 4e8661438d Fix ZTS issues. 2007-01-05 14:53:30 +00:00
Greg Beaver 94d1d69569 add unset support and test
make sure isset() does not return deleted files
do not store implicit aliases for the phar
2007-01-05 04:45:52 +00:00
Greg Beaver 8b94a6a254 add support for creating new files via array access 2007-01-05 04:27:49 +00:00
Sara Golemon 5d988bb1aa Allow ext/session to use ext/hash's algorithms for generating IDs 2007-01-05 03:57:57 +00:00
Greg Beaver ef4749b8cf fix creation of phar from scratch, add test case 2007-01-05 03:04:56 +00:00
Sara Golemon 344cda1666 Unicode Updates 2007-01-05 02:07:59 +00:00
Greg Beaver c7c42d9d47 add test for delete in phar, we needed to check the deleted flag in case the new phar has not been flushed to disk 2007-01-05 02:04:07 +00:00
Greg Beaver 00f516cc99 fix creation of new files within an existing phar, add test 2007-01-05 01:50:26 +00:00
fe0f4b6a00 ChangeLog update 2007-01-05 01:30:57 +00:00
Greg Beaver 68cd2941fd revert changes to test 2007-01-05 01:13:35 +00:00
Greg Beaver 10d45c7668 fixed crc - write test works 2007-01-05 01:13:13 +00:00
Ilia Alshanetsky b21b4c01c3 MFB: Added missing open_basedir checks 2007-01-04 23:50:19 +00:00
Sara Golemon 21bac192e9 Cleanup ext/session so that I can do a unicode update without going insane. 2007-01-04 22:04:38 +00:00
Nuno Lopes b34d9eaa74 MFB 2007-01-04 14:12:14 +00:00
Greg Beaver fc2d773388 major reworking of how the phar is re-worked in memory when written to, fix written phar
CRC32 check fails on newly added files in phar, I can't figure out why
2007-01-04 05:32:45 +00:00
3d0d3ed316 ChangeLog update 2007-01-04 01:30:57 +00:00
Ilia Alshanetsky 0b2e195bd8 MFB: Fixed bug #40009 (http_build_query(array()) returns NULL). 2007-01-03 23:17:17 +00:00
Nuno Lopes 22ad2f9538 MFB 2007-01-03 22:33:33 +00:00
Nuno Lopes 699351d794 fix a bug where PHP would enter in an infinite cycle with chars with ascii value > 127
while at it, remove the lim structure parameter (it wasn't being used)
2007-01-03 22:02:43 +00:00
Antony Dovgal 6dd26de0c9 more magic number fixes 2007-01-03 20:49:27 +00:00
Antony Dovgal a323972c87 use constant 2007-01-03 20:45:17 +00:00
Nuno Lopes 5861f56dea fix PDO_DRIVER_API 2007-01-03 20:33:09 +00:00
Nuno Lopes 84f62f1133 fix lcov build 2007-01-03 20:27:49 +00:00
Hannes Magnusson 75267ee88d Revert pcrelib version string to 2006 2007-01-03 20:08:08 +00:00
Antony Dovgal 287e1b3f36 fix magic numbers 2007-01-03 18:52:23 +00:00
Antony Dovgal 4c923b2753 revert this date to its previous state 2007-01-03 18:32:16 +00:00
Greg Beaver 801f8aaf01 add unlink support 2007-01-03 15:53:29 +00:00
Greg Beaver d1cc13c9b2 fix all but one of the double-destroyed hashes, and all but one of the unclosed streams 2007-01-03 15:43:07 +00:00
Derick Rethans 44327b0af2 - MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware). 2007-01-03 14:46:52 +00:00
Antony Dovgal 1167da966b and one more.. 2007-01-03 13:48:46 +00:00
Antony Dovgal 4a88a40537 fix test 2007-01-03 13:47:03 +00:00
Ilia Alshanetsky b597606cfb Use proper length 2007-01-03 04:05:36 +00:00
Ilia Alshanetsky b648434448 MFB:
Added filter callback
	Unlink temporary file on error
2007-01-03 03:55:29 +00:00
99affc0f99 ChangeLog update 2007-01-03 01:30:59 +00:00
Greg Beaver 3842b6712d correctly generate version string for new phar 2007-01-02 22:57:47 +00:00
Greg Beaver c88a692b31 add some error handling to phar creation 2007-01-02 21:21:18 +00:00
Greg Beaver 5321858746 add some error handling to phar creation 2007-01-02 21:01:44 +00:00
Marcus Boerger d013240a01 - Change write macros to inline funcs 2007-01-02 20:25:04 +00:00
Greg Beaver a90c542188 add new failing test for write support 2007-01-02 20:07:54 +00:00
Greg Beaver 0bbbb73910 fix a number of bugs found in testing new (uncommitted) unit test 2007-01-02 19:59:38 +00:00
Marcus Boerger 63bc59ae0a - TSRM fix 2007-01-02 19:54:09 +00:00
Marcus Boerger 4562ab4d4a - Make Andrei happy - spread some U's 2007-01-02 18:15:22 +00:00
Greg Beaver 1ffb4ba7eb initial support for writeable phars
# we need to refcount everything, I suspect, or we can get segfaults, have not verified this though
# all the write stuff is untested, and Phar::__construct() does not allow creation of a new phar, only appending to and existing one
2007-01-02 18:15:17 +00:00
Nuno Lopes 80122d6b53 MFB 2007-01-02 15:31:58 +00:00