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

37002 Commits

Author SHA1 Message Date
Andrei Zmievski 005a9909ae Note. 2007-01-08 17:58:52 +00:00
Ilia Alshanetsky e33869d395 MFB: Use safe_emalloc() rather then emalloc() 2007-01-08 14:25:49 +00:00
79d92eaa2f ChangeLog update 2007-01-08 01:31:08 +00:00
Edin Kadribasic 9f206ec4c4 Make mt more silent 2007-01-08 00:26:35 +00:00
Marcus Boerger 8919184420 - Fix test 2007-01-07 20:06:42 +00:00
Greg Beaver e34af34365 fix unlink 2007-01-07 19:57:26 +00:00
Greg Beaver 420effc193 new test for unset() 2007-01-07 19:45:49 +00:00
Greg Beaver 1ef69b7f08 another attempt to fix unlink()/unset() 2007-01-07 19:45:31 +00:00
Greg Beaver 71c7c383b4 fix unlink - make sure it actually erases the file 2007-01-07 19:05:12 +00:00
Sara Golemon 110a1b6788 Typo 2007-01-07 19:04:33 +00:00
Greg Beaver 68b54b4d83 add test to make sure the phar is modified on disk 2007-01-07 18:51:39 +00:00
Marcus Boerger e947f62b01 - Fix memory issues 2007-01-07 18:35:48 +00:00
Marcus Boerger 0d8ec844d6 - Fix a memleak
- Fix uninitialized mem access
- Fix/improve error handling
- Add INI entry phar.readonly
- Add tests
2007-01-07 16:01:35 +00:00
Hannes Magnusson 8080363f2d Use relative timestamp 2007-01-07 07:59:22 +00:00
Sara Golemon 73cd7bf543 Remaining unicode updates for user filters 2007-01-07 06:29:40 +00:00
Sara Golemon 7dcebde684 Add add_property_zstr(l)(_ex)() 2007-01-07 06:16:57 +00:00
Sara Golemon d3149fbda4 Add pestrndup() 2007-01-07 06:16:10 +00:00
Sara Golemon 6f234cbf6f Fix prior commit noticing this time that persistent allocators start with zend_*() and that one already exists 2007-01-07 05:45:07 +00:00
Sara Golemon 97ee887a13 Flesh out some missing API calls 2007-01-07 05:24:55 +00:00
4105219175 ChangeLog update 2007-01-07 01:31:13 +00:00
Nuno Lopes 42fc7a07ba make a var static 2007-01-06 20:43:51 +00:00
Nuno Lopes f3c60295ed MFB 2007-01-06 20:30:23 +00:00
Nuno Lopes 726dfb0837 MFB: fix build with libming 0.3 2007-01-06 19:26:32 +00:00
Edin Kadribasic b23813044d Var declarations first (fixes windows build) 2007-01-06 18:58:34 +00:00
Rob Richards 05a532c07a parameter entity argument (pe) should be bool
update test
2007-01-06 18:03:15 +00:00
Hannes Magnusson 71a68db63e MFB: fix skipif 2007-01-06 16:57:42 +00:00
Hannes Magnusson aa7c83e89d Remove bugfix entry (will be in 5.2.1) 2007-01-06 16:43:54 +00:00
Hannes Magnusson be32e75cf0 Fix parameter parsing 2007-01-06 15:53:55 +00:00
Dmitry Stogov d92e5968ee Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE 2007-01-06 09:08:06 +00:00
Georg Richter a8d9958f70 merged from 5_2 (mysqli_info crash) 2007-01-06 05:50:36 +00:00
3faf580a9a ChangeLog update 2007-01-06 01:31:04 +00:00
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