]>
granicus.if.org Git - php/log
Tomas V.V.Cox [Fri, 19 Sep 2003 16:50:17 +0000 (16:50 +0000)]
RFC about PECL binary creation and distribution
Ilia Alshanetsky [Fri, 19 Sep 2003 12:24:51 +0000 (12:24 +0000)]
MFB: Add myself to credits
Derick Rethans [Fri, 19 Sep 2003 12:24:06 +0000 (12:24 +0000)]
- Fixed typo
foobar [Fri, 19 Sep 2003 09:02:14 +0000 (09:02 +0000)]
Is the version 5 now? :)
foobar [Fri, 19 Sep 2003 05:35:50 +0000 (05:35 +0000)]
MFB
Ilia Alshanetsky [Fri, 19 Sep 2003 00:44:50 +0000 (00:44 +0000)]
Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called
outside of zend_try {} block).
<changelog@php.net> [Fri, 19 Sep 2003 00:33:52 +0000 (00:33 +0000)]
ChangeLog update
Sara Golemon [Thu, 18 Sep 2003 17:51:55 +0000 (17:51 +0000)]
Manageability
Sara Golemon [Thu, 18 Sep 2003 17:37:23 +0000 (17:37 +0000)]
Added ftp_alloc()
Sara Golemon [Thu, 18 Sep 2003 17:36:08 +0000 (17:36 +0000)]
Add ftp_alloc() for servers which require client to predeclare filesize to be sent.
Marcus Boerger [Thu, 18 Sep 2003 17:13:59 +0000 (17:13 +0000)]
Nuke vars no longer needed
Marcus Boerger [Thu, 18 Sep 2003 16:26:29 +0000 (16:26 +0000)]
Go with studlyCaps
Marcus Boerger [Thu, 18 Sep 2003 16:20:42 +0000 (16:20 +0000)]
Go with studlyCaps
Marcus Boerger [Thu, 18 Sep 2003 12:09:55 +0000 (12:09 +0000)]
Go with studlyCaps
Marcus Boerger [Thu, 18 Sep 2003 11:55:57 +0000 (11:55 +0000)]
Change tostring() into __toString() to match method name used in casting.
Marcus Boerger [Thu, 18 Sep 2003 11:50:05 +0000 (11:50 +0000)]
Fallback to default behaviour for unsupported object type conversions
Marcus Boerger [Thu, 18 Sep 2003 11:38:33 +0000 (11:38 +0000)]
- Allow partial type conversion support for objects.
- Add support for object to string conversion from userspace by method
__toString() and add a test.
Marcus Boerger [Thu, 18 Sep 2003 10:21:38 +0000 (10:21 +0000)]
Add missing check
Greg Beaver [Thu, 18 Sep 2003 04:32:56 +0000 (04:32 +0000)]
add rollback for installed_as
Greg Beaver [Thu, 18 Sep 2003 04:32:46 +0000 (04:32 +0000)]
add rollback test for installed_as
Greg Beaver [Thu, 18 Sep 2003 04:24:25 +0000 (04:24 +0000)]
finished transaction tests
Greg Beaver [Thu, 18 Sep 2003 03:59:22 +0000 (03:59 +0000)]
unit testing finds another bug :)
another case that would cause an endless loop in installed_as file transaction
<changelog@php.net> [Thu, 18 Sep 2003 00:32:25 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 18 Sep 2003 00:04:57 +0000 (00:04 +0000)]
When track_errors was enabled, we tried to assign value already freed char.
Marcus Boerger [Wed, 17 Sep 2003 11:06:11 +0000 (11:06 +0000)]
Show name of missing function as typed
Marcus Boerger [Wed, 17 Sep 2003 10:15:00 +0000 (10:15 +0000)]
Use studlyCaps in exception class
Marcus Boerger [Wed, 17 Sep 2003 10:14:12 +0000 (10:14 +0000)]
Go with studlyCaps in error messages/backtrace/reflection output
Ilia Alshanetsky [Wed, 17 Sep 2003 05:42:57 +0000 (05:42 +0000)]
Fixed compile warnings. HAVE_ defines cannot work without the header that
defines them.
Ilia Alshanetsky [Wed, 17 Sep 2003 05:42:08 +0000 (05:42 +0000)]
regex_t is used by both Apache & mbregex. This little check prevent compile
failure, while php is compiled as dso module & mbstring is enabled.
foobar [Wed, 17 Sep 2003 05:29:31 +0000 (05:29 +0000)]
MFB
Greg Beaver [Wed, 17 Sep 2003 03:44:25 +0000 (03:44 +0000)]
add rmdir test, add comment to remind me to finish installed_as test before moving on to next one
Greg Beaver [Wed, 17 Sep 2003 03:31:59 +0000 (03:31 +0000)]
modify chmod test to be truly permissions-filesystem-based-specific
Greg Beaver [Wed, 17 Sep 2003 03:29:55 +0000 (03:29 +0000)]
more file transaction tests
Greg Beaver [Wed, 17 Sep 2003 03:22:55 +0000 (03:22 +0000)]
oops - params are reversed, my bad
Greg Beaver [Wed, 17 Sep 2003 03:19:47 +0000 (03:19 +0000)]
bug in chmod file transaction operation error message
bug in chmod file transaction test - was testing the perms to see if they were a writable file
Greg Beaver [Wed, 17 Sep 2003 03:13:56 +0000 (03:13 +0000)]
phpdoc error
Ard Biesheuvel [Wed, 17 Sep 2003 01:25:08 +0000 (01:25 +0000)]
Link to fbclient.dll if available
Add client lib name to dll version info
<changelog@php.net> [Wed, 17 Sep 2003 00:31:56 +0000 (00:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 17 Sep 2003 00:02:45 +0000 (00:02 +0000)]
cut-and-paste error
Greg Beaver [Wed, 17 Sep 2003 00:00:40 +0000 (00:00 +0000)]
correct typo "committed"
add error checking to commitFileTransaction()
Greg Beaver [Wed, 17 Sep 2003 00:00:21 +0000 (00:00 +0000)]
some beginning tests for commitFileTransaction()
Greg Beaver [Tue, 16 Sep 2003 23:43:47 +0000 (23:43 +0000)]
adding transaction test file (unfinished)
Greg Beaver [Tue, 16 Sep 2003 23:42:16 +0000 (23:42 +0000)]
Document addFileOperation()
Add basic test for invalid input, since it is a public method
Ard Biesheuvel [Tue, 16 Sep 2003 20:28:27 +0000 (20:28 +0000)]
Use isc_get_version() for client lib info if available
Hartmut Holzgraefe [Tue, 16 Sep 2003 19:45:22 +0000 (19:45 +0000)]
proto fix
Marcus Boerger [Tue, 16 Sep 2003 19:31:45 +0000 (19:31 +0000)]
- Make it clear whether it is an interface or a class
- Fix static properties
Ard Biesheuvel [Tue, 16 Sep 2003 19:25:11 +0000 (19:25 +0000)]
Check for Firebird libfbclient.so first
Tomas V.V.Cox [Tue, 16 Sep 2003 16:53:11 +0000 (16:53 +0000)]
more debug code removed *sigh*
Tomas V.V.Cox [Tue, 16 Sep 2003 16:49:26 +0000 (16:49 +0000)]
removed debug code
Greg Beaver [Tue, 16 Sep 2003 03:27:55 +0000 (03:27 +0000)]
tweak Tomas's patch for
$ pear install Package-v.tgz
which should work for local files first before checking to see if it can be downloaded
Greg Beaver [Tue, 16 Sep 2003 03:26:05 +0000 (03:26 +0000)]
fix regexps for package detection and download - should be case-insensitive
Greg Beaver [Tue, 16 Sep 2003 03:17:08 +0000 (03:17 +0000)]
fix invalid replacements - add tests for bad pear-config/package-info replacements
Greg Beaver [Tue, 16 Sep 2003 03:16:46 +0000 (03:16 +0000)]
add tests for invalid replacements
Greg Beaver [Tue, 16 Sep 2003 02:42:44 +0000 (02:42 +0000)]
file transactions used - but startFileTransaction() was never used
inline docs for install() were out of date
<changelog@php.net> [Tue, 16 Sep 2003 00:32:09 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 15 Sep 2003 23:49:32 +0000 (23:49 +0000)]
Fixed bug #25106 (Added more stringent checks on bzopen() mode).
In some cases bz2 may fail to open the file, but stream wrappers will still
create an empty file, remove this file.
Change virtual_filepath to virtual_filepath_ex, which allows BZ2_bzfopen()
to work without having to resort to stream wrappers.
Marcus Boerger [Mon, 15 Sep 2003 21:00:38 +0000 (21:00 +0000)]
Revert - need to look for a better solution
Tomas V.V.Cox [Mon, 15 Sep 2003 20:32:40 +0000 (20:32 +0000)]
- Added new notes and split them
- Upgraded me as <lead>
# Greg, advice me when finish with the tests
# then we could fire 1.3b1
Marcus Boerger [Mon, 15 Sep 2003 20:30:32 +0000 (20:30 +0000)]
Test for bug #25547
Marcus Boerger [Mon, 15 Sep 2003 20:20:14 +0000 (20:20 +0000)]
Bugfix #25547
Tomas V.V.Cox [Mon, 15 Sep 2003 20:17:34 +0000 (20:17 +0000)]
* Implemented the find command (currently supported args:
-type f, -type d, -maxdepth, -name)
* Fixed recursion deep level in _dirToStruct()
Greg Beaver [Mon, 15 Sep 2003 13:11:57 +0000 (13:11 +0000)]
pear install net_socket will work now - before it would only work with pear install Net_socket
Rob Richards [Mon, 15 Sep 2003 12:29:52 +0000 (12:29 +0000)]
validate encoding against valid handlers
Hartmut Holzgraefe [Mon, 15 Sep 2003 09:25:18 +0000 (09:25 +0000)]
proto descriptions
Zeev Suraski [Mon, 15 Sep 2003 08:13:34 +0000 (08:13 +0000)]
Simplify / fix
Moriyoshi Koizumi [Mon, 15 Sep 2003 07:27:18 +0000 (07:27 +0000)]
FREETYPE_PATCH is not always defined.
# will likely fix Sebastian's build :)
Greg Beaver [Mon, 15 Sep 2003 05:10:51 +0000 (05:10 +0000)]
Now empty directories are removed on uninstall, so uninstallation is complete and correct
Greg Beaver [Mon, 15 Sep 2003 03:36:02 +0000 (03:36 +0000)]
mistaken include_once 'Remote.php' - not sure why it worked at all
Greg Beaver [Mon, 15 Sep 2003 03:29:12 +0000 (03:29 +0000)]
move registration of installed location to post-commit
Greg Beaver [Mon, 15 Sep 2003 03:14:12 +0000 (03:14 +0000)]
add testing for baseinstalldir attribute
Greg Beaver [Mon, 15 Sep 2003 03:07:53 +0000 (03:07 +0000)]
add testing for install-as attribute
<changelog@php.net> [Mon, 15 Sep 2003 00:34:42 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 15 Sep 2003 00:07:51 +0000 (00:07 +0000)]
Fixed bug #25530 (checkdate incorrectly handles floats)
Greg Beaver [Sun, 14 Sep 2003 20:19:59 +0000 (20:19 +0000)]
add testing for md5sum
Greg Beaver [Sun, 14 Sep 2003 20:17:24 +0000 (20:17 +0000)]
found bug in _installFile() thanks to unit testing.
- if a bad md5sum was found, and --force wasn't specified, the temporary file was never deleted
Greg Beaver [Sun, 14 Sep 2003 20:02:07 +0000 (20:02 +0000)]
adding test for non-existing file
Greg Beaver [Sun, 14 Sep 2003 19:59:06 +0000 (19:59 +0000)]
adding test for invalid role
Marcus Boerger [Sun, 14 Sep 2003 19:56:37 +0000 (19:56 +0000)]
Bugfix #25335
Greg Beaver [Sun, 14 Sep 2003 19:53:37 +0000 (19:53 +0000)]
adding replacements section for _installFile()
Zeev Suraski [Sun, 14 Sep 2003 17:37:01 +0000 (17:37 +0000)]
Commit 64-bit fixes to the standard operators
by Ard Biesheuvel (abies@php.net)
Marcus Boerger [Sun, 14 Sep 2003 09:54:19 +0000 (09:54 +0000)]
Remove this (part from another patch)
Marcus Boerger [Sun, 14 Sep 2003 09:50:36 +0000 (09:50 +0000)]
Add length modifier L
Marcus Boerger [Sun, 14 Sep 2003 09:12:54 +0000 (09:12 +0000)]
- Add length modifiers(ll, j, t, h, hh)
# Still missing formats (%a, %A)
# Still missing modifier (l) in (%lc, %ls)
# Still missing modifier (L) in (%La, %LA, %Le, %LE, %Lf, %LF, %Lg, %LG)
# C99 requires any conversion to be able to produce at least 4095
# characters. Implementation only allows less then 512.
#
# Only inside ext/mbstring etc. we could use %lc and %ls. And none of the
# rest should affect us until we stay with double and avoid long double.
Greg Beaver [Sun, 14 Sep 2003 04:24:21 +0000 (04:24 +0000)]
new test for _installFile() - not yet complete, but what's there works
Greg Beaver [Sun, 14 Sep 2003 04:24:05 +0000 (04:24 +0000)]
simplify test, split into two
Marcus Boerger [Sun, 14 Sep 2003 01:20:25 +0000 (01:20 +0000)]
Bugfix #25528 (by Ard Biesheuvel)
John Coggeshall [Sun, 14 Sep 2003 00:45:51 +0000 (00:45 +0000)]
Moved things around and added some #ifdefs so that the extension can be used
in PHP 4 (without the ZE2 tree parsing).
<changelog@php.net> [Sun, 14 Sep 2003 00:31:51 +0000 (00:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 13 Sep 2003 19:56:38 +0000 (19:56 +0000)]
Show the whole message when in debug mode
Ard Biesheuvel [Sat, 13 Sep 2003 19:49:50 +0000 (19:49 +0000)]
WS
Ard Biesheuvel [Sat, 13 Sep 2003 19:43:39 +0000 (19:43 +0000)]
Pointer size fix
Sara Golemon [Sat, 13 Sep 2003 17:31:07 +0000 (17:31 +0000)]
Fix Bug #25525 ldap_explode_dn crashes when passed invalid params.
Marcus Boerger [Sat, 13 Sep 2003 16:49:50 +0000 (16:49 +0000)]
Fix warnings
Marcus Boerger [Sat, 13 Sep 2003 16:49:24 +0000 (16:49 +0000)]
- Fix %p to prepend '0x' as suggested by C99.
- Add 'z' prefix.
# Now you can use '%zd' in [v]spprintf() and everything that utilizes it
# like error messages BUT you still cannot rely on it in [v]s[n]printf()
# calls.
Ard Biesheuvel [Sat, 13 Sep 2003 15:27:09 +0000 (15:27 +0000)]
Fixed for 64bit archs
Marcus Boerger [Sat, 13 Sep 2003 10:31:06 +0000 (10:31 +0000)]
Make use of dedicated macro
<changelog@php.net> [Sat, 13 Sep 2003 00:32:17 +0000 (00:32 +0000)]
ChangeLog update
Ard Biesheuvel [Fri, 12 Sep 2003 21:02:43 +0000 (21:02 +0000)]
Pointer size fix
Marcus Boerger [Fri, 12 Sep 2003 13:31:23 +0000 (13:31 +0000)]
- Change email
- Fix warnings
foobar [Fri, 12 Sep 2003 01:31:54 +0000 (01:31 +0000)]
- Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters)