]>
granicus.if.org Git - php/log
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 ;)
Rui Hirokawa [Mon, 2 Jul 2001 01:55:43 +0000 (01:55 +0000)]
fixed a link problem of shared extension module in ext/xslt.
Daniel Beulshausen [Sun, 1 Jul 2001 20:18:51 +0000 (20:18 +0000)]
PHPAPI-ize php_var_* functions
# need this for shm*
Daniel Beulshausen [Sun, 1 Jul 2001 20:08:21 +0000 (20:08 +0000)]
fix some popen trouble
Sebastian Bergmann [Sun, 1 Jul 2001 14:15:49 +0000 (14:15 +0000)]
Fix for #11821.
Sean Bright [Sun, 1 Jul 2001 14:07:44 +0000 (14:07 +0000)]
Remove unused variable.
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
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.
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.
Sascha Schumann [Sat, 30 Jun 2001 13:25:13 +0000 (13:25 +0000)]
Test commit
Andi Gutmans [Sat, 30 Jun 2001 07:58:34 +0000 (07:58 +0000)]
- Fix the memory limit fix.
foobar [Sat, 30 Jun 2001 00:48:35 +0000 (00:48 +0000)]
If no backend is specified, bail out.
foobar [Sat, 30 Jun 2001 00:38:06 +0000 (00:38 +0000)]
Now all these options should behave the same.
Andi Gutmans [Fri, 29 Jun 2001 20:42:02 +0000 (20:42 +0000)]
- Remove bogus comment.
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
foobar [Fri, 29 Jun 2001 03:12:06 +0000 (03:12 +0000)]
Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect()
foobar [Fri, 29 Jun 2001 02:32:19 +0000 (02:32 +0000)]
This file needed an update..
Zeev Suraski [Fri, 29 Jun 2001 00:36:34 +0000 (00:36 +0000)]
Fix memory_limit, kill warning
Zeev Suraski [Thu, 28 Jun 2001 23:40:44 +0000 (23:40 +0000)]
Fix warnings
Zeev Suraski [Thu, 28 Jun 2001 23:28:25 +0000 (23:28 +0000)]
standard .h protection
Derick Rethans [Thu, 28 Jun 2001 21:59:26 +0000 (21:59 +0000)]
- Fix for bug #11775: Typo in cpdf.c
Harald Radi [Thu, 28 Jun 2001 21:26:20 +0000 (21:26 +0000)]
changed CLSIDfromProgId to CLSIDfromString
Frank M. Kromann [Thu, 28 Jun 2001 16:59:17 +0000 (16:59 +0000)]
Adding new function to convert from binary to GUID format
foobar [Thu, 28 Jun 2001 15:16:28 +0000 (15:16 +0000)]
let this be more userfriendly.
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..
Zeev Suraski [Wed, 27 Jun 2001 20:04:39 +0000 (20:04 +0000)]
Update NEWS, test cvs commit
Zeev Suraski [Wed, 27 Jun 2001 19:58:02 +0000 (19:58 +0000)]
Update NEWS, test new CVS server
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
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)
Zeev Suraski [Wed, 27 Jun 2001 14:30:02 +0000 (14:30 +0000)]
Fix UNC path handling
Sterling Hughes [Tue, 26 Jun 2001 22:49:54 +0000 (22:49 +0000)]
# leftovers
Sterling Hughes [Tue, 26 Jun 2001 22:48:44 +0000 (22:48 +0000)]
Making logging optional.
Zeev Suraski [Tue, 26 Jun 2001 21:11:35 +0000 (21:11 +0000)]
Fixed autoconversion of negative values to double (Fix bug #11685)
Joey Smith [Tue, 26 Jun 2001 21:00:13 +0000 (21:00 +0000)]
Make info look more like mysql's output.
Joey Smith [Tue, 26 Jun 2001 20:56:03 +0000 (20:56 +0000)]
Added charset support.
Zeev Suraski [Tue, 26 Jun 2001 18:30:31 +0000 (18:30 +0000)]
Fix bug #11678
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
Andi Gutmans [Tue, 26 Jun 2001 15:19:47 +0000 (15:19 +0000)]
- Fix crash bug (fix by Jani).
foobar [Tue, 26 Jun 2001 14:36:45 +0000 (14:36 +0000)]
fix bug: #11693. Some systems have crypt() in libc.
Zeev Suraski [Tue, 26 Jun 2001 13:33:24 +0000 (13:33 +0000)]
Fix Win32 build
foobar [Tue, 26 Jun 2001 11:35:34 +0000 (11:35 +0000)]
Simplify this and fix bug: #11654
foobar [Tue, 26 Jun 2001 10:39:15 +0000 (10:39 +0000)]
No need for this constant.
foobar [Tue, 26 Jun 2001 09:52:54 +0000 (09:52 +0000)]
Added an optional 2nd parameter 'readall' to read_exif_data.
Jason Greene [Tue, 26 Jun 2001 06:09:37 +0000 (06:09 +0000)]
Add update that Changelog missed
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.
Jason Greene [Tue, 26 Jun 2001 04:54:47 +0000 (04:54 +0000)]
*BSD doesn't have SIGPOLL or SIGPWR
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.
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)
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
Sergey Kartashoff [Mon, 25 Jun 2001 11:36:42 +0000 (11:36 +0000)]
Security fix in Udm_Set_Agent_Param function.
foobar [Sun, 24 Jun 2001 23:29:13 +0000 (23:29 +0000)]
added missing include
Harald Radi [Sun, 24 Jun 2001 22:40:41 +0000 (22:40 +0000)]
added new com entries
Harald Radi [Sun, 24 Jun 2001 22:20:28 +0000 (22:20 +0000)]
added verbose ini entry
foobar [Sun, 24 Jun 2001 22:18:51 +0000 (22:18 +0000)]
The extension name seems to be usually totally lower-cased.
foobar [Sun, 24 Jun 2001 22:00:45 +0000 (22:00 +0000)]
A little typo here.. :)
foobar [Sun, 24 Jun 2001 21:58:47 +0000 (21:58 +0000)]
added missing ending fold tag.
Harald Radi [Sun, 24 Jun 2001 21:20:23 +0000 (21:20 +0000)]
adapted to changes from com module
Harald Radi [Sun, 24 Jun 2001 21:19:49 +0000 (21:19 +0000)]
cast error
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.
Harald Radi [Sun, 24 Jun 2001 21:10:08 +0000 (21:10 +0000)]
fixed bug that resource was freed twice
Harald Radi [Sun, 24 Jun 2001 21:09:32 +0000 (21:09 +0000)]
cleanup
Harald Radi [Sun, 24 Jun 2001 21:09:17 +0000 (21:09 +0000)]
cleanup
added some macros
Harald Radi [Sun, 24 Jun 2001 21:08:30 +0000 (21:08 +0000)]
added variant.h
Sterling Hughes [Sun, 24 Jun 2001 17:50:16 +0000 (17:50 +0000)]
Hopefully fix leaks...
foobar [Sun, 24 Jun 2001 15:56:05 +0000 (15:56 +0000)]
fixed bug: #11641
foobar [Sun, 24 Jun 2001 12:53:17 +0000 (12:53 +0000)]
This is better looking. Other options use the same.
Andi Gutmans [Sun, 24 Jun 2001 03:54:11 +0000 (03:54 +0000)]
- Bump Zend version
foobar [Sun, 24 Jun 2001 03:29:50 +0000 (03:29 +0000)]
Check for PHP_SIGCHILD only if any of oracle libs is enabled.
foobar [Sun, 24 Jun 2001 00:38:53 +0000 (00:38 +0000)]
added missing file
Sascha Schumann [Sat, 23 Jun 2001 16:27:56 +0000 (16:27 +0000)]
Support for handling multiple concurrent requests.
Zeev Suraski [Sat, 23 Jun 2001 13:48:19 +0000 (13:48 +0000)]
Update NEWS
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.
foobar [Sat, 23 Jun 2001 11:26:24 +0000 (11:26 +0000)]
fix build.
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.
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
Sascha Schumann [Fri, 22 Jun 2001 23:20:49 +0000 (23:20 +0000)]
Accomodate an Apache API change
foobar [Fri, 22 Jun 2001 15:52:25 +0000 (15:52 +0000)]
Make it possible to build this 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.
Sergey Kartashoff [Fri, 22 Jun 2001 08:54:31 +0000 (08:54 +0000)]
mnoGoSearch module test example updates
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.
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
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.
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.
Andi Gutmans [Thu, 21 Jun 2001 21:17:10 +0000 (21:17 +0000)]
- Nuke dependency of all of PHP on zend_execute_locks.h.
Thies C. Arntzen [Thu, 21 Jun 2001 19:39:52 +0000 (19:39 +0000)]
*** empty log message ***
Thies C. Arntzen [Thu, 21 Jun 2001 18:58:55 +0000 (18:58 +0000)]
fixed.
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
Sascha Schumann [Thu, 21 Jun 2001 16:54:05 +0000 (16:54 +0000)]
Support for SGI's State Threads. Will be used by PHP's thttpd SAPI
initially.
Zeev Suraski [Thu, 21 Jun 2001 15:33:55 +0000 (15:33 +0000)]
Eliminate the leak that the original bogus code tried to solve
Zeev Suraski [Thu, 21 Jun 2001 15:07:14 +0000 (15:07 +0000)]
Update NEWS
Zeev Suraski [Thu, 21 Jun 2001 14:53:05 +0000 (14:53 +0000)]
parent::methodname() now works better with runtime classes (fix bug #11589)
Zeev Suraski [Thu, 21 Jun 2001 14:18:23 +0000 (14:18 +0000)]
Spit out errors
Zeev Suraski [Thu, 21 Jun 2001 13:47:26 +0000 (13:47 +0000)]
- Fix leak in case of a syntax error
- Be more verbose in lint mode
Sascha Schumann [Thu, 21 Jun 2001 11:15:38 +0000 (11:15 +0000)]
1. st_blksize might be different for regular files and symlinks; hence
ignore differences in the twelfth element of the stat() array.
2. The 'test.file' is created by the script, thus the owner of the file
is the user id executing the script. A mode of 0654 does not grant
the owner the right to execute the file and therefore, the correct
output here is "not executable."
Zeev Suraski [Thu, 21 Jun 2001 09:24:53 +0000 (09:24 +0000)]
Remove redundant code from lint mode, it should now do only what it needs to do
and not anything else, and should no longer leak.
Zeev Suraski [Thu, 21 Jun 2001 08:17:09 +0000 (08:17 +0000)]
Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)
Sascha Schumann [Wed, 20 Jun 2001 23:39:28 +0000 (23:39 +0000)]
Back out severely broken patch. I currently don't have the time
to debug this. Please reapply a fixed version.
Frank M. Kromann [Wed, 20 Jun 2001 22:54:51 +0000 (22:54 +0000)]
Changed length of BIT string.
Changed return value of fbsql_field_length to long
Stig Venaas [Wed, 20 Jun 2001 21:12:55 +0000 (21:12 +0000)]
Fixed memory leak in ldap_get_entries() when using post RFC 1823 API.
Similar problems for other functions will be fixed
David Croft [Wed, 20 Jun 2001 18:21:03 +0000 (18:21 +0000)]
libtool 1.3 -> 1.4 in first check