]> granicus.if.org Git - php/log
php
22 years agoSynchronized bundled gd library with the latest stable GD, 2.0.6
Ilia Alshanetsky [Mon, 25 Nov 2002 01:51:53 +0000 (01:51 +0000)]
Synchronized bundled gd library with the latest stable GD, 2.0.6
Fixed a configuration problem with xpm.
Fixed 2 possible memory leaks in fontFetch().

22 years agoCleanup state=4 and avoid using sscanf()
Yasuo Ohgaki [Mon, 25 Nov 2002 01:38:29 +0000 (01:38 +0000)]
Cleanup state=4 and avoid using sscanf()

22 years ago- FN_IS_STATIC -> FN_STATIC
Andi Gutmans [Sun, 24 Nov 2002 20:32:49 +0000 (20:32 +0000)]
- FN_IS_STATIC -> FN_STATIC

22 years ago- Fix crash
Andi Gutmans [Sun, 24 Nov 2002 20:15:56 +0000 (20:15 +0000)]
- Fix crash

22 years agoMFB
Moriyoshi Koizumi [Sun, 24 Nov 2002 19:48:58 +0000 (19:48 +0000)]
MFB

22 years ago- Header file update for new mnogosearch functions
Sergey Kartashoff [Sun, 24 Nov 2002 19:39:47 +0000 (19:39 +0000)]
- Header file update for new mnogosearch functions

22 years ago@- A new functions have been added: udm_set_agent_param_ex and
Sergey Kartashoff [Sun, 24 Nov 2002 19:36:46 +0000 (19:36 +0000)]
@- A new functions have been added: udm_set_agent_param_ex and
   udm_get_res_field_ex
- A new functions have been added: udm_set_agent_param_ex and
  udm_get_res_field_ex

22 years agoUse proper form of NUL
Sascha Schumann [Sun, 24 Nov 2002 16:23:37 +0000 (16:23 +0000)]
Use proper form of NUL
Drop superfluous checks for NULL results

22 years agoBetter naming
Marcus Boerger [Sun, 24 Nov 2002 16:07:34 +0000 (16:07 +0000)]
Better naming

22 years agoAdd test against redeclaring an overloaded method abstract
Marcus Boerger [Sun, 24 Nov 2002 15:51:57 +0000 (15:51 +0000)]
Add test against redeclaring an overloaded method abstract

22 years agoAdd test against mixing static/non static methods
Marcus Boerger [Sun, 24 Nov 2002 15:50:28 +0000 (15:50 +0000)]
Add test against mixing static/non static methods

22 years agonull after the erealloc()
Sterling Hughes [Sun, 24 Nov 2002 15:11:43 +0000 (15:11 +0000)]
null after the erealloc()

22 years agoremove the check, cause i don't really know, if content has to be an array everytime
Christian Dickmann [Sun, 24 Nov 2002 10:15:25 +0000 (10:15 +0000)]
remove the check, cause i don't really know, if content has to be an array everytime

22 years agoadd some checks to increase cache integrity
Christian Dickmann [Sun, 24 Nov 2002 10:13:57 +0000 (10:13 +0000)]
add some checks to increase cache integrity

22 years agoadd errormessage, but that does not fix the problem
Christian Dickmann [Sun, 24 Nov 2002 10:06:54 +0000 (10:06 +0000)]
add errormessage, but that does not fix the problem

22 years agoAdded missing '\0'
Yasuo Ohgaki [Sun, 24 Nov 2002 07:45:26 +0000 (07:45 +0000)]
Added missing '\0'

22 years agoMFB: ; instead of :
foobar [Sun, 24 Nov 2002 05:15:10 +0000 (05:15 +0000)]
MFB: ; instead of :

22 years agoRenamed the file because this is actually a test for gdImageStringFt().
Moriyoshi Koizumi [Sun, 24 Nov 2002 01:32:15 +0000 (01:32 +0000)]
Renamed the file because this is actually a test for gdImageStringFt().

22 years agoFix compile warning, MIN/MAX macros may already be defined by param.h
Ilia Alshanetsky [Sun, 24 Nov 2002 01:30:51 +0000 (01:30 +0000)]
Fix compile warning, MIN/MAX macros may already be defined by param.h

22 years agoAdded gdPEstrdup macro.
Ilia Alshanetsky [Sun, 24 Nov 2002 01:20:13 +0000 (01:20 +0000)]
Added gdPEstrdup macro.

22 years agoFixed 3 memory leaks.
Ilia Alshanetsky [Sun, 24 Nov 2002 01:15:34 +0000 (01:15 +0000)]
Fixed 3 memory leaks.
Formatted the code to meet PHP's coding standards, which makes it MUCH easier
to understand.

22 years agoFixed the macro so this can be compiled with ft1
Moriyoshi Koizumi [Sun, 24 Nov 2002 00:59:41 +0000 (00:59 +0000)]
Fixed the macro so this can be compiled with ft1

22 years agoSorry, wrong commit.
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:35:57 +0000 (23:35 +0000)]
Sorry, wrong commit.

22 years agoDismissed the second part of the test
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:34:38 +0000 (23:34 +0000)]
Dismissed the second part of the test

22 years agoAdding mb_gpc files to project
Frank M. Kromann [Sat, 23 Nov 2002 22:59:24 +0000 (22:59 +0000)]
Adding mb_gpc files to project

22 years agoFixed leaks. Other leaks are originated in libgd.
Moriyoshi Koizumi [Sat, 23 Nov 2002 22:11:59 +0000 (22:11 +0000)]
Fixed leaks. Other leaks are originated in libgd.

22 years ago- Adjust tests for removed old_function() in Zend Engine 2
Derick Rethans [Sat, 23 Nov 2002 22:08:05 +0000 (22:08 +0000)]
- Adjust tests for removed old_function() in Zend Engine 2

22 years agoFixed segfaults
Moriyoshi Koizumi [Sat, 23 Nov 2002 21:33:31 +0000 (21:33 +0000)]
Fixed segfaults

22 years agoAllow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com)
Marcus Boerger [Sat, 23 Nov 2002 21:11:12 +0000 (21:11 +0000)]
Allow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com)

22 years ago- My personal cleanups
Andi Gutmans [Sat, 23 Nov 2002 20:46:39 +0000 (20:46 +0000)]
- My personal cleanups

22 years ago- Commit Marcus' cleanup of abstract and static inheritance and improve
Andi Gutmans [Sat, 23 Nov 2002 20:44:12 +0000 (20:44 +0000)]
- Commit Marcus' cleanup of abstract and static inheritance and improve
- error messages

22 years agoForgot this one. Updated license information
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:17:46 +0000 (20:17 +0000)]
Forgot this one. Updated license information

22 years agoUpdated license information headers
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:14:33 +0000 (20:14 +0000)]
Updated license information headers

22 years agoSeparated GPC related part from mbstring.c
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:08:44 +0000 (20:08 +0000)]
Separated GPC related part from mbstring.c

22 years agows fix
foobar [Sat, 23 Nov 2002 19:20:44 +0000 (19:20 +0000)]
ws fix

22 years ago- Make it compile on IRIX again
Derick Rethans [Sat, 23 Nov 2002 19:03:21 +0000 (19:03 +0000)]
- Make it compile on IRIX again
#- Tested with Linux/FreeBSD and IRIX

22 years agoMove up general tests
Marcus Boerger [Sat, 23 Nov 2002 16:57:25 +0000 (16:57 +0000)]
Move up general tests
# if MFH is needed should be decided by QA team: because the output # sequence changes

22 years agoFixed some odd behaviours of range()
Moriyoshi Koizumi [Sat, 23 Nov 2002 11:27:56 +0000 (11:27 +0000)]
Fixed some odd behaviours of range()

22 years agoFixed tab positions.
Moriyoshi Koizumi [Sat, 23 Nov 2002 11:20:51 +0000 (11:20 +0000)]
Fixed tab positions.

22 years agoTest for mb_send_mail() under language=Korean
Moriyoshi Koizumi [Sat, 23 Nov 2002 05:26:18 +0000 (05:26 +0000)]
Test for mb_send_mail() under language=Korean

22 years agoMFB: Fix memleak in debug mode
Marcus Boerger [Sat, 23 Nov 2002 01:24:08 +0000 (01:24 +0000)]
MFB: Fix memleak in debug mode

22 years agoNew function dns_get_record(): close resolver socket after use.
Sara Golemon [Sat, 23 Nov 2002 01:09:07 +0000 (01:09 +0000)]
New function dns_get_record(): close resolver socket after use.
fix to internal func php_parserr(): correct bug in return state.

22 years agoTesting default behaviour
Marcus Boerger [Sat, 23 Nov 2002 00:54:04 +0000 (00:54 +0000)]
Testing default behaviour

22 years agofixed some bugs in korean encoding conversion.
Rui Hirokawa [Fri, 22 Nov 2002 23:34:55 +0000 (23:34 +0000)]
fixed some bugs in korean encoding conversion.

22 years agoApplied imagedeallocate() fix
Rasmus Lerdorf [Fri, 22 Nov 2002 23:25:14 +0000 (23:25 +0000)]
Applied imagedeallocate() fix

22 years agoFixed bug #20560.
Ilia Alshanetsky [Fri, 22 Nov 2002 21:51:38 +0000 (21:51 +0000)]
Fixed bug #20560.

22 years agolittle fix
Stefan Esser [Fri, 22 Nov 2002 19:34:17 +0000 (19:34 +0000)]
little fix

22 years agoMake magic_quotes_runtime work bidirectional for dba
Marcus Boerger [Fri, 22 Nov 2002 15:47:48 +0000 (15:47 +0000)]
Make magic_quotes_runtime work bidirectional for dba

22 years agoAvoid possible buffer overflow.
Edin Kadribasic [Fri, 22 Nov 2002 15:47:39 +0000 (15:47 +0000)]
Avoid possible buffer overflow.

22 years agoShow which algorythm fails and do not fail when we have new algos.
Marcus Boerger [Fri, 22 Nov 2002 14:07:29 +0000 (14:07 +0000)]
Show which algorythm fails and do not fail when we have new algos.
#for me TIGER fails anybody else?

22 years agoMFB: Don't send default http status (200).
Edin Kadribasic [Fri, 22 Nov 2002 13:55:27 +0000 (13:55 +0000)]
MFB: Don't send default http status (200).

22 years ago- protect the function against a non-xml document
Jan Kneschke [Fri, 22 Nov 2002 13:41:51 +0000 (13:41 +0000)]
- protect the function against a non-xml document
- initializing variables reduces the number of seg-faults

22 years ago- fixed a buffer under run
Jan Kneschke [Fri, 22 Nov 2002 13:39:06 +0000 (13:39 +0000)]
- fixed a buffer under run
- initializing variables is a good thing
  - in case of a invalid response we don't seg-fault here anymore

22 years agotypo fix.
Andrey Hristov [Fri, 22 Nov 2002 11:11:31 +0000 (11:11 +0000)]
typo fix.

22 years ago- Initialize all functions to non-static (patch by Marcus Börger
Derick Rethans [Fri, 22 Nov 2002 10:49:46 +0000 (10:49 +0000)]
- Initialize all functions to non-static (patch by Marcus Börger
  <marcus.boerger@t-online.de>.

22 years agoUpdate error message and say 'method' instead of 'function'
Marcus Boerger [Fri, 22 Nov 2002 10:44:36 +0000 (10:44 +0000)]
Update error message and say 'method' instead of 'function'

22 years agoFixed bug #19207 by adding cgi.rfc2616_headers configuration directive.
Edin Kadribasic [Fri, 22 Nov 2002 10:15:47 +0000 (10:15 +0000)]
Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.

22 years agoMade bcmath extension thread safe.
Sander Roobol [Fri, 22 Nov 2002 09:25:29 +0000 (09:25 +0000)]
Made bcmath extension thread safe.
@Made bcmath extension thread safe. (Sander)

22 years ago* fix config-show output
Stig Bakken [Fri, 22 Nov 2002 07:03:46 +0000 (07:03 +0000)]
* fix config-show output

22 years agoShow class name as well. Patch by Marcus Börger.
Sebastian Bergmann [Fri, 22 Nov 2002 06:19:04 +0000 (06:19 +0000)]
Show class name as well. Patch by Marcus Börger.

22 years agoAdded missing header (fixed bug #20555).
Ilia Alshanetsky [Fri, 22 Nov 2002 02:38:03 +0000 (02:38 +0000)]
Added missing header (fixed bug #20555).

22 years agoAdded a test case for bug #20528.
Ilia Alshanetsky [Fri, 22 Nov 2002 00:08:57 +0000 (00:08 +0000)]
Added a test case for bug #20528.

22 years agoFixed bug #20528.
Ilia Alshanetsky [Thu, 21 Nov 2002 23:51:52 +0000 (23:51 +0000)]
Fixed bug #20528.

22 years agoFix bug #20518
Melvyn Sopacua [Thu, 21 Nov 2002 23:28:26 +0000 (23:28 +0000)]
Fix bug #20518

22 years agotest for bug #20518
Melvyn Sopacua [Thu, 21 Nov 2002 23:27:38 +0000 (23:27 +0000)]
test for bug #20518

22 years agoAdded E_WARNING to OCIPasswordChage() when Safe Mode is in effect
Maxim Maletsky [Thu, 21 Nov 2002 21:26:18 +0000 (21:26 +0000)]
Added E_WARNING to OCIPasswordChage() when Safe Mode is in effect

22 years ago@- Added OCIPasswordChange() which allows the password of an Oracle account to be...
Maxim Maletsky [Thu, 21 Nov 2002 20:49:33 +0000 (20:49 +0000)]
@- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim)

22 years agocomment typo
Maxim Maletsky [Thu, 21 Nov 2002 20:32:56 +0000 (20:32 +0000)]
comment typo

22 years agoDisabled OCIPasswordChange() in safe mode. Possible security risks.
Maxim Maletsky [Thu, 21 Nov 2002 20:28:11 +0000 (20:28 +0000)]
Disabled OCIPasswordChange() in safe mode. Possible security risks.

22 years agoAdded missing mb_internal_encoding()
Moriyoshi Koizumi [Thu, 21 Nov 2002 18:12:53 +0000 (18:12 +0000)]
Added missing mb_internal_encoding()

22 years agoRemoved unnecessary "\n"
Moriyoshi Koizumi [Thu, 21 Nov 2002 17:36:16 +0000 (17:36 +0000)]
Removed unnecessary "\n"

22 years agoAdded a test case for imagettftext()
Moriyoshi Koizumi [Thu, 21 Nov 2002 17:26:18 +0000 (17:26 +0000)]
Added a test case for imagettftext()

22 years agoRevert that unwanted debug thing - thanks to Sander Robol
Marcus Boerger [Thu, 21 Nov 2002 16:48:39 +0000 (16:48 +0000)]
Revert that unwanted debug thing - thanks to Sander Robol

22 years agoHardcode the bcmath.scale ini-entry
Sander Roobol [Thu, 21 Nov 2002 16:16:38 +0000 (16:16 +0000)]
Hardcode the bcmath.scale ini-entry

22 years agombstring is supporting CJK + some other encodings.
Rui Hirokawa [Thu, 21 Nov 2002 16:12:49 +0000 (16:12 +0000)]
mbstring is supporting CJK + some other encodings.

22 years agofixed incorrect encoding conversion in korean.
Rui Hirokawa [Thu, 21 Nov 2002 16:05:38 +0000 (16:05 +0000)]
fixed incorrect encoding conversion in korean.

22 years agoAdding tests for the bcmath extension
Sander Roobol [Thu, 21 Nov 2002 15:24:45 +0000 (15:24 +0000)]
Adding tests for the bcmath extension

22 years agoForce showing the question
Marcus Boerger [Thu, 21 Nov 2002 15:09:45 +0000 (15:09 +0000)]
Force showing the question

22 years agoTest: An abstract function can be overwritten but not called
Marcus Boerger [Thu, 21 Nov 2002 15:06:54 +0000 (15:06 +0000)]
Test: An abstract function can be overwritten but not called

22 years agoMake it possible to test language features like newly introduced 'abstract'
Marcus Boerger [Thu, 21 Nov 2002 14:56:06 +0000 (14:56 +0000)]
Make it possible to test language features like newly introduced 'abstract'
independantly from debug mode.

22 years agoShow the name of the abstract method in the error.
Sebastian Bergmann [Thu, 21 Nov 2002 14:20:25 +0000 (14:20 +0000)]
Show the name of the abstract method in the error.

22 years agoFix prototype.
Sebastian Bergmann [Thu, 21 Nov 2002 14:16:57 +0000 (14:16 +0000)]
Fix prototype.

22 years agothe apache 1.x sapi read_posts tests for SG(read_post_bytes) being
Hartmut Holzgraefe [Thu, 21 Nov 2002 10:29:11 +0000 (10:29 +0000)]
the apache 1.x sapi read_posts tests for SG(read_post_bytes) being
counted up, so lets make it happy although this value is not really
needed in these cases ...

22 years agogrr..
James Cox [Wed, 20 Nov 2002 21:21:35 +0000 (21:21 +0000)]
grr..

22 years agoremove number.c from the win32 build..
James Cox [Wed, 20 Nov 2002 21:20:10 +0000 (21:20 +0000)]
remove number.c from the win32 build..

# did this on unix... shouldn't cause a problem, but vc can get picky.

22 years ago- CVS nuked number.* so we'll nuke it from the build:)
Andi Gutmans [Wed, 20 Nov 2002 21:16:39 +0000 (21:16 +0000)]
- CVS nuked number.* so we'll nuke it from the build:)

22 years agoAdding generated files to ignore list
Frank M. Kromann [Wed, 20 Nov 2002 20:29:21 +0000 (20:29 +0000)]
Adding generated files to ignore list

22 years ago- Revert previous patch
Andi Gutmans [Wed, 20 Nov 2002 20:03:01 +0000 (20:03 +0000)]
- Revert previous patch

22 years ago- Intermediate commit which works on making bcmath thread-safe.
Andi Gutmans [Wed, 20 Nov 2002 19:48:12 +0000 (19:48 +0000)]
- Intermediate commit which works on making bcmath thread-safe.

22 years ago- MFZE1: Disable leak() and crash() when not using debug mode
Derick Rethans [Wed, 20 Nov 2002 19:44:37 +0000 (19:44 +0000)]
- MFZE1: Disable leak() and crash() when not using debug mode

22 years ago- Add abstract methods
Andi Gutmans [Wed, 20 Nov 2002 19:15:36 +0000 (19:15 +0000)]
- Add abstract methods

22 years agoAdding path to resolv.lib
Frank M. Kromann [Wed, 20 Nov 2002 18:53:14 +0000 (18:53 +0000)]
Adding path to resolv.lib

22 years agoChanging line endings to CRLF. This allows the extension to build again.
Frank M. Kromann [Wed, 20 Nov 2002 18:39:39 +0000 (18:39 +0000)]
Changing line endings to CRLF. This allows the extension to build again.

22 years ago- Fix build (thanks Marcus)
Andi Gutmans [Wed, 20 Nov 2002 18:00:23 +0000 (18:00 +0000)]
- Fix build (thanks Marcus)
- Implement abstract methods, syntax:
-    abstract function foo($vars);
- I don't see any reason why modifiers such as static/public need to be
- used with abstract. PHP is weakly typed and there would be no meaning to
- this anyway. People who want a strictly typed compiled language are
- looking in the wrong place.

22 years agoAdd an error message to the ini handlers
Sascha Schumann [Wed, 20 Nov 2002 17:15:00 +0000 (17:15 +0000)]
Add an error message to the ini handlers

22 years agoadd protective checks to ini updates
Sascha Schumann [Wed, 20 Nov 2002 16:06:29 +0000 (16:06 +0000)]
add protective checks to ini updates

Noticed by: Derick Rethans <d.rethans@jdimedia.nl>
PR: #20284

22 years agoSwitched to a new parameter parsing API, which simplifies the code.
Ilia Alshanetsky [Wed, 20 Nov 2002 15:56:56 +0000 (15:56 +0000)]
Switched to a new parameter parsing API, which simplifies the code.
Made error reporting use php_error_docref().
Fixed a memory leak in shmop_open() when an invalid flag is specified.
Added tests for shmop() extension.

22 years agoOne Apache 1.3 line is enough
Sander Roobol [Wed, 20 Nov 2002 12:53:40 +0000 (12:53 +0000)]
One Apache 1.3 line is enough

22 years ago* convert to english
Stig Bakken [Wed, 20 Nov 2002 06:51:23 +0000 (06:51 +0000)]
* convert to english

22 years ago* fix doc for config-{set,get}
Stig Bakken [Wed, 20 Nov 2002 06:50:33 +0000 (06:50 +0000)]
* fix doc for config-{set,get}