]> granicus.if.org Git - php/log
php
22 years agobits/channels for gif
Marcus Boerger [Tue, 25 Jun 2002 21:22:14 +0000 (21:22 +0000)]
bits/channels for gif

22 years agochange the include_path setting to be in the php space instead
Tomas V.V.Cox [Tue, 25 Jun 2002 13:45:29 +0000 (13:45 +0000)]
change the include_path setting to be in the php space instead
of doing in the interpreter line (seems to break FreeBSD)

22 years agoshould compile on windows again
Christian Stocker [Tue, 25 Jun 2002 09:46:15 +0000 (09:46 +0000)]
should compile on windows again

22 years agoinclude libxml/parserInternals.h
Christian Stocker [Tue, 25 Jun 2002 09:19:20 +0000 (09:19 +0000)]
include libxml/parserInternals.h

22 years agoimageellipse is removed in 2.01
Marcus Boerger [Tue, 25 Jun 2002 09:00:09 +0000 (09:00 +0000)]
imageellipse is removed in 2.01
#maybe someone reintroduces this one in bundled lib?

22 years ago- Update NEWS
Derick Rethans [Tue, 25 Jun 2002 06:37:57 +0000 (06:37 +0000)]
- Update NEWS

22 years ago- Fix proto.
Markus Fischer [Tue, 25 Jun 2002 06:24:45 +0000 (06:24 +0000)]
- Fix proto.

22 years agoNEWS update
<changelog@php.net> [Tue, 25 Jun 2002 00:27:57 +0000 (00:27 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 25 Jun 2002 00:27:38 +0000 (00:27 +0000)]
ChangeLog update

22 years agoMinor cleanup.
foobar [Mon, 24 Jun 2002 22:43:47 +0000 (22:43 +0000)]
Minor cleanup.

22 years agomodified test3 (old one had a warning)
Marcus Boerger [Mon, 24 Jun 2002 22:22:42 +0000 (22:22 +0000)]
modified test3 (old one had a warning)

22 years agomissing return value
Marcus Boerger [Mon, 24 Jun 2002 22:00:22 +0000 (22:00 +0000)]
missing return value

22 years agocleanup
Marcus Boerger [Mon, 24 Jun 2002 20:51:52 +0000 (20:51 +0000)]
cleanup

22 years ago- MFZE1 (Turn off fast cache until we make sure it performs well.)
Andi Gutmans [Mon, 24 Jun 2002 19:41:06 +0000 (19:41 +0000)]
- MFZE1 (Turn off fast cache until we make sure it performs well.)

22 years agoregister IMAGETYPE_<xxx> constants in image.c as they are needed
Marcus Boerger [Mon, 24 Jun 2002 19:36:26 +0000 (19:36 +0000)]
register IMAGETYPE_<xxx> constants in image.c as they are needed
there.

22 years ago- Make functions not exist when they are not available. This means you can
Derick Rethans [Mon, 24 Jun 2002 19:31:44 +0000 (19:31 +0000)]
- Make functions not exist when they are not available. This means you can
  now safely do function_exists() on all gd functions.

22 years agoRevert to php_4_2_1 to get sablotron working again.
Marko Karppinen [Mon, 24 Jun 2002 19:31:31 +0000 (19:31 +0000)]
Revert to php_4_2_1 to get sablotron working again.
# Sterling, please fix the DOM stuff asap so we can enjoy
# the new functionality!

22 years ago@GetImageSize now allways set fields unknown to 0 and new Imagetype
Marcus Boerger [Mon, 24 Jun 2002 19:19:08 +0000 (19:19 +0000)]
@GetImageSize now allways set fields unknown to 0 and new Imagetype
@iff. (Marcus)

22 years ago- More fixes (warnings, bug fixes etc.)
Andi Gutmans [Mon, 24 Jun 2002 18:49:13 +0000 (18:49 +0000)]
- More fixes (warnings, bug fixes etc.)

22 years agoadded some points to the todo list
Christian Stocker [Mon, 24 Jun 2002 18:02:48 +0000 (18:02 +0000)]
added some points to the todo list

22 years ago- Revert patch which checks at run-time if you're allowed to assign
Andi Gutmans [Mon, 24 Jun 2002 17:58:22 +0000 (17:58 +0000)]
- Revert patch which checks at run-time if you're allowed to assign
- certain values by reference.
- We still need to find a solution for cases when this shouldn't be allowed
- as it might cause leaks.

22 years ago- Fix crash bug and clean up a bit.
Andi Gutmans [Mon, 24 Jun 2002 17:47:46 +0000 (17:47 +0000)]
- Fix crash bug and clean up a bit.

22 years agoIMHO, ZTS should no longer be labeled experimental.
Sebastian Bergmann [Mon, 24 Jun 2002 16:10:33 +0000 (16:10 +0000)]
IMHO, ZTS should no longer be labeled experimental.

22 years ago@ Add runtime Apache2 thread check to ensure we don't run a non-threaded
Rasmus Lerdorf [Mon, 24 Jun 2002 16:04:20 +0000 (16:04 +0000)]
@ Add runtime Apache2 thread check to ensure we don't run a non-threaded
@ PHP inside a threaded Apache2 MPM.  (Rasmus)

22 years ago* Rephrase help text.
Martin Jansen [Mon, 24 Jun 2002 16:03:45 +0000 (16:03 +0000)]
* Rephrase help text.

22 years ago@ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)
Rasmus Lerdorf [Mon, 24 Jun 2002 14:51:01 +0000 (14:51 +0000)]
@ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)

22 years ago- gethostname() is found in glibc (at least on Linux) and the yp_* funcs
foobar [Mon, 24 Jun 2002 14:36:09 +0000 (14:36 +0000)]
- gethostname() is found in glibc (at least on Linux) and the yp_* funcs
  are in libnsl. Fixes bug: #17941

22 years ago- MFZE1
Andi Gutmans [Mon, 24 Jun 2002 13:45:21 +0000 (13:45 +0000)]
- MFZE1

22 years ago- Don't use cache if we're using ZEND_MM
Andi Gutmans [Mon, 24 Jun 2002 13:41:26 +0000 (13:41 +0000)]
- Don't use cache if we're using ZEND_MM

22 years ago- Hardcode alignment to 8. We might need a configure check for this.
Andi Gutmans [Mon, 24 Jun 2002 13:21:49 +0000 (13:21 +0000)]
- Hardcode alignment to 8. We might need a configure check for this.

22 years ago- Improve memory manager to allocate small blocks quickly.
Andi Gutmans [Mon, 24 Jun 2002 12:39:08 +0000 (12:39 +0000)]
- Improve memory manager to allocate small blocks quickly.

22 years agoFixed PHP_ADD_LIBRARY_DEFER_WITH_PATH to work with shared builds.
foobar [Mon, 24 Jun 2002 11:36:21 +0000 (11:36 +0000)]
Fixed PHP_ADD_LIBRARY_DEFER_WITH_PATH to work with shared builds.

22 years agoNo need to have multiple AC_CHECK_FUNCS calls
foobar [Mon, 24 Jun 2002 09:25:51 +0000 (09:25 +0000)]
No need to have multiple AC_CHECK_FUNCS calls

22 years ago- Don't keep allocated blocks in a linked list if we're in non-debug mode
Andi Gutmans [Mon, 24 Jun 2002 07:22:25 +0000 (07:22 +0000)]
- Don't keep allocated blocks in a linked list if we're in non-debug mode
- as now the memory manager takes care to nuke all leaking blocks.

22 years ago- MFZE1
Andi Gutmans [Mon, 24 Jun 2002 07:11:12 +0000 (07:11 +0000)]
- MFZE1

22 years agoiterate through passed arguments
Sascha Schumann [Mon, 24 Jun 2002 03:05:00 +0000 (03:05 +0000)]
iterate through passed arguments

22 years agoChangeLog update
<changelog@php.net> [Mon, 24 Jun 2002 00:24:35 +0000 (00:24 +0000)]
ChangeLog update

22 years agoAllow dynamically compiled extensions to use gettimeofday() on win32.
Edin Kadribasic [Sun, 23 Jun 2002 23:22:33 +0000 (23:22 +0000)]
Allow dynamically compiled extensions to use gettimeofday() on win32.

22 years agostandardize a bit (we know its enabled :)
Sterling Hughes [Sun, 23 Jun 2002 22:44:29 +0000 (22:44 +0000)]
standardize a bit (we know its enabled :)

22 years agoexplain difference between sprintf, snprintf and spprintf
Marcus Boerger [Sun, 23 Jun 2002 22:16:35 +0000 (22:16 +0000)]
explain difference between sprintf, snprintf and spprintf
#before complaining snprintf is often used wrong:
#snprintf does not terminate the buffer but most people expect it
#that could be a security isuue at somewhere

22 years ago#some sentences about the functions
Marcus Boerger [Sun, 23 Jun 2002 22:12:22 +0000 (22:12 +0000)]
#some sentences about the functions

22 years ago-freeing memory for pbuf=NULL
Marcus Boerger [Sun, 23 Jun 2002 22:10:30 +0000 (22:10 +0000)]
-freeing memory for pbuf=NULL
#should have been one commit but to many versions during tests

22 years ago-allow pbuf = NULL in case of NO MEMORY, too
Marcus Boerger [Sun, 23 Jun 2002 22:06:52 +0000 (22:06 +0000)]
-allow pbuf = NULL in case of NO MEMORY, too

22 years ago-allways terminate buffer
Marcus Boerger [Sun, 23 Jun 2002 22:02:35 +0000 (22:02 +0000)]
-allways terminate buffer
-allow pbuf parameter to be NULL for buffer size calculation

22 years agosome people would prefer to be able to specify. So, we specify --ZendEngine2 for...
James Cox [Sun, 23 Jun 2002 16:31:54 +0000 (16:31 +0000)]
some people would prefer to be able to specify. So, we specify --ZendEngine2 for ZE2 builds, Zend for the rest.

22 years agochanging this to mv ZendEngine2 Zend instead of shell logic that isn't portable.
James Cox [Sun, 23 Jun 2002 15:47:40 +0000 (15:47 +0000)]
changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.

22 years ago- Fix problem with constructor not being inherited and called correctly.
Andi Gutmans [Sun, 23 Jun 2002 15:46:58 +0000 (15:46 +0000)]
- Fix problem with constructor not being inherited and called correctly.

22 years ago- Fix small bug
Andi Gutmans [Sun, 23 Jun 2002 10:49:21 +0000 (10:49 +0000)]
- Fix small bug

22 years ago- Almost completely implement realloc(). It now resizes in place when
Andi Gutmans [Sun, 23 Jun 2002 10:46:27 +0000 (10:46 +0000)]
- Almost completely implement realloc(). It now resizes in place when
- possible.

22 years ago-unlimited php_printf
Marcus Boerger [Sun, 23 Jun 2002 00:57:01 +0000 (00:57 +0000)]
-unlimited php_printf

22 years ago-imagetype2mimetype renamed to image_type_to_mime_type
Marcus Boerger [Sun, 23 Jun 2002 00:43:11 +0000 (00:43 +0000)]
-imagetype2mimetype renamed to image_type_to_mime_type

22 years ago-new test for WinXP tags
Marcus Boerger [Sun, 23 Jun 2002 00:39:34 +0000 (00:39 +0000)]
-new test for WinXP tags

22 years ago-fix test results
Marcus Boerger [Sun, 23 Jun 2002 00:38:25 +0000 (00:38 +0000)]
-fix test results

22 years ago-make it run again
Marcus Boerger [Sun, 23 Jun 2002 00:37:16 +0000 (00:37 +0000)]
-make it run again

22 years ago-compiler warning (missing data type)
Marcus Boerger [Sun, 23 Jun 2002 00:34:47 +0000 (00:34 +0000)]
-compiler warning (missing data type)

22 years ago-corrected test result
Marcus Boerger [Sun, 23 Jun 2002 00:26:34 +0000 (00:26 +0000)]
-corrected test result

22 years agoNEWS update
<changelog@php.net> [Sun, 23 Jun 2002 00:24:35 +0000 (00:24 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 23 Jun 2002 00:24:17 +0000 (00:24 +0000)]
ChangeLog update

22 years ago-exif version
Marcus Boerger [Sat, 22 Jun 2002 23:43:16 +0000 (23:43 +0000)]
-exif version
-missing constant (and notice)
-corrected error messages

22 years ago@exif_read_data returns mime-type now for image and thumbnail And exif_thumbnail...
Marcus Boerger [Sat, 22 Jun 2002 18:38:33 +0000 (18:38 +0000)]
@exif_read_data returns mime-type now for image and thumbnail And exif_thumbnail now optionally returns imagetype. (Marcus)
#So now you can use imagetype2filetype with exif_thumbnail

22 years ago@GetImageSize now returns additional index 'MimeType' and new function
Marcus Boerger [Sat, 22 Jun 2002 18:14:39 +0000 (18:14 +0000)]
@GetImageSize now returns additional index 'MimeType' and new function
@imagetype2mimetype to convert php imagetypes to mime-types. (Marcus)
#the reason why i export php_imagetype2mimetype is that i use that for
#exif, too. Followup example will explain why.

22 years agows fix
Marcus Boerger [Sat, 22 Jun 2002 17:09:28 +0000 (17:09 +0000)]
ws fix

22 years ago- Fix crash when zend_mm_shutdown is called more than once.
Andi Gutmans [Sat, 22 Jun 2002 16:09:15 +0000 (16:09 +0000)]
- Fix crash when zend_mm_shutdown is called more than once.

22 years agoBetter not include ldap_parse_result() and ldap_start_tls() at all in
Stig Venaas [Sat, 22 Jun 2002 15:41:39 +0000 (15:41 +0000)]
Better not include ldap_parse_result() and ldap_start_tls() at all in
the symbol table when they are not usable. Makes it possible to check
on their usability.

22 years agoMade php_admin_value work outside <location> and <directory> blocks.
Sander Roobol [Sat, 22 Jun 2002 15:31:44 +0000 (15:31 +0000)]
Made php_admin_value work outside <location> and <directory> blocks.

22 years ago- MFZE1
Andi Gutmans [Sat, 22 Jun 2002 14:37:49 +0000 (14:37 +0000)]
- MFZE1

22 years ago- Revert WS changes
Andi Gutmans [Sat, 22 Jun 2002 13:59:13 +0000 (13:59 +0000)]
- Revert WS changes

22 years ago- This shouldn't have snuck in.
Andi Gutmans [Sat, 22 Jun 2002 13:58:32 +0000 (13:58 +0000)]
- This shouldn't have snuck in.

22 years ago- Stop using persist_alloc().
Andi Gutmans [Sat, 22 Jun 2002 13:53:44 +0000 (13:53 +0000)]
- Stop using persist_alloc().

22 years ago- Nuke persist_alloc().
Andi Gutmans [Sat, 22 Jun 2002 13:52:07 +0000 (13:52 +0000)]
- Nuke persist_alloc().

22 years agoAdded test for ldap_start_tls_s()
Stig Venaas [Sat, 22 Jun 2002 11:41:36 +0000 (11:41 +0000)]
Added test for ldap_start_tls_s()

22 years agosmall fix in preprocessor directive
Den V. Tsopa [Sat, 22 Jun 2002 08:01:57 +0000 (08:01 +0000)]
small fix in preprocessor directive

22 years agoNEWS update
<changelog@php.net> [Sat, 22 Jun 2002 00:28:07 +0000 (00:28 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 22 Jun 2002 00:24:42 +0000 (00:24 +0000)]
ChangeLog update

22 years ago- Fix ZTS build, see #17915.
Markus Fischer [Fri, 21 Jun 2002 22:22:46 +0000 (22:22 +0000)]
- Fix ZTS build, see #17915.

22 years agoFixing the same possible memory leak.
Stefan Esser [Fri, 21 Jun 2002 14:47:59 +0000 (14:47 +0000)]
Fixing the same possible memory leak.

22 years agoMade pgsql compile on win32 again.
Edin Kadribasic [Fri, 21 Jun 2002 13:11:47 +0000 (13:11 +0000)]
Made pgsql compile on win32 again.
All defines regarding libpq capabilities are kept in ext/pgsql/pgsql.dsp
where HAVE_PQESCAPE is already defined.

22 years ago* typo
Stig Bakken [Fri, 21 Jun 2002 13:11:04 +0000 (13:11 +0000)]
* typo

22 years agoremoved CONST_EFREE_PERSISTENT so that andi can commit his patch
Harald Radi [Fri, 21 Jun 2002 10:43:45 +0000 (10:43 +0000)]
removed CONST_EFREE_PERSISTENT so that andi can commit his patch

# _now_ it should work

22 years agoremoved CONST_EFREE_PERSISTENT so that andi can commit his patch
Harald Radi [Fri, 21 Jun 2002 10:35:33 +0000 (10:35 +0000)]
removed CONST_EFREE_PERSISTENT so that andi can commit his patch

# second try

22 years agoremoved CONST_EFREE_PERSISTENT so that andi can commit his patch
Harald Radi [Fri, 21 Jun 2002 10:02:26 +0000 (10:02 +0000)]
removed CONST_EFREE_PERSISTENT so that andi can commit his patch

# this is one of these nice patches where you only remove something :)
# i still don't get what CONST_EFREE_PERSISTENT should have done
# there but the cvs log says that i can blame zeev :-P

22 years ago- Added a new parameter to the header() function which overrides the HTTP
Derick Rethans [Fri, 21 Jun 2002 09:31:21 +0000 (09:31 +0000)]
- Added a new parameter to the header() function which overrides the HTTP
  response code.
@- Added a new parameter to the header() function which overrides the HTTP
@  response code. (Derick)

22 years ago* bending over backwards to find sensible defaults
Stig Bakken [Fri, 21 Jun 2002 06:08:54 +0000 (06:08 +0000)]
* bending over backwards to find sensible defaults

22 years agoChangeLog update
<changelog@php.net> [Fri, 21 Jun 2002 00:20:31 +0000 (00:20 +0000)]
ChangeLog update

22 years agoMake this extension compile as shared extension too.
foobar [Fri, 21 Jun 2002 00:15:48 +0000 (00:15 +0000)]
Make this extension compile as shared extension too.

22 years agoZTS fixes
Sander Roobol [Thu, 20 Jun 2002 20:13:20 +0000 (20:13 +0000)]
ZTS fixes
# if this breaks something, please let me know... i've got really no
# idea what i'm doing but this fixes the ZTS build :)

22 years agooops..
James Cox [Thu, 20 Jun 2002 08:42:08 +0000 (08:42 +0000)]
oops..

22 years agomake "make snapshot" work again..
James Cox [Thu, 20 Jun 2002 08:36:48 +0000 (08:36 +0000)]
make "make snapshot" work again..
# is this actually used?

22 years agofixing to permit builds with ZE2
James Cox [Thu, 20 Jun 2002 08:21:20 +0000 (08:21 +0000)]
fixing to permit builds with ZE2

22 years ago- take version of libxslt and libxml from runtime variables to make
Uwe Steinmann [Thu, 20 Jun 2002 05:48:45 +0000 (05:48 +0000)]
- take version of libxslt and libxml from runtime variables to make
  sure the reported versions correspond to the actually installed
versions of libxml and libxslt

22 years agoChangeLog update
<changelog@php.net> [Thu, 20 Jun 2002 00:27:26 +0000 (00:27 +0000)]
ChangeLog update

22 years ago- Force params to version_compare() to be strings, otherwise some
Tomas V.V.Cox [Wed, 19 Jun 2002 23:38:59 +0000 (23:38 +0000)]
- Force params to version_compare() to be strings, otherwise some
  comparations will fail (ex. 0.9 will be equal to 0.90)
- Other minor cleanup's

22 years agoDo NOT allow install packages with errors in its description file
Tomas V.V.Cox [Wed, 19 Jun 2002 22:51:29 +0000 (22:51 +0000)]
Do NOT allow install packages with errors in its description file

22 years agocorrect handling/generating of php_mbstr_default_identify_list
Marcus Boerger [Wed, 19 Jun 2002 21:55:42 +0000 (21:55 +0000)]
correct handling/generating of php_mbstr_default_identify_list

22 years ago- This was also supposed to be part of the previous ZEND_MM commit :)
Andi Gutmans [Wed, 19 Jun 2002 16:53:49 +0000 (16:53 +0000)]
- This was also supposed to be part of the previous ZEND_MM commit :)

22 years ago- Oops, this was supposed to be part of the previous #ifdef ZEND_MM change
Andi Gutmans [Wed, 19 Jun 2002 16:53:06 +0000 (16:53 +0000)]
- Oops, this was supposed to be part of the previous #ifdef ZEND_MM change

22 years ago- Use #ifdef for ZEND_MM
Andi Gutmans [Wed, 19 Jun 2002 16:29:07 +0000 (16:29 +0000)]
- Use #ifdef for ZEND_MM

22 years ago- Make sure MAX is defined
Andi Gutmans [Wed, 19 Jun 2002 16:13:39 +0000 (16:13 +0000)]
- Make sure MAX is defined

22 years ago- Make domxml_xslt_process() working again.
Christian Stocker [Wed, 19 Jun 2002 15:12:14 +0000 (15:12 +0000)]
- Make domxml_xslt_process() working again.

22 years agoMade the API versions appear better on phpinfo();
Sander Roobol [Wed, 19 Jun 2002 13:24:01 +0000 (13:24 +0000)]
Made the API versions appear better on phpinfo();