]> granicus.if.org Git - php/log
php
18 years agonew test for unset()
Greg Beaver [Sun, 7 Jan 2007 19:45:49 +0000 (19:45 +0000)]
new test for unset()

18 years agoanother attempt to fix unlink()/unset()
Greg Beaver [Sun, 7 Jan 2007 19:45:31 +0000 (19:45 +0000)]
another attempt to fix unlink()/unset()

18 years agofix unlink - make sure it actually erases the file
Greg Beaver [Sun, 7 Jan 2007 19:05:12 +0000 (19:05 +0000)]
fix unlink - make sure it actually erases the file

18 years agoTypo
Sara Golemon [Sun, 7 Jan 2007 19:04:33 +0000 (19:04 +0000)]
Typo

18 years agoadd test to make sure the phar is modified on disk
Greg Beaver [Sun, 7 Jan 2007 18:51:39 +0000 (18:51 +0000)]
add test to make sure the phar is modified on disk

18 years ago- Fix memory issues
Marcus Boerger [Sun, 7 Jan 2007 18:35:48 +0000 (18:35 +0000)]
- Fix memory issues

18 years ago- Fix a memleak
Marcus Boerger [Sun, 7 Jan 2007 16:01:35 +0000 (16:01 +0000)]
- Fix a memleak
- Fix uninitialized mem access
- Fix/improve error handling
- Add INI entry phar.readonly
- Add tests

18 years agoUse relative timestamp
Hannes Magnusson [Sun, 7 Jan 2007 07:59:22 +0000 (07:59 +0000)]
Use relative timestamp

18 years agoRemaining unicode updates for user filters
Sara Golemon [Sun, 7 Jan 2007 06:29:40 +0000 (06:29 +0000)]
Remaining unicode updates for user filters

18 years agoAdd add_property_zstr(l)(_ex)()
Sara Golemon [Sun, 7 Jan 2007 06:16:57 +0000 (06:16 +0000)]
Add add_property_zstr(l)(_ex)()

18 years agoAdd pestrndup()
Sara Golemon [Sun, 7 Jan 2007 06:16:10 +0000 (06:16 +0000)]
Add pestrndup()

18 years agoFix prior commit noticing this time that persistent allocators start with zend_*...
Sara Golemon [Sun, 7 Jan 2007 05:45:07 +0000 (05:45 +0000)]
Fix prior commit noticing this time that persistent allocators start with zend_*() and that one already exists

18 years agoFlesh out some missing API calls
Sara Golemon [Sun, 7 Jan 2007 05:24:55 +0000 (05:24 +0000)]
Flesh out some missing API calls

18 years agoChangeLog update
<changelog@php.net> [Sun, 7 Jan 2007 01:31:13 +0000 (01:31 +0000)]
ChangeLog update

18 years agomake a var static
Nuno Lopes [Sat, 6 Jan 2007 20:43:51 +0000 (20:43 +0000)]
make a var static

18 years agoMFB
Nuno Lopes [Sat, 6 Jan 2007 20:30:23 +0000 (20:30 +0000)]
MFB

18 years agoMFB: fix build with libming 0.3
Nuno Lopes [Sat, 6 Jan 2007 19:26:32 +0000 (19:26 +0000)]
MFB: fix build with libming 0.3

18 years agoVar declarations first (fixes windows build)
Edin Kadribasic [Sat, 6 Jan 2007 18:58:34 +0000 (18:58 +0000)]
Var declarations first (fixes windows build)

18 years agoparameter entity argument (pe) should be bool
Rob Richards [Sat, 6 Jan 2007 18:03:15 +0000 (18:03 +0000)]
parameter entity argument (pe) should be bool
update test

18 years agoMFB: fix skipif
Hannes Magnusson [Sat, 6 Jan 2007 16:57:42 +0000 (16:57 +0000)]
MFB: fix skipif

18 years agoRemove bugfix entry (will be in 5.2.1)
Hannes Magnusson [Sat, 6 Jan 2007 16:43:54 +0000 (16:43 +0000)]
Remove bugfix entry (will be in 5.2.1)

18 years agoFix parameter parsing
Hannes Magnusson [Sat, 6 Jan 2007 15:53:55 +0000 (15:53 +0000)]
Fix parameter parsing

18 years agoImproved proc_open(). Now on Windows it can run external commands not through CMD.EXE
Dmitry Stogov [Sat, 6 Jan 2007 09:08:06 +0000 (09:08 +0000)]
Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE

18 years agomerged from 5_2 (mysqli_info crash)
Georg Richter [Sat, 6 Jan 2007 05:50:36 +0000 (05:50 +0000)]
merged from 5_2 (mysqli_info crash)

18 years agoChangeLog update
<changelog@php.net> [Sat, 6 Jan 2007 01:31:04 +0000 (01:31 +0000)]
ChangeLog update

18 years agoRefix posix_ttyname(), test for a working implementation of ttyname_r() -- which...
Sara Golemon [Fri, 5 Jan 2007 21:30:06 +0000 (21:30 +0000)]
Refix posix_ttyname(), test for a working implementation of ttyname_r() -- which BSD doesn't have

18 years agoBSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX
Sara Golemon [Fri, 5 Jan 2007 20:01:44 +0000 (20:01 +0000)]
BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX

18 years agoUpdate create_function()
Sara Golemon [Fri, 5 Jan 2007 19:00:36 +0000 (19:00 +0000)]
Update create_function()

18 years agoClean up set_include_path().
Andrei Zmievski [Fri, 5 Jan 2007 18:50:46 +0000 (18:50 +0000)]
Clean up set_include_path().

18 years agoDon't bother with conversion when the converter is already UTF8
Sara Golemon [Fri, 5 Jan 2007 17:29:30 +0000 (17:29 +0000)]
Don't bother with conversion when the converter is already UTF8

18 years agoMFB: Fix tests
Hannes Magnusson [Fri, 5 Jan 2007 15:28:41 +0000 (15:28 +0000)]
MFB: Fix tests

18 years agoFix ZTS issues.
Sebastian Bergmann [Fri, 5 Jan 2007 14:53:30 +0000 (14:53 +0000)]
Fix ZTS issues.

18 years agoadd unset support and test
Greg Beaver [Fri, 5 Jan 2007 04:45:52 +0000 (04:45 +0000)]
add unset support and test
make sure isset() does not return deleted files
do not store implicit aliases for the phar

18 years agoadd support for creating new files via array access
Greg Beaver [Fri, 5 Jan 2007 04:27:49 +0000 (04:27 +0000)]
add support for creating new files via array access

18 years agoAllow ext/session to use ext/hash's algorithms for generating IDs
Sara Golemon [Fri, 5 Jan 2007 03:57:57 +0000 (03:57 +0000)]
Allow ext/session to use ext/hash's algorithms for generating IDs

18 years agofix creation of phar from scratch, add test case
Greg Beaver [Fri, 5 Jan 2007 03:04:56 +0000 (03:04 +0000)]
fix creation of phar from scratch, add test case

18 years agoUnicode Updates
Sara Golemon [Fri, 5 Jan 2007 02:07:59 +0000 (02:07 +0000)]
Unicode Updates

18 years agoadd test for delete in phar, we needed to check the deleted flag in case the new...
Greg Beaver [Fri, 5 Jan 2007 02:04:07 +0000 (02:04 +0000)]
add test for delete in phar, we needed to check the deleted flag in case the new phar has not been flushed to disk

18 years agofix creation of new files within an existing phar, add test
Greg Beaver [Fri, 5 Jan 2007 01:50:26 +0000 (01:50 +0000)]
fix creation of new files within an existing phar, add test

18 years agoChangeLog update
<changelog@php.net> [Fri, 5 Jan 2007 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

18 years agorevert changes to test
Greg Beaver [Fri, 5 Jan 2007 01:13:35 +0000 (01:13 +0000)]
revert changes to test

18 years agofixed crc - write test works
Greg Beaver [Fri, 5 Jan 2007 01:13:13 +0000 (01:13 +0000)]
fixed crc - write test works

18 years agoMFB: Added missing open_basedir checks
Ilia Alshanetsky [Thu, 4 Jan 2007 23:50:19 +0000 (23:50 +0000)]
MFB: Added missing open_basedir checks

18 years agoCleanup ext/session so that I can do a unicode update without going insane.
Sara Golemon [Thu, 4 Jan 2007 22:04:38 +0000 (22:04 +0000)]
Cleanup ext/session so that I can do a unicode update without going insane.

18 years agoMFB
Nuno Lopes [Thu, 4 Jan 2007 14:12:14 +0000 (14:12 +0000)]
MFB

18 years agomajor reworking of how the phar is re-worked in memory when written to, fix written...
Greg Beaver [Thu, 4 Jan 2007 05:32:45 +0000 (05:32 +0000)]
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

18 years agoChangeLog update
<changelog@php.net> [Thu, 4 Jan 2007 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Fixed bug #40009 (http_build_query(array()) returns NULL).
Ilia Alshanetsky [Wed, 3 Jan 2007 23:17:17 +0000 (23:17 +0000)]
MFB: Fixed bug #40009 (http_build_query(array()) returns NULL).

18 years agoMFB
Nuno Lopes [Wed, 3 Jan 2007 22:33:33 +0000 (22:33 +0000)]
MFB

18 years agofix a bug where PHP would enter in an infinite cycle with chars with ascii value...
Nuno Lopes [Wed, 3 Jan 2007 22:02:43 +0000 (22:02 +0000)]
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)

18 years agomore magic number fixes
Antony Dovgal [Wed, 3 Jan 2007 20:49:27 +0000 (20:49 +0000)]
more magic number fixes

18 years agouse constant
Antony Dovgal [Wed, 3 Jan 2007 20:45:17 +0000 (20:45 +0000)]
use constant

18 years agofix PDO_DRIVER_API
Nuno Lopes [Wed, 3 Jan 2007 20:33:09 +0000 (20:33 +0000)]
fix PDO_DRIVER_API

18 years agofix lcov build
Nuno Lopes [Wed, 3 Jan 2007 20:27:49 +0000 (20:27 +0000)]
fix lcov build

18 years agoRevert pcrelib version string to 2006
Hannes Magnusson [Wed, 3 Jan 2007 20:08:08 +0000 (20:08 +0000)]
Revert pcrelib version string to 2006

18 years agofix magic numbers
Antony Dovgal [Wed, 3 Jan 2007 18:52:23 +0000 (18:52 +0000)]
fix magic numbers

18 years agorevert this date to its previous state
Antony Dovgal [Wed, 3 Jan 2007 18:32:16 +0000 (18:32 +0000)]
revert this date to its previous state

18 years agoadd unlink support
Greg Beaver [Wed, 3 Jan 2007 15:53:29 +0000 (15:53 +0000)]
add unlink support

18 years agofix all but one of the double-destroyed hashes, and all but one of the unclosed streams
Greg Beaver [Wed, 3 Jan 2007 15:43:07 +0000 (15:43 +0000)]
fix all but one of the double-destroyed hashes, and all but one of the unclosed streams

18 years ago- MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware).
Derick Rethans [Wed, 3 Jan 2007 14:46:52 +0000 (14:46 +0000)]
- MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware).

18 years agoand one more..
Antony Dovgal [Wed, 3 Jan 2007 13:48:46 +0000 (13:48 +0000)]
and one more..

18 years agofix test
Antony Dovgal [Wed, 3 Jan 2007 13:47:03 +0000 (13:47 +0000)]
fix test

18 years agoUse proper length
Ilia Alshanetsky [Wed, 3 Jan 2007 04:05:36 +0000 (04:05 +0000)]
Use proper length

18 years agoMFB:
Ilia Alshanetsky [Wed, 3 Jan 2007 03:55:29 +0000 (03:55 +0000)]
MFB:
Added filter callback
Unlink temporary file on error

18 years agoChangeLog update
<changelog@php.net> [Wed, 3 Jan 2007 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

18 years agocorrectly generate version string for new phar
Greg Beaver [Tue, 2 Jan 2007 22:57:47 +0000 (22:57 +0000)]
correctly generate version string for new phar

18 years agoadd some error handling to phar creation
Greg Beaver [Tue, 2 Jan 2007 21:21:18 +0000 (21:21 +0000)]
add some error handling to phar creation

18 years agoadd some error handling to phar creation
Greg Beaver [Tue, 2 Jan 2007 21:01:44 +0000 (21:01 +0000)]
add some error handling to phar creation

18 years ago- Change write macros to inline funcs
Marcus Boerger [Tue, 2 Jan 2007 20:25:04 +0000 (20:25 +0000)]
- Change write macros to inline funcs

18 years agoadd new failing test for write support
Greg Beaver [Tue, 2 Jan 2007 20:07:54 +0000 (20:07 +0000)]
add new failing test for write support

18 years agofix a number of bugs found in testing new (uncommitted) unit test
Greg Beaver [Tue, 2 Jan 2007 19:59:38 +0000 (19:59 +0000)]
fix a number of bugs found in testing new (uncommitted) unit test

18 years ago- TSRM fix
Marcus Boerger [Tue, 2 Jan 2007 19:54:09 +0000 (19:54 +0000)]
- TSRM fix

18 years ago- Make Andrei happy - spread some U's
Marcus Boerger [Tue, 2 Jan 2007 18:15:22 +0000 (18:15 +0000)]
- Make Andrei happy - spread some U's

18 years agoinitial support for writeable phars
Greg Beaver [Tue, 2 Jan 2007 18:15:17 +0000 (18:15 +0000)]
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

18 years agoMFB
Nuno Lopes [Tue, 2 Jan 2007 15:31:58 +0000 (15:31 +0000)]
MFB

18 years agofixed parameters for unicode in mysqli_change_user
Georg Richter [Tue, 2 Jan 2007 05:49:05 +0000 (05:49 +0000)]
fixed parameters for unicode in mysqli_change_user

18 years agoChangeLog update
<changelog@php.net> [Tue, 2 Jan 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

18 years agoadd doc comments to help sort out what's what
Greg Beaver [Tue, 2 Jan 2007 00:04:30 +0000 (00:04 +0000)]
add doc comments to help sort out what's what

18 years agoMFB
Nuno Lopes [Mon, 1 Jan 2007 20:10:26 +0000 (20:10 +0000)]
MFB

18 years agoMFB: fixed compiler warnings
Ilia Alshanetsky [Mon, 1 Jan 2007 19:42:19 +0000 (19:42 +0000)]
MFB: fixed compiler warnings

18 years agoBump year.
Sebastian Bergmann [Mon, 1 Jan 2007 09:29:37 +0000 (09:29 +0000)]
Bump year.

18 years agoChangeLog update
<changelog@php.net> [Mon, 1 Jan 2007 01:30:56 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Simplify code and change strchr() to memchr()
Ilia Alshanetsky [Sun, 31 Dec 2006 22:47:27 +0000 (22:47 +0000)]
MFB: Simplify code and change strchr() to memchr()

18 years agoMFB: Added boundary checks to php_binary deserializer
Ilia Alshanetsky [Sun, 31 Dec 2006 22:26:06 +0000 (22:26 +0000)]
MFB: Added boundary checks to php_binary deserializer

18 years agoMFB: Fixed bug #39984 (redirect response code in header() could be ignored
Ilia Alshanetsky [Sun, 31 Dec 2006 19:22:17 +0000 (19:22 +0000)]
MFB: Fixed bug #39984 (redirect response code in header() could be ignored
in CGI sapi).

18 years ago- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()
Marcus Boerger [Sun, 31 Dec 2006 18:20:03 +0000 (18:20 +0000)]
- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()

18 years agoMFB: fix #36427. patch by jdolecek at NetBSD dot org
Nuno Lopes [Sun, 31 Dec 2006 15:28:56 +0000 (15:28 +0000)]
MFB: fix #36427. patch by jdolecek at NetBSD dot org

18 years agoMFB: fix PID info on windows
Nuno Lopes [Sun, 31 Dec 2006 14:49:06 +0000 (14:49 +0000)]
MFB: fix PID info on windows

18 years agoChangeLog update
<changelog@php.net> [Sun, 31 Dec 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Added missing resource type checks
Ilia Alshanetsky [Sat, 30 Dec 2006 20:21:47 +0000 (20:21 +0000)]
MFB: Added missing resource type checks

18 years agoMFB: fix bug #39760 (cloning fails on nested SimpleXML-Object)
Rob Richards [Sat, 30 Dec 2006 15:42:24 +0000 (15:42 +0000)]
MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object)
add test

18 years agoMFB: Mark test as being 32bit only
Ilia Alshanetsky [Sat, 30 Dec 2006 02:01:09 +0000 (02:01 +0000)]
MFB: Mark test as being 32bit only

18 years agoMFB: Fixes test #50
Ilia Alshanetsky [Sat, 30 Dec 2006 01:56:33 +0000 (01:56 +0000)]
MFB: Fixes test #50

18 years agoChangeLog update
<changelog@php.net> [Sat, 30 Dec 2006 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

18 years agoChangeLog update
<changelog@php.net> [Fri, 29 Dec 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for
Ilia Alshanetsky [Fri, 29 Dec 2006 00:34:53 +0000 (00:34 +0000)]
MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for
timestamp fields).

18 years agomake sure l != 0
Antony Dovgal [Thu, 28 Dec 2006 22:36:45 +0000 (22:36 +0000)]
make sure l != 0

18 years agonuke dead code
Antony Dovgal [Thu, 28 Dec 2006 21:01:52 +0000 (21:01 +0000)]
nuke dead code

18 years agouse strlcpy()
Antony Dovgal [Thu, 28 Dec 2006 20:45:20 +0000 (20:45 +0000)]
use strlcpy()

18 years agoMFB
Nuno Lopes [Thu, 28 Dec 2006 19:53:30 +0000 (19:53 +0000)]
MFB