]> granicus.if.org Git - php/log
php
18 years agofix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())
Antony Dovgal [Thu, 11 Jan 2007 11:26:36 +0000 (11:26 +0000)]
fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())

18 years agoadd misssing temp directories to .cvsignore
Antony Dovgal [Thu, 11 Jan 2007 10:49:30 +0000 (10:49 +0000)]
add misssing temp directories to .cvsignore

18 years ago#ifdef out the rest of that getpwuid_r() patch, see prior commit
Sara Golemon [Thu, 11 Jan 2007 02:31:50 +0000 (02:31 +0000)]
#ifdef out the rest of that getpwuid_r() patch, see prior commit

18 years agoSome platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX
Sara Golemon [Thu, 11 Jan 2007 01:52:24 +0000 (01:52 +0000)]
Some platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX

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

18 years ago- Fix a few things
Marcus Boerger [Thu, 11 Jan 2007 01:04:47 +0000 (01:04 +0000)]
- Fix a few things
- Cleanup

18 years agoRename php5 module to php6. Remove version number from
Andrei Zmievski [Wed, 10 Jan 2007 23:46:09 +0000 (23:46 +0000)]
Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).

18 years agoUpdate with rewrites by me and Evan G.
Andrei Zmievski [Wed, 10 Jan 2007 23:16:40 +0000 (23:16 +0000)]
Update with rewrites by me and Evan G.

18 years agoUpdate with info from README.UNICODE.
Andrei Zmievski [Wed, 10 Jan 2007 23:09:28 +0000 (23:09 +0000)]
Update with info from README.UNICODE.

18 years agoAdd convenience function for openeing files with unicode names
Sara Golemon [Wed, 10 Jan 2007 22:43:17 +0000 (22:43 +0000)]
Add convenience function for openeing files with unicode names

18 years ago- Bump year
Johannes Schlüter [Wed, 10 Jan 2007 22:17:09 +0000 (22:17 +0000)]
- Bump year

18 years agoMFB: Add missing ifdefs
Hannes Magnusson [Wed, 10 Jan 2007 21:26:09 +0000 (21:26 +0000)]
MFB: Add missing ifdefs

18 years ago- Fix mem access
Marcus Boerger [Wed, 10 Jan 2007 20:12:14 +0000 (20:12 +0000)]
- Fix mem access

18 years agoRemove const warnings. (Andrey)
Andrei Zmievski [Wed, 10 Jan 2007 16:47:41 +0000 (16:47 +0000)]
Remove const warnings. (Andrey)

18 years agoFixed tests
Dmitry Stogov [Wed, 10 Jan 2007 16:00:57 +0000 (16:00 +0000)]
Fixed tests

18 years ago- Fixed bug #35106 (nested foreach fails when array variable has a reference).
Dmitry Stogov [Wed, 10 Jan 2007 15:59:56 +0000 (15:59 +0000)]
- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Overloaded array properties do not work correctly).
- Fixed bug #39990 (Cannot "foreach" over overloaded properties).

18 years agoMFB: fix ifdefs
Hannes Magnusson [Wed, 10 Jan 2007 15:06:58 +0000 (15:06 +0000)]
MFB: fix ifdefs

18 years agofix #40083
Antony Dovgal [Wed, 10 Jan 2007 14:10:28 +0000 (14:10 +0000)]
fix #40083

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

18 years ago- Fix shutdown issue (keep the speed)
Marcus Boerger [Wed, 10 Jan 2007 00:38:17 +0000 (00:38 +0000)]
- Fix shutdown issue (keep the speed)

18 years ago- Simplify/Add comment
Marcus Boerger [Wed, 10 Jan 2007 00:07:45 +0000 (00:07 +0000)]
- Simplify/Add comment

18 years ago- Simplify
Marcus Boerger [Tue, 9 Jan 2007 23:57:03 +0000 (23:57 +0000)]
- Simplify

18 years ago- Fix write support & simplify
Marcus Boerger [Tue, 9 Jan 2007 23:23:12 +0000 (23:23 +0000)]
- Fix write support & simplify

18 years ago- Simplify
Marcus Boerger [Tue, 9 Jan 2007 22:30:56 +0000 (22:30 +0000)]
- Simplify

18 years ago- Cleanup
Marcus Boerger [Tue, 9 Jan 2007 18:54:37 +0000 (18:54 +0000)]
- Cleanup

18 years ago- MFH (Ilia's changes)
Marcus Boerger [Tue, 9 Jan 2007 18:38:38 +0000 (18:38 +0000)]
- MFH (Ilia's changes)

18 years ago- Improve debugging and fix #40073
Marcus Boerger [Tue, 9 Jan 2007 17:52:02 +0000 (17:52 +0000)]
- Improve debugging and fix #40073

18 years agoFix 'b' prefix in highlighting and tokenizer. (Matt W)
Andrei Zmievski [Tue, 9 Jan 2007 17:39:59 +0000 (17:39 +0000)]
Fix 'b' prefix in highlighting and tokenizer. (Matt W)

18 years agoClose open files in case of failure (Amit)
Dmitry Stogov [Tue, 9 Jan 2007 16:27:32 +0000 (16:27 +0000)]
Close open files in case of failure (Amit)

18 years agoFixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in range of...
Dmitry Stogov [Tue, 9 Jan 2007 15:29:29 +0000 (15:29 +0000)]
Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in range of signed integer)

18 years agoMFB: Added key_length intialization for intergers
Ilia Alshanetsky [Tue, 9 Jan 2007 15:21:23 +0000 (15:21 +0000)]
MFB: Added key_length intialization for intergers

18 years agoFixed bug #40002 (Try/Catch performs poorly)
Dmitry Stogov [Tue, 9 Jan 2007 15:06:15 +0000 (15:06 +0000)]
Fixed bug #40002 (Try/Catch performs poorly)

18 years agoBump year.
Dmitry Stogov [Tue, 9 Jan 2007 11:54:52 +0000 (11:54 +0000)]
Bump year.

18 years agozerofill info_data and fix possible segfault
Antony Dovgal [Tue, 9 Jan 2007 11:37:05 +0000 (11:37 +0000)]
zerofill info_data and fix possible segfault
partly fixes #40073

18 years ago- Fix test
Marcus Boerger [Tue, 9 Jan 2007 03:03:47 +0000 (03:03 +0000)]
- Fix test

18 years ago- Fix fname and alias hash table handling
Marcus Boerger [Tue, 9 Jan 2007 02:27:12 +0000 (02:27 +0000)]
- Fix fname and alias hash table handling

18 years ago- Easy debugging
Marcus Boerger [Tue, 9 Jan 2007 01:32:09 +0000 (01:32 +0000)]
- Easy debugging

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

18 years ago- Add new test
Marcus Boerger [Tue, 9 Jan 2007 00:58:44 +0000 (00:58 +0000)]
- Add new test

18 years ago- Add Phar::getSignature()
Marcus Boerger [Tue, 9 Jan 2007 00:27:13 +0000 (00:27 +0000)]
- Add Phar::getSignature()
- Add Phar::getModified()
- Fix internal hash storage size
- Fix minor memory issues
- Drop boguscode lines (copy'n'paste left over)
- Increase api version to 0.9.0

18 years ago- Add initial hash support write/read/verify md5/sha1(default)
Marcus Boerger [Mon, 8 Jan 2007 23:03:41 +0000 (23:03 +0000)]
- Add initial hash support write/read/verify md5/sha1(default)

18 years agoMFB
Nuno Lopes [Mon, 8 Jan 2007 22:56:26 +0000 (22:56 +0000)]
MFB

18 years agoMFB: remove mshutdown func
Nuno Lopes [Mon, 8 Jan 2007 22:35:25 +0000 (22:35 +0000)]
MFB: remove mshutdown func

18 years agoMFB: constify
Nuno Lopes [Mon, 8 Jan 2007 22:29:52 +0000 (22:29 +0000)]
MFB: constify

18 years agoAdd CURLOPT_TCP_NODELAY
Sara Golemon [Mon, 8 Jan 2007 20:04:56 +0000 (20:04 +0000)]
Add CURLOPT_TCP_NODELAY

18 years agoAllow libxml DomNodes to remain persistent when requested by other extensions
Sara Golemon [Mon, 8 Jan 2007 20:01:23 +0000 (20:01 +0000)]
Allow libxml DomNodes to remain persistent when requested by other extensions

18 years ago- Be picky about names
Marcus Boerger [Mon, 8 Jan 2007 19:31:50 +0000 (19:31 +0000)]
- Be picky about names

18 years ago- Better handler names (group by prefixing)
Marcus Boerger [Mon, 8 Jan 2007 19:30:52 +0000 (19:30 +0000)]
- Better handler names (group by prefixing)

18 years agoFix IMAP check.
Andrei Zmievski [Mon, 8 Jan 2007 18:23:23 +0000 (18:23 +0000)]
Fix IMAP check.

18 years agoLet caller issue error.
Andrei Zmievski [Mon, 8 Jan 2007 18:01:16 +0000 (18:01 +0000)]
Let caller issue error.

18 years agoNote.
Andrei Zmievski [Mon, 8 Jan 2007 17:58:52 +0000 (17:58 +0000)]
Note.

18 years agoMFB: Use safe_emalloc() rather then emalloc()
Ilia Alshanetsky [Mon, 8 Jan 2007 14:25:49 +0000 (14:25 +0000)]
MFB: Use safe_emalloc() rather then emalloc()

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

18 years agoMake mt more silent
Edin Kadribasic [Mon, 8 Jan 2007 00:26:35 +0000 (00:26 +0000)]
Make mt more silent

18 years ago- Fix test
Marcus Boerger [Sun, 7 Jan 2007 20:06:42 +0000 (20:06 +0000)]
- Fix test

18 years agofix unlink
Greg Beaver [Sun, 7 Jan 2007 19:57:26 +0000 (19:57 +0000)]
fix unlink

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.