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
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
Georg Richter
f9fe766355
fixed parameters for unicode in mysqli_change_user
2007-01-02 05:49:05 +00:00
Greg Beaver
373fb2f82f
add doc comments to help sort out what's what
2007-01-02 00:04:30 +00:00
Ilia Alshanetsky
669bc30619
MFB: fixed compiler warnings
2007-01-01 19:42:19 +00:00
Sebastian Bergmann
3717df72ae
Bump year.
2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
3e654e4d53
MFB: Simplify code and change strchr() to memchr()
2006-12-31 22:47:27 +00:00
Ilia Alshanetsky
15f1692572
MFB: Added boundary checks to php_binary deserializer
2006-12-31 22:26:06 +00:00
Marcus Boerger
f9a45d2cdb
- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
2006-12-31 18:20:03 +00:00
Nuno Lopes
9c754139fb
MFB: fix #36427 . patch by jdolecek at NetBSD dot org
2006-12-31 15:28:56 +00:00
Nuno Lopes
976c72cce7
MFB: fix PID info on windows
2006-12-31 14:49:06 +00:00
Ilia Alshanetsky
647ad42cf7
MFB: Added missing resource type checks
2006-12-30 20:21:47 +00:00
Rob Richards
4b81343bd3
MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object)
...
add test
2006-12-30 15:42:24 +00:00
Ilia Alshanetsky
fb392210ee
MFB: Mark test as being 32bit only
2006-12-30 02:01:09 +00:00
Ilia Alshanetsky
2120039c2b
MFB: Fixes test #50
2006-12-30 01:56:33 +00:00
Ilia Alshanetsky
df5d843c99
MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for
...
timestamp fields).
2006-12-29 00:34:53 +00:00
Antony Dovgal
bef17c425a
use strlcpy()
2006-12-28 20:45:20 +00:00
Nuno Lopes
fc9b8ae1a3
MFB
2006-12-28 19:53:30 +00:00
Antony Dovgal
4cf068ac32
include basic_functions.h for php_get_current_user() declaration
2006-12-28 15:44:50 +00:00
Antony Dovgal
3dc31987be
it's ptr, not ptrptr
2006-12-28 15:26:20 +00:00
Antony Dovgal
ea14ce7700
use the macro, casting works only with GCC
2006-12-28 15:24:00 +00:00
Ilia Alshanetsky
c42fb0033d
MFB: Added buffer length checks
2006-12-28 15:21:32 +00:00
Antony Dovgal
a04c65f97f
fix ZTS build
2006-12-28 15:03:19 +00:00
Antony Dovgal
0958fdb46e
use strlcat()
2006-12-28 14:26:30 +00:00
Antony Dovgal
d312d33f46
minor improvements
2006-12-28 14:17:09 +00:00
Antony Dovgal
9e41e0fda3
fix tests
2006-12-27 19:22:29 +00:00
Antony Dovgal
5498386f63
fix tests
2006-12-27 19:17:02 +00:00
Antony Dovgal
ec8984ea81
NULL is a special value for number_format() meaning "use default separator"
2006-12-27 19:07:28 +00:00
Antony Dovgal
1857da91b4
fix *scanf() tests
2006-12-27 15:26:13 +00:00
Nuno Lopes
1511cee1a0
MFB
2006-12-27 15:18:15 +00:00
Antony Dovgal
8c44974966
initialize memory with 0's, so we won't get garbage if the statement does not set the var
2006-12-27 10:30:47 +00:00
Antony Dovgal
7b42968afd
that should not be there..
2006-12-27 09:49:06 +00:00
Antony Dovgal
06216846e7
more test improvements by Chris Jones
2006-12-27 09:48:05 +00:00
Andrei Zmievski
6212288bea
Unicode support in sscanf() and fscanf(). (Tony, Andrei)
2006-12-26 22:34:05 +00:00
Nuno Lopes
0fe5fabd9b
fix build
2006-12-26 22:07:45 +00:00
Ilia Alshanetsky
2dbfe66e4a
MFB: safety checks
2006-12-26 17:40:20 +00:00