]> granicus.if.org Git - php/log
php
23 years agoThis works better.
foobar [Tue, 3 Jul 2001 21:09:16 +0000 (21:09 +0000)]
This works better.

23 years agoThis module is no longer experimental
Frank M. Kromann [Tue, 3 Jul 2001 18:45:11 +0000 (18:45 +0000)]
This module is no longer experimental

23 years agofixed an argument in example of ext/xslt.
Rui Hirokawa [Tue, 3 Jul 2001 16:59:46 +0000 (16:59 +0000)]
fixed an argument in example of ext/xslt.

23 years ago- fixed bug in pdf_open_image_file when using images as masks.
Rainer Schaaf [Tue, 3 Jul 2001 14:35:08 +0000 (14:35 +0000)]
- fixed bug in pdf_open_image_file when using images as masks.
- clean up some comments

23 years agoSmall fixes.
Sterling Hughes [Tue, 3 Jul 2001 12:16:03 +0000 (12:16 +0000)]
Small fixes.

23 years agoWrite-Patch by Alexander for bug reported by Yavor
Christian Stocker [Tue, 3 Jul 2001 09:34:35 +0000 (09:34 +0000)]
Write-Patch by Alexander for bug reported by Yavor

23 years agoTrivial fix - but the period looks odd in error messages
Rasmus Lerdorf [Tue, 3 Jul 2001 04:18:38 +0000 (04:18 +0000)]
Trivial fix - but the period looks odd in error messages

23 years agoFix a major thread safety bug in the output mechanism
Zeev Suraski [Mon, 2 Jul 2001 18:17:10 +0000 (18:17 +0000)]
Fix a major thread safety bug in the output mechanism
@- Fixed a major memory corruption bug in the thread safe version (Zeev)

23 years agoMissing constant.
foobar [Mon, 2 Jul 2001 12:49:21 +0000 (12:49 +0000)]
Missing constant.

23 years agoFix FastCGI shutdown for MacOSX, it didn't want to die.
Ben Mansell [Mon, 2 Jul 2001 12:37:47 +0000 (12:37 +0000)]
Fix FastCGI shutdown for MacOSX, it didn't want to die.

23 years agoFix possible corruption problem with curl_errno() and curl_error()
Sterling Hughes [Mon, 2 Jul 2001 12:08:21 +0000 (12:08 +0000)]
Fix possible corruption problem with curl_errno() and curl_error()

23 years agoFix mispell.
Sterling Hughes [Mon, 2 Jul 2001 11:56:08 +0000 (11:56 +0000)]
Fix mispell.

23 years ago- Fixed proto's (Patch by Zak)
Derick Rethans [Mon, 2 Jul 2001 11:11:58 +0000 (11:11 +0000)]
- Fixed proto's (Patch by Zak)

23 years agoMoved Config-Package from Experimental to main-directory, since noone complained...
Christian Stocker [Mon, 2 Jul 2001 09:14:28 +0000 (09:14 +0000)]
Moved Config-Package from Experimental to main-directory, since noone complained about it ;)

23 years agofixed a link problem of shared extension module in ext/xslt.
Rui Hirokawa [Mon, 2 Jul 2001 01:55:43 +0000 (01:55 +0000)]
fixed a link problem of shared extension module in ext/xslt.

23 years agoPHPAPI-ize php_var_* functions
Daniel Beulshausen [Sun, 1 Jul 2001 20:18:51 +0000 (20:18 +0000)]
PHPAPI-ize php_var_* functions
# need this for shm*

23 years agofix some popen trouble
Daniel Beulshausen [Sun, 1 Jul 2001 20:08:21 +0000 (20:08 +0000)]
fix some popen trouble

23 years agoFix for #11821.
Sebastian Bergmann [Sun, 1 Jul 2001 14:15:49 +0000 (14:15 +0000)]
Fix for #11821.

23 years agoRemove unused variable.
Sean Bright [Sun, 1 Jul 2001 14:07:44 +0000 (14:07 +0000)]
Remove unused variable.

23 years agomhash_keygen_s2k() overwrote the limits of a statically allocated buffer
Sascha Schumann [Sun, 1 Jul 2001 11:20:56 +0000 (11:20 +0000)]
mhash_keygen_s2k() overwrote the limits of a statically allocated buffer
for long salts.  We truncate the salt now appropiately.

PR: #11817

23 years agoFix for bug #11796. Also, fixed a problem in get_meta_tags that required
Sean Bright [Sat, 30 Jun 2001 20:07:12 +0000 (20:07 +0000)]
Fix for bug #11796.  Also, fixed a problem in get_meta_tags that required
NAME and CONTENT to be in that order.  Meta tags with no CONTENT attribute
are now added to the array as empty strings.  Meta tags with no NAME
attribute are ignored.

23 years agoMake the FastCGI module behave nicer when trying to shut it down. If you
Ben Mansell [Sat, 30 Jun 2001 17:03:52 +0000 (17:03 +0000)]
Make the FastCGI module behave nicer when trying to shut it down. If you
kill the parent process, then it will kill all its kiddies for you.
Also, now refuses to run as a CGI (since it doesn't work that way), and
corrected a few debug messages.

23 years agoTest commit
Sascha Schumann [Sat, 30 Jun 2001 13:25:13 +0000 (13:25 +0000)]
Test commit

23 years ago- Fix the memory limit fix.
Andi Gutmans [Sat, 30 Jun 2001 07:58:34 +0000 (07:58 +0000)]
- Fix the memory limit fix.

23 years agoIf no backend is specified, bail out.
foobar [Sat, 30 Jun 2001 00:48:35 +0000 (00:48 +0000)]
If no backend is specified, bail out.

23 years agoNow all these options should behave the same.
foobar [Sat, 30 Jun 2001 00:38:06 +0000 (00:38 +0000)]
Now all these options should behave the same.

23 years ago- Remove bogus comment.
Andi Gutmans [Fri, 29 Jun 2001 20:42:02 +0000 (20:42 +0000)]
- Remove bogus comment.

23 years agosuppress sending of cookies if session id already came
Hartmut Holzgraefe [Fri, 29 Jun 2001 05:27:57 +0000 (05:27 +0000)]
suppress sending of cookies if session id already came
from a non-cookie source

23 years agoFixed bug: #11728. Error message was cleared before outputted in pg_pconnect()
foobar [Fri, 29 Jun 2001 03:12:06 +0000 (03:12 +0000)]
Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect()

23 years agoThis file needed an update..
foobar [Fri, 29 Jun 2001 02:32:19 +0000 (02:32 +0000)]
This file needed an update..

23 years agoFix memory_limit, kill warning
Zeev Suraski [Fri, 29 Jun 2001 00:36:34 +0000 (00:36 +0000)]
Fix memory_limit, kill warning

23 years agoFix warnings
Zeev Suraski [Thu, 28 Jun 2001 23:40:44 +0000 (23:40 +0000)]
Fix warnings

23 years agostandard .h protection
Zeev Suraski [Thu, 28 Jun 2001 23:28:25 +0000 (23:28 +0000)]
standard .h protection

23 years ago- Fix for bug #11775: Typo in cpdf.c
Derick Rethans [Thu, 28 Jun 2001 21:59:26 +0000 (21:59 +0000)]
- Fix for bug #11775: Typo in cpdf.c

23 years agochanged CLSIDfromProgId to CLSIDfromString
Harald Radi [Thu, 28 Jun 2001 21:26:20 +0000 (21:26 +0000)]
changed CLSIDfromProgId to CLSIDfromString

23 years agoAdding new function to convert from binary to GUID format
Frank M. Kromann [Thu, 28 Jun 2001 16:59:17 +0000 (16:59 +0000)]
Adding new function to convert from binary to GUID format

23 years agolet this be more userfriendly.
foobar [Thu, 28 Jun 2001 15:16:28 +0000 (15:16 +0000)]
let this be more userfriendly.

23 years agoadded in note to fix for odbc_fetch_into
Dan Kalowsky [Thu, 28 Jun 2001 14:28:27 +0000 (14:28 +0000)]
added in note to fix for odbc_fetch_into
# could have sworn i did this before... but ahh well..

23 years agoUpdate NEWS, test cvs commit
Zeev Suraski [Wed, 27 Jun 2001 20:04:39 +0000 (20:04 +0000)]
Update NEWS, test cvs commit

23 years agoUpdate NEWS, test new CVS server
Zeev Suraski [Wed, 27 Jun 2001 19:58:02 +0000 (19:58 +0000)]
Update NEWS, test new CVS server

23 years agoFix leak in the patch, and revert a couple of lines I didn't mean to commit
Zeev Suraski [Wed, 27 Jun 2001 15:47:31 +0000 (15:47 +0000)]
Fix leak in the patch, and revert a couple of lines I didn't mean to commit

23 years ago- Warn about illegal offsets
Zeev Suraski [Wed, 27 Jun 2001 15:40:49 +0000 (15:40 +0000)]
- Warn about illegal offsets
- Allow assignments to uninitialized string offsets (automatically pads the
  string with spaces)

23 years agoFix UNC path handling
Zeev Suraski [Wed, 27 Jun 2001 14:30:02 +0000 (14:30 +0000)]
Fix UNC path handling

23 years ago# leftovers
Sterling Hughes [Tue, 26 Jun 2001 22:49:54 +0000 (22:49 +0000)]
# leftovers

23 years agoMaking logging optional.
Sterling Hughes [Tue, 26 Jun 2001 22:48:44 +0000 (22:48 +0000)]
Making logging optional.

23 years agoFixed autoconversion of negative values to double (Fix bug #11685)
Zeev Suraski [Tue, 26 Jun 2001 21:11:35 +0000 (21:11 +0000)]
Fixed autoconversion of negative values to double (Fix bug #11685)

23 years agoMake info look more like mysql's output.
Joey Smith [Tue, 26 Jun 2001 21:00:13 +0000 (21:00 +0000)]
Make info look more like mysql's output.

23 years agoAdded charset support.
Joey Smith [Tue, 26 Jun 2001 20:56:03 +0000 (20:56 +0000)]
Added charset support.

23 years agoFix bug #11678
Zeev Suraski [Tue, 26 Jun 2001 18:30:31 +0000 (18:30 +0000)]
Fix bug #11678

23 years agospecial offer... 0 out a structure, and remove a crash bug...
Sterling Hughes [Tue, 26 Jun 2001 18:20:28 +0000 (18:20 +0000)]
special offer... 0 out a structure, and remove a crash bug...

# Offer only available between 6/30/2001 - 7/14/2001, Exclusively for
# cvs committers

23 years ago- Fix crash bug (fix by Jani).
Andi Gutmans [Tue, 26 Jun 2001 15:19:47 +0000 (15:19 +0000)]
- Fix crash bug (fix by Jani).

23 years agofix bug: #11693. Some systems have crypt() in libc.
foobar [Tue, 26 Jun 2001 14:36:45 +0000 (14:36 +0000)]
fix bug: #11693. Some systems have crypt() in libc.

23 years agoFix Win32 build
Zeev Suraski [Tue, 26 Jun 2001 13:33:24 +0000 (13:33 +0000)]
Fix Win32 build

23 years agoSimplify this and fix bug: #11654
foobar [Tue, 26 Jun 2001 11:35:34 +0000 (11:35 +0000)]
Simplify this and fix bug: #11654

23 years agoNo need for this constant.
foobar [Tue, 26 Jun 2001 10:39:15 +0000 (10:39 +0000)]
No need for this constant.

23 years agoAdded an optional 2nd parameter 'readall' to read_exif_data.
foobar [Tue, 26 Jun 2001 09:52:54 +0000 (09:52 +0000)]
Added an optional 2nd parameter 'readall' to read_exif_data.

23 years agoAdd update that Changelog missed
Jason Greene [Tue, 26 Jun 2001 06:09:37 +0000 (06:09 +0000)]
Add update that Changelog missed

23 years agoThis test won't work without these libs. Also, it might fail for other
foobar [Tue, 26 Jun 2001 05:50:42 +0000 (05:50 +0000)]
This test won't work without these libs. Also, it might fail for other
reasons too.

23 years ago*BSD doesn't have SIGPOLL or SIGPWR
Jason Greene [Tue, 26 Jun 2001 04:54:47 +0000 (04:54 +0000)]
*BSD doesn't have SIGPOLL or SIGPWR

23 years agoBunch of fixes, tested a bit, folks, please test with your scripts. changes
Sterling Hughes [Tue, 26 Jun 2001 04:19:39 +0000 (04:19 +0000)]
Bunch of fixes, tested a bit, folks, please test with your scripts.  changes
include nuking unnecessary extra copies, fixing handling of optional args,
adding an additional argument.

also, fix  socket_read() which used the php_read function by
default (by default, reading 4k would cause 4k calls to the read() function),
now it uses the system's built-in read() function, only uses php_read()
when its explicitly specified.

23 years agoFix casting wierdness that broke compiled code with Sun CC.
Jason Greene [Mon, 25 Jun 2001 17:56:23 +0000 (17:56 +0000)]
Fix casting wierdness that broke compiled code with Sun CC.
(Also easier to read)

23 years ago@ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)
Sterling Hughes [Mon, 25 Jun 2001 15:14:20 +0000 (15:14 +0000)]
@ Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)

# Folks please test, I've tested a limited amount of test cases, however,
# this change is far reaching, so I couldn't test all the necessary things

23 years agoSecurity fix in Udm_Set_Agent_Param function.
Sergey Kartashoff [Mon, 25 Jun 2001 11:36:42 +0000 (11:36 +0000)]
Security fix in Udm_Set_Agent_Param function.

23 years agoadded missing include
foobar [Sun, 24 Jun 2001 23:29:13 +0000 (23:29 +0000)]
added missing include

23 years agoadded new com entries
Harald Radi [Sun, 24 Jun 2001 22:40:41 +0000 (22:40 +0000)]
added new com entries

23 years agoadded verbose ini entry
Harald Radi [Sun, 24 Jun 2001 22:20:28 +0000 (22:20 +0000)]
added verbose ini entry

23 years agoThe extension name seems to be usually totally lower-cased.
foobar [Sun, 24 Jun 2001 22:18:51 +0000 (22:18 +0000)]
The extension name seems to be usually totally lower-cased.

23 years agoA little typo here.. :)
foobar [Sun, 24 Jun 2001 22:00:45 +0000 (22:00 +0000)]
A little typo here.. :)

23 years agoadded missing ending fold tag.
foobar [Sun, 24 Jun 2001 21:58:47 +0000 (21:58 +0000)]
added missing ending fold tag.

23 years agoadapted to changes from com module
Harald Radi [Sun, 24 Jun 2001 21:20:23 +0000 (21:20 +0000)]
adapted to changes from com module

23 years agocast error
Harald Radi [Sun, 24 Jun 2001 21:19:49 +0000 (21:19 +0000)]
cast error

23 years agoRemove bogus use of volatile and add a note about using inet_ntop
Sascha Schumann [Sun, 24 Jun 2001 21:16:21 +0000 (21:16 +0000)]
Remove bogus use of volatile and add a note about using inet_ntop
instead.

23 years agofixed bug that resource was freed twice
Harald Radi [Sun, 24 Jun 2001 21:10:08 +0000 (21:10 +0000)]
fixed bug that resource was freed twice

23 years agocleanup
Harald Radi [Sun, 24 Jun 2001 21:09:32 +0000 (21:09 +0000)]
cleanup

23 years agocleanup
Harald Radi [Sun, 24 Jun 2001 21:09:17 +0000 (21:09 +0000)]
cleanup
added some macros

23 years agoadded variant.h
Harald Radi [Sun, 24 Jun 2001 21:08:30 +0000 (21:08 +0000)]
added variant.h

23 years agoHopefully fix leaks...
Sterling Hughes [Sun, 24 Jun 2001 17:50:16 +0000 (17:50 +0000)]
Hopefully fix leaks...

23 years agofixed bug: #11641
foobar [Sun, 24 Jun 2001 15:56:05 +0000 (15:56 +0000)]
fixed bug: #11641

23 years agoThis is better looking. Other options use the same.
foobar [Sun, 24 Jun 2001 12:53:17 +0000 (12:53 +0000)]
This is better looking. Other options use the same.

23 years ago- Bump Zend version
Andi Gutmans [Sun, 24 Jun 2001 03:54:11 +0000 (03:54 +0000)]
- Bump Zend version

23 years agoCheck for PHP_SIGCHILD only if any of oracle libs is enabled.
foobar [Sun, 24 Jun 2001 03:29:50 +0000 (03:29 +0000)]
Check for PHP_SIGCHILD only if any of oracle libs is enabled.

23 years agoadded missing file
foobar [Sun, 24 Jun 2001 00:38:53 +0000 (00:38 +0000)]
added missing file

23 years agoSupport for handling multiple concurrent requests.
Sascha Schumann [Sat, 23 Jun 2001 16:27:56 +0000 (16:27 +0000)]
Support for handling multiple concurrent requests.

23 years agoUpdate NEWS
Zeev Suraski [Sat, 23 Jun 2001 13:48:19 +0000 (13:48 +0000)]
Update NEWS

23 years agoFixed memory leak in ldap_first_attribute(), ldap_next_attribute(),
Stig Venaas [Sat, 23 Jun 2001 13:43:20 +0000 (13:43 +0000)]
Fixed memory leak in ldap_first_attribute(), ldap_next_attribute(),
ldap_get_attributes(), ldap_get_dn() and ldap_dn2ufn() when using post
RFC 1823 API. Still more leaks to fix.

23 years agofix build.
foobar [Sat, 23 Jun 2001 11:26:24 +0000 (11:26 +0000)]
fix build.

23 years agoMoved some messages to the end of configure process so they are easier
foobar [Sat, 23 Jun 2001 10:21:00 +0000 (10:21 +0000)]
Moved some messages to the end of configure process so they are easier
to notice.

23 years ago@added optional suffix removal parameter to basename() (Hartmut)
Hartmut Holzgraefe [Sat, 23 Jun 2001 00:51:03 +0000 (00:51 +0000)]
@added optional suffix removal parameter to basename()   (Hartmut)
added optional suffix removal parameter to basename()
this makes it more simmilar to the basename command

23 years agoAccomodate an Apache API change
Sascha Schumann [Fri, 22 Jun 2001 23:20:49 +0000 (23:20 +0000)]
Accomodate an Apache API change

23 years agoMake it possible to build this extension as shared module.
foobar [Fri, 22 Jun 2001 15:52:25 +0000 (15:52 +0000)]
Make it possible to build this extension as shared module.

23 years agoMake it possible to build mysql extension as shared module.
foobar [Fri, 22 Jun 2001 15:03:10 +0000 (15:03 +0000)]
Make it possible to build mysql extension as shared module.

23 years agomnoGoSearch module test example updates
Sergey Kartashoff [Fri, 22 Jun 2001 08:54:31 +0000 (08:54 +0000)]
mnoGoSearch module test example updates

23 years agoA new parameter UDM_PARAM_VARDIR has been added in
Sergey Kartashoff [Fri, 22 Jun 2001 08:43:24 +0000 (08:43 +0000)]
A new parameter UDM_PARAM_VARDIR has been added in
Udm_Set_Agent_Param function to support alternative search data directory.
This requires mnogoSearch 3.1.13 or later.
@- A new parameter UDM_PARAM_VARDIR has been added in
@  Udm_Set_Agent_Param function to support alternative search data directory.
@  This requires mnogoSearch 3.1.13 or later.

23 years agodup fds before fdopen'ing them, so that people cannot deliberately
Sascha Schumann [Fri, 22 Jun 2001 07:07:48 +0000 (07:07 +0000)]
dup fds before fdopen'ing them, so that people cannot deliberately
close stdio streams.

This needs to be tested on non-UNIX platforms.

PR: #11599, #8624

23 years ago- Hopefully fix bug #11476 and improve garbage to be freed very quickly.
Andi Gutmans [Thu, 21 Jun 2001 22:30:23 +0000 (22:30 +0000)]
- Hopefully fix bug #11476 and improve garbage to be freed very quickly.
  Tree tagged as PRE_GRANULAR_GARBAGE_FIX before commiting.

23 years ago- Use inline instead of macro for PZVAL_LOCK()/PZVAL_UNLOCK() so that it
Andi Gutmans [Thu, 21 Jun 2001 21:31:33 +0000 (21:31 +0000)]
- Use inline instead of macro for PZVAL_LOCK()/PZVAL_UNLOCK() so that it
  can be debugged.

23 years ago- Nuke dependency of all of PHP on zend_execute_locks.h.
Andi Gutmans [Thu, 21 Jun 2001 21:17:10 +0000 (21:17 +0000)]
- Nuke dependency of all of PHP on zend_execute_locks.h.

23 years ago*** empty log message ***
Thies C. Arntzen [Thu, 21 Jun 2001 19:39:52 +0000 (19:39 +0000)]
*** empty log message ***

23 years agofixed.
Thies C. Arntzen [Thu, 21 Jun 2001 18:58:55 +0000 (18:58 +0000)]
fixed.

23 years ago- fixed the reference in session thingie
Thies C. Arntzen [Thu, 21 Jun 2001 18:46:26 +0000 (18:46 +0000)]
- fixed the reference in session thingie
- regression test checked (this time;-)
- added new regression test for references
- references _between_ session variables also work in when the session var
  replaces an already existing global var (this was a brain twister)
- saved one strlen call per session variable
- fixed one tiny leak