]>
granicus.if.org Git - php/log
Markus Fischer [Sun, 10 Mar 2002 23:00:35 +0000 (23:00 +0000)]
- MFH fix for #15799.
Rui Hirokawa [Sun, 10 Mar 2002 12:22:27 +0000 (12:22 +0000)]
fixed module name iconv->mbstring.
Stefan Esser [Sun, 10 Mar 2002 11:04:20 +0000 (11:04 +0000)]
Fix: Now returns correct Content-Type for Opera 6.01
foobar [Sat, 9 Mar 2002 23:37:49 +0000 (23:37 +0000)]
- Fixed bug #15748 (fixed otherwise in 4.3.0-dev)
foobar [Sat, 9 Mar 2002 21:38:35 +0000 (21:38 +0000)]
MFH fix for bug #15686 and some exslt fix.
foobar [Sat, 9 Mar 2002 18:17:37 +0000 (18:17 +0000)]
MFH fix for #15190
Jason Greene [Sat, 9 Mar 2002 07:20:35 +0000 (07:20 +0000)]
MFH: Recent Bug Fixes
foobar [Sat, 9 Mar 2002 00:26:40 +0000 (00:26 +0000)]
MFH
foobar [Sat, 9 Mar 2002 00:26:09 +0000 (00:26 +0000)]
MFH the MacosX compile fix.
Joseph Tate [Fri, 8 Mar 2002 23:39:26 +0000 (23:39 +0000)]
- Fixed a coredump involved in the domxml_unlink() function. Refer to bug #14522
for more details.
@ Fixed seg fault in domxml_unlink() (jtate)
foobar [Fri, 8 Mar 2002 07:35:07 +0000 (07:35 +0000)]
- MFH (fix for the phpinfo() output)
Rui Hirokawa [Thu, 7 Mar 2002 22:27:14 +0000 (22:27 +0000)]
revert my patch to fix freetype2 related problem.
Jason Greene [Thu, 7 Mar 2002 20:50:52 +0000 (20:50 +0000)]
Merge News Entry
Jon Parise [Thu, 7 Mar 2002 20:41:50 +0000 (20:41 +0000)]
MFH r1.45: header file correction
Jason Greene [Thu, 7 Mar 2002 20:39:55 +0000 (20:39 +0000)]
Disallow mysql's 'LOAD LOCAL' when safe mode is enabled
Derick Rethans [Thu, 7 Mar 2002 20:00:33 +0000 (20:00 +0000)]
- Fix typo in warning suppressor
Joseph Tate [Thu, 7 Mar 2002 18:53:55 +0000 (18:53 +0000)]
Reverting the reverted patch. I hope this is the last time. No added functionality. Just a bug fix of #15918
Joseph Tate [Thu, 7 Mar 2002 18:47:25 +0000 (18:47 +0000)]
Reverting patch at Derick's request. Reverted to 1.118
Joseph Tate [Thu, 7 Mar 2002 16:48:43 +0000 (16:48 +0000)]
Added type attributes to XML_DTD_NODE and XML_ATTRIBUTE_NODE element types.
Reported in bug #15918.
Derick Rethans [Thu, 7 Mar 2002 08:18:02 +0000 (08:18 +0000)]
- Update NEWS
Jason Greene [Thu, 7 Mar 2002 00:24:30 +0000 (00:24 +0000)]
MFH
SVN Migration [Wed, 6 Mar 2002 22:08:26 +0000 (22:08 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'.
foobar [Wed, 6 Mar 2002 22:08:25 +0000 (22:08 +0000)]
- Cleaned this abit (no such long stuff should be here if it can be found
in Manual...and if it's not in manual yet, ADD IT!
- Also moved some of the major changes in the beginning where people
might even notice them. We should re-arrange this better btw.
Marcus Boerger [Wed, 6 Mar 2002 22:01:45 +0000 (22:01 +0000)]
- standard test scripts for exif
#hope all problems in exif are resolved now
Marcus Boerger [Wed, 6 Mar 2002 20:52:17 +0000 (20:52 +0000)]
-comments
#just another jhead.c line
James Cox [Wed, 6 Mar 2002 20:28:38 +0000 (20:28 +0000)]
fixed my foobarred news entry
Marcus Boerger [Wed, 6 Mar 2002 20:24:29 +0000 (20:24 +0000)]
-comments
Jason Greene [Wed, 6 Mar 2002 20:19:09 +0000 (20:19 +0000)]
Sockets Rework Patch 3 of 3
Nuked all fd code
Rewrote socket_select to use arrays instead of the fd code
(This has the side-effect of fixing quite a few bugs)
Derick Rethans [Wed, 6 Mar 2002 19:54:47 +0000 (19:54 +0000)]
- Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo
Niccolai <giancarlo@niccolai.org>)
James E. Flemer [Wed, 6 Mar 2002 18:31:33 +0000 (18:31 +0000)]
(PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE
so that relative paths (vs absolute) work correctly.
Marcus Boerger [Wed, 6 Mar 2002 18:21:50 +0000 (18:21 +0000)]
-updated test to reflect third parameter of exif_read_data
Marcus Boerger [Wed, 6 Mar 2002 18:11:57 +0000 (18:11 +0000)]
-missing efree
-incorrect index/length computing: left from jhead
#no errors left with test files - controlled manually with hexeditor
Andi Gutmans [Wed, 6 Mar 2002 17:08:26 +0000 (17:08 +0000)]
- Add function * and class * functionality. Only constants are left.
<?php
class MyOuterClass {
class MyInnerClass {
function func1()
{
print "func1()\n";
}
function func2()
{
print "func2()\n";
}
}
}
import class * from MyOuterClass;
import function func2 from MyOuterClass::MyInnerClass;
MyInnerClass::func1();
func2();
Dan Kalowsky [Wed, 6 Mar 2002 16:15:28 +0000 (16:15 +0000)]
quelling a warning, and ensuring now undefined behavior
Dan Kalowsky [Wed, 6 Mar 2002 16:14:00 +0000 (16:14 +0000)]
When #if BLAHING a section, ensure to make it's prototype included. Returns
build capability to MacOSX.
Derick Rethans [Wed, 6 Mar 2002 15:59:57 +0000 (15:59 +0000)]
- Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet
<csollet@coleebris.com>)
Derick Rethans [Wed, 6 Mar 2002 13:25:25 +0000 (13:25 +0000)]
- Put them back (and do it right)
Sascha Schumann [Wed, 6 Mar 2002 12:34:47 +0000 (12:34 +0000)]
Do the estrdups after checking for parameter constraints.
No real memory leaks though, because they are catched by the
memory manager.
Sascha Schumann [Wed, 6 Mar 2002 12:25:01 +0000 (12:25 +0000)]
Did not revert back enough.
This patch does not make sense, because it enforces the existence
of a single directory.
Sascha Schumann [Wed, 6 Mar 2002 12:12:39 +0000 (12:12 +0000)]
SID shall be defined to name=id, if the client did not supply
a cookie.
Sascha Schumann [Wed, 6 Mar 2002 11:49:51 +0000 (11:49 +0000)]
Merge in session API changes (carry around tsrm context)
Now PHP_SESSION_API is defined to the date of the last change,
so that externa source-code can handle changes more gracefully.
Sascha Schumann [Wed, 6 Mar 2002 11:41:17 +0000 (11:41 +0000)]
Always initialize the track-vars
Derick Rethans [Wed, 6 Mar 2002 11:31:56 +0000 (11:31 +0000)]
- Remove unused variables
Derick Rethans [Wed, 6 Mar 2002 11:26:05 +0000 (11:26 +0000)]
- More ZTS fixes
Derick Rethans [Wed, 6 Mar 2002 11:20:11 +0000 (11:20 +0000)]
- Fix build with ZTS
Marcus Boerger [Wed, 6 Mar 2002 09:32:02 +0000 (09:32 +0000)]
-updated test
Marcus Boerger [Wed, 6 Mar 2002 09:31:32 +0000 (09:31 +0000)]
-new working thumbnail code
-everything uses new data structures
-new function exif_thumbnail
#nearly stripped off all jhead code
@read_exif_data is now an alias for exif_read_data
@ important to differenciate old/new version for tests)
@new function exif_tagname returns the names of tags
@new function exif_thumbnail extracts embedded thumbnail (Marcus)
#switched to internal version 1.2
Sascha Schumann [Wed, 6 Mar 2002 09:02:31 +0000 (09:02 +0000)]
Weep out all recent commits of Yasuo.
I don't have time right now to leave in the good ones and remove
only the bad ones.
There are some semantical changes which I reject, because
they aim at fixing a bug which is at a completely other location.
Then SID does not gefined anymore properly. (This broken patch
has not been sent to me at all.)
Also, there were *so* many whitespace changes which already
make these commits bogus.
Yasuo Ohgaki [Wed, 6 Mar 2002 09:01:13 +0000 (09:01 +0000)]
Fixed typo :)
Yasuo Ohgaki [Wed, 6 Mar 2002 08:54:55 +0000 (08:54 +0000)]
Use static mm file save path. Now we can safely stop web server at start up when there is an error. Older mm uses static mm file path anyway.
Yasuo Ohgaki [Wed, 6 Mar 2002 07:49:49 +0000 (07:49 +0000)]
Fix crash bug #14232
Yasuo Ohgaki [Wed, 6 Mar 2002 06:29:43 +0000 (06:29 +0000)]
Make php start even with wrong save_path.
Jason Greene [Wed, 6 Mar 2002 05:21:56 +0000 (05:21 +0000)]
Socket Rework Patch 2
Redesigned socket_recv() as outlined on php-dev
Modified socket_last_error() to no longer clear the error
Added socket_clear_error()
Fixed socket_set_nonblock()
Added socket_set_block()
Fixed a proto
Saved 1 byte of RAM : )
<changelog@php.net> [Wed, 6 Mar 2002 01:20:45 +0000 (01:20 +0000)]
ChangeLog update
Yasuo Ohgaki [Wed, 6 Mar 2002 00:42:39 +0000 (00:42 +0000)]
Oops. Fix compile failure
Yasuo Ohgaki [Wed, 6 Mar 2002 00:40:42 +0000 (00:40 +0000)]
Using session_save_path() after starting session is obvious error.
Riase E_NOTICE error instead of E_WARNING. Since it is valid if
user uses session_save_path() with session_module_name().
Yasuo Ohgaki [Wed, 6 Mar 2002 00:34:57 +0000 (00:34 +0000)]
Return FALSE when session_module_name() failed. Fix a little leak.
Yasuo Ohgaki [Wed, 6 Mar 2002 00:26:38 +0000 (00:26 +0000)]
Raise error when session module failed to open or read
Yasuo Ohgaki [Wed, 6 Mar 2002 00:12:48 +0000 (00:12 +0000)]
More TSRM work
Yasuo Ohgaki [Wed, 6 Mar 2002 00:05:21 +0000 (00:05 +0000)]
Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D
# Need a little more work for backword compatibility
Markus Fischer [Tue, 5 Mar 2002 23:57:20 +0000 (23:57 +0000)]
- Added recent changes done in ext/posix
Yasuo Ohgaki [Tue, 5 Mar 2002 23:45:50 +0000 (23:45 +0000)]
Fixed crash with mm save handler
Yasuo Ohgaki [Tue, 5 Mar 2002 23:37:00 +0000 (23:37 +0000)]
Fix bug #15322 and fix a little memory leak
Zeev Suraski [Tue, 5 Mar 2002 22:06:35 +0000 (22:06 +0000)]
Make $_SESSION and $HTTP_SESSION_VARS links to each other
Stig Bakken [Tue, 5 Mar 2002 20:39:38 +0000 (20:39 +0000)]
* PEAR_Config test complete
Marcus Boerger [Tue, 5 Mar 2002 19:47:19 +0000 (19:47 +0000)]
-fixes
-changed internal data structures
#nearly stripped off all jhead code
Stig Bakken [Tue, 5 Mar 2002 17:39:53 +0000 (17:39 +0000)]
* update PEAR_Config test
Stig Bakken [Tue, 5 Mar 2002 17:39:29 +0000 (17:39 +0000)]
* fix singleton() so it actually works
* insert file format version in written files
* add getSetValues() method for listing the valid values for a set value
Dan Kalowsky [Tue, 5 Mar 2002 16:45:02 +0000 (16:45 +0000)]
Breaking BC, but making odbc_fetch_into behavior more consistent
Markus Fischer [Tue, 5 Mar 2002 16:04:04 +0000 (16:04 +0000)]
- Introduced posix_errno() (get error number from last error message) and
posix_strerror() (convert error number into error string).
- Do not output any error message if any of the function fails with FALSE
return value. The proper way now is to call posix_errno() and
posix_strerror() after encountering an error condition.
- Function not support on a system no longer issue a 'not available' error
but simply don't exist so we can safely use 'function_exists'.
- Fixed protos.
- Use new parameter parsing API.
- posix_uname() may be aware of 'domainname' (GNU extension)
- posix_getgrnam(), posix_getgrgid(): the returned information does no
longer contains mixture of string and numbered keys (hash / array)
but contains key 'member' with an array of all members in a list
(or an empty array). This breaks BC but is the right thing IMHO.
Stig Bakken [Tue, 5 Mar 2002 14:43:02 +0000 (14:43 +0000)]
* fix PEAR::setErrorHandling() settings so they apply when using raiseError()
Derick Rethans [Tue, 5 Mar 2002 09:02:02 +0000 (09:02 +0000)]
- More test fixes
Derick Rethans [Tue, 5 Mar 2002 09:00:56 +0000 (09:00 +0000)]
- Fix tests to work with CLI
#- Not totally done, but this makes it a lot better
Derick Rethans [Tue, 5 Mar 2002 08:24:21 +0000 (08:24 +0000)]
- Fix mcrypt tests
Yasuo Ohgaki [Tue, 5 Mar 2002 07:57:05 +0000 (07:57 +0000)]
Fixed wrong description about CLI sapi usage.
Currently "make test" is running test script as
./sapi/cli/php -c php.ini-dist run-tests.php
"make test" does not work... I'm supposing this
will be changed to use CGI sapi for now.
Yasuo Ohgaki [Tue, 5 Mar 2002 07:18:05 +0000 (07:18 +0000)]
Added README.TESTING
Sebastian Bergmann [Tue, 5 Mar 2002 06:16:45 +0000 (06:16 +0000)]
s/php.exe/php-cgi.exe/.
Dan Kalowsky [Tue, 5 Mar 2002 06:15:01 +0000 (06:15 +0000)]
Added a comment for future reference
Jason Greene [Tue, 5 Mar 2002 03:45:23 +0000 (03:45 +0000)]
Style Improvement
<changelog@php.net> [Tue, 5 Mar 2002 01:21:06 +0000 (01:21 +0000)]
NEWS update
<changelog@php.net> [Tue, 5 Mar 2002 01:20:16 +0000 (01:20 +0000)]
ChangeLog update
Stig Bakken [Tue, 5 Mar 2002 00:41:36 +0000 (00:41 +0000)]
* fixed a couple of bugs in PEAR_Config revealed by test
Frank M. Kromann [Tue, 5 Mar 2002 00:28:20 +0000 (00:28 +0000)]
Killing compiler warning
Frank M. Kromann [Tue, 5 Mar 2002 00:28:07 +0000 (00:28 +0000)]
Making dbase compule under WIn32
Frank M. Kromann [Tue, 5 Mar 2002 00:21:28 +0000 (00:21 +0000)]
Killing compiler warning on Win32
Dan Kalowsky [Mon, 4 Mar 2002 23:28:17 +0000 (23:28 +0000)]
Fix for Bug 14423. Enables FreeBSD to use iconv functionality.
Marcus Boerger [Mon, 4 Mar 2002 23:20:48 +0000 (23:20 +0000)]
- also test TIFF support in GetImageSize
Marcus Boerger [Mon, 4 Mar 2002 23:19:27 +0000 (23:19 +0000)]
- Read IsColor for TIFF
Sebastian Bergmann [Mon, 4 Mar 2002 23:02:45 +0000 (23:02 +0000)]
Rename Win32 SAPI/CGI binary to php-cgi.exe.
Jon Parise [Mon, 4 Mar 2002 20:57:36 +0000 (20:57 +0000)]
Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
Sascha Schumann [Mon, 4 Mar 2002 20:14:52 +0000 (20:14 +0000)]
Add apparently missing include
Derick Rethans [Mon, 4 Mar 2002 20:00:37 +0000 (20:00 +0000)]
- Fix ChangeLog
Derick Rethans [Mon, 4 Mar 2002 19:08:17 +0000 (19:08 +0000)]
- Some more speed (and more consistency)
#- I had some spare time Sascha :)
Sascha Schumann [Mon, 4 Mar 2002 18:46:55 +0000 (18:46 +0000)]
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.
Sebastian Bergmann [Mon, 4 Mar 2002 18:21:43 +0000 (18:21 +0000)]
Silence warning.
Sascha Schumann [Mon, 4 Mar 2002 18:12:55 +0000 (18:12 +0000)]
revert last commit, puts does more through putc.
Sascha Schumann [Mon, 4 Mar 2002 17:48:20 +0000 (17:48 +0000)]
Use PHPWRITE to output data. Because this just outputs diagnostic
information, a few spaces won't hurt (and multiple ones are rendered
as one by browsers anyway). Micro-benchmarks which use phpinfo()
as a mean to generate output will yield more through-put now
(35 req/s vs. 83 req/s in tux).
Derick Rethans [Mon, 4 Mar 2002 17:46:19 +0000 (17:46 +0000)]
- Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)
Marcus Boerger [Mon, 4 Mar 2002 17:42:51 +0000 (17:42 +0000)]
-expose the fact i am working on exif as discussed with Rasmus
Marcus Boerger [Mon, 4 Mar 2002 17:17:41 +0000 (17:17 +0000)]
- TIFF support for GetImageSize
@ TIFF support for GetImageSize (Marcus)