]> granicus.if.org Git - php/log
php
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

23 years agoSupport for SGI's State Threads. Will be used by PHP's thttpd SAPI
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.

23 years agoEliminate the leak that the original bogus code tried to solve
Zeev Suraski [Thu, 21 Jun 2001 15:33:55 +0000 (15:33 +0000)]
Eliminate the leak that the original bogus code tried to solve

23 years agoUpdate NEWS
Zeev Suraski [Thu, 21 Jun 2001 15:07:14 +0000 (15:07 +0000)]
Update NEWS

23 years agoparent::methodname() now works better with runtime classes (fix bug #11589)
Zeev Suraski [Thu, 21 Jun 2001 14:53:05 +0000 (14:53 +0000)]
parent::methodname() now works better with runtime classes (fix bug #11589)

23 years agoSpit out errors
Zeev Suraski [Thu, 21 Jun 2001 14:18:23 +0000 (14:18 +0000)]
Spit out errors

23 years ago- Fix leak in case of a syntax error
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

23 years ago1. st_blksize might be different for regular files and symlinks; hence
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."

23 years agoRemove redundant code from lint mode, it should now do only what it needs to do
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.

23 years agoFix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)
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)

23 years agoBack out severely broken patch. I currently don't have the time
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.

23 years agoChanged length of BIT string.
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

23 years agoFixed memory leak in ldap_get_entries() when using post RFC 1823 API.
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

23 years agolibtool 1.3 -> 1.4 in first check
David Croft [Wed, 20 Jun 2001 18:21:03 +0000 (18:21 +0000)]
libtool 1.3 -> 1.4 in first check

23 years agoentry
Colin Viebrock [Wed, 20 Jun 2001 18:09:09 +0000 (18:09 +0000)]
entry

23 years agodate('W') now returns week of year (ISO 8601)
Colin Viebrock [Wed, 20 Jun 2001 18:07:53 +0000 (18:07 +0000)]
date('W') now returns week of year (ISO 8601)

23 years ago- Fix string offsets crash.
Andi Gutmans [Wed, 20 Jun 2001 17:14:58 +0000 (17:14 +0000)]
- Fix string offsets crash.

23 years agoadd PLS_FETCH();
Thies C. Arntzen [Wed, 20 Jun 2001 15:46:47 +0000 (15:46 +0000)]
add PLS_FETCH();

23 years ago@- Fixed references in sessions. This doesn't work when using the
Thies C. Arntzen [Wed, 20 Jun 2001 15:16:08 +0000 (15:16 +0000)]
@- Fixed references in sessions. This doesn't work when using the
@  WDDX session-serializer. Also improved speed of sessions. (Thies)
from now on php_set_session_var no longer copies the variable recovered from a
session (tested with php, php_binary and wddx). this should speed up session
deserializing quite a bit. (this damn thing has cost me 6 hours of my life;-)

23 years agoFix for #11570
Rasmus Lerdorf [Wed, 20 Jun 2001 14:47:26 +0000 (14:47 +0000)]
Fix for #11570

23 years agoAll files are now in Unix-linebreak mode (\n only). Somehow \r\n still
Marc Boeren [Wed, 20 Jun 2001 11:30:47 +0000 (11:30 +0000)]
All files are now in Unix-linebreak mode (\n only). Somehow \r\n still
created problems with some cvs clients.

23 years agoMake pcntl async safe by registering as a zend extension and grabing the
Jason Greene [Tue, 19 Jun 2001 21:42:57 +0000 (21:42 +0000)]
Make pcntl async safe by registering as a zend extension and grabing the
statement handler. There could possibly be a more atomic hook in the future.
Also added simple TODO section to README.

NOTE: sleep() grabs SIGALRM on solaris, so
test-pcntl.php's alarm_handle function will not catch.

23 years agoChange copyright note.
Sebastian Bergmann [Tue, 19 Jun 2001 21:25:53 +0000 (21:25 +0000)]
Change copyright note.

23 years agoChange copyright note.
Sebastian Bergmann [Tue, 19 Jun 2001 21:14:39 +0000 (21:14 +0000)]
Change copyright note.

23 years agoInclude the 'html_errors' directive.
Jon Parise [Tue, 19 Jun 2001 20:50:03 +0000 (20:50 +0000)]
Include the 'html_errors' directive.

Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>

23 years agoThis warrants a NEWS entry, I think.
Jon Parise [Tue, 19 Jun 2001 18:13:08 +0000 (18:13 +0000)]
This warrants a NEWS entry, I think.

23 years agoAllow the PostgreSQL driver to do internal row counting when iterating
Jon Parise [Tue, 19 Jun 2001 18:10:08 +0000 (18:10 +0000)]
Allow the PostgreSQL driver to do internal row counting when iterating
through a result set.

Submitted by: Georg von Zezschwitz <gvz@2scale.net>

23 years ago- Memory fragmentation fix.
Andi Gutmans [Tue, 19 Jun 2001 18:01:41 +0000 (18:01 +0000)]
- Memory fragmentation fix.

23 years ago- Fix memory fragmention problem which could lead to web server processes
Andi Gutmans [Tue, 19 Jun 2001 17:59:07 +0000 (17:59 +0000)]
- Fix memory fragmention problem which could lead to web server processes
  growing much more than they should. (bug #11344?)

23 years agoClosed off Solid DB access to a function that it doesn't support in 3.0 and less.
Dan Kalowsky [Tue, 19 Jun 2001 17:58:09 +0000 (17:58 +0000)]
Closed off Solid DB access to a function that it doesn't support in 3.0 and less.
Thanks to Eric Veldhuzen

23 years agoFix one problem with Opera browsers. Tested with IE,NS,Opera.
foobar [Tue, 19 Jun 2001 16:54:30 +0000 (16:54 +0000)]
Fix one problem with Opera browsers. Tested with IE,NS,Opera.
There can be also a \t before the 'filename=' part.

23 years agoFix bug: #11508
foobar [Tue, 19 Jun 2001 16:48:37 +0000 (16:48 +0000)]
Fix bug: #11508

23 years ago- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))
Andi Gutmans [Tue, 19 Jun 2001 16:03:35 +0000 (16:03 +0000)]
- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))

23 years agoFinish phpinfo() HTML 4.01 tweaking.
Sebastian Bergmann [Tue, 19 Jun 2001 15:21:28 +0000 (15:21 +0000)]
Finish phpinfo() HTML 4.01 tweaking.

23 years agoFix crash bug in urlencode().
Sebastian Bergmann [Tue, 19 Jun 2001 15:20:50 +0000 (15:20 +0000)]
Fix crash bug in urlencode().

23 years agoAdd missing exports
Zeev Suraski [Tue, 19 Jun 2001 08:52:19 +0000 (08:52 +0000)]
Add missing exports

23 years agoFix warning
Zeev Suraski [Tue, 19 Jun 2001 08:42:22 +0000 (08:42 +0000)]
Fix warning

23 years agofixed malloc() / emalloc() bug
Harald Radi [Fri, 15 Jun 2001 21:48:05 +0000 (21:48 +0000)]
fixed malloc() / emalloc() bug

23 years agoMake output of phpinfo() compliant with HTML 4.01.
Sebastian Bergmann [Fri, 15 Jun 2001 18:34:09 +0000 (18:34 +0000)]
Make output of phpinfo() compliant with HTML 4.01.

23 years agoChanged username and password for pgsql in include file.
Marc Boeren [Fri, 15 Jun 2001 13:25:44 +0000 (13:25 +0000)]
Changed username and password for pgsql in include file.

23 years agoMove PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it
Sascha Schumann [Fri, 15 Jun 2001 12:53:20 +0000 (12:53 +0000)]
Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it
in thttpd's config.m4.

23 years agoAdded a pgsql testdatabase create script (thanks Christian)
Marc Boeren [Fri, 15 Jun 2001 12:43:15 +0000 (12:43 +0000)]
Added a pgsql testdatabase create script (thanks Christian)
Fine-tuned some tests.

23 years agoFixed proto. (also bug #10334)
foobar [Fri, 15 Jun 2001 10:44:50 +0000 (10:44 +0000)]
Fixed proto. (also bug #10334)

23 years agoFixed bug: #9239, check for IPV6 on netbsd, maybe others
foobar [Thu, 14 Jun 2001 19:04:57 +0000 (19:04 +0000)]
Fixed bug: #9239, check for IPV6 on netbsd, maybe others

23 years agoFix potential crash
Stanislav Malyshev [Thu, 14 Jun 2001 15:36:10 +0000 (15:36 +0000)]
Fix potential crash

23 years agoadding in some error checking for parameter counts, and some thread safety for
Dan Kalowsky [Thu, 14 Jun 2001 15:02:17 +0000 (15:02 +0000)]
adding in some error checking for parameter counts, and some thread safety for
functions

23 years agoupdate credits
Daniel Beulshausen [Thu, 14 Jun 2001 10:05:41 +0000 (10:05 +0000)]
update credits

23 years agoThis extension works with pdflib 4.x too..
foobar [Thu, 14 Jun 2001 04:35:11 +0000 (04:35 +0000)]
This extension works with pdflib 4.x too..

23 years agoAdded myself to the credits
Stig Venaas [Wed, 13 Jun 2001 20:13:54 +0000 (20:13 +0000)]
Added myself to the credits

23 years agoAvoid crashing if the error reporting function is called after a bailout during shutdown
Zeev Suraski [Wed, 13 Jun 2001 17:18:11 +0000 (17:18 +0000)]
Avoid crashing if the error reporting function is called after a bailout during shutdown

23 years agoClean-up
Zeev Suraski [Wed, 13 Jun 2001 17:04:36 +0000 (17:04 +0000)]
Clean-up
Remove a lot of 100% redundent code

23 years agoFixing the return type of numeric data to be numeric
Frank M. Kromann [Wed, 13 Jun 2001 17:00:32 +0000 (17:00 +0000)]
Fixing the return type of numeric data to be numeric

23 years agoLatest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.
Marc Boeren [Wed, 13 Jun 2001 13:35:17 +0000 (13:35 +0000)]
Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.
# I need a working setup to test pgsql with the test-set as well.

23 years agomore functions, most of the simple ones (parameterwise) are now in
Hartmut Holzgraefe [Wed, 13 Jun 2001 07:26:41 +0000 (07:26 +0000)]
more functions, most of the simple ones (parameterwise) are now in

23 years agoAdding some ifdefs for better platform compatibility
Jason Greene [Wed, 13 Jun 2001 01:13:05 +0000 (01:13 +0000)]
Adding some ifdefs for better platform compatibility

23 years agonamespace protect one enum to fix compile with ncurses
Thies C. Arntzen [Tue, 12 Jun 2001 21:34:47 +0000 (21:34 +0000)]
namespace protect one enum to fix compile with ncurses

23 years agoadded coauthors
Harald Radi [Tue, 12 Jun 2001 21:19:35 +0000 (21:19 +0000)]
added coauthors

23 years agoinitial version of ncurses extension,
Hartmut Holzgraefe [Tue, 12 Jun 2001 21:15:49 +0000 (21:15 +0000)]
initial version of ncurses extension,
see example1 for whats possible right now

23 years agofix build
Daniel Beulshausen [Tue, 12 Jun 2001 21:06:01 +0000 (21:06 +0000)]
fix build

23 years agoadded Alan Brown to credits
Harald Radi [Tue, 12 Jun 2001 20:33:50 +0000 (20:33 +0000)]
added Alan Brown to credits

23 years ago(PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig)
Stig Bakken [Tue, 12 Jun 2001 20:23:14 +0000 (20:23 +0000)]
(PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig)

23 years agoget rid of some getsockname() calls
Daniel Beulshausen [Tue, 12 Jun 2001 16:41:51 +0000 (16:41 +0000)]
get rid of some getsockname() calls

23 years agoadded experimetal php->safearray support
Harald Radi [Tue, 12 Jun 2001 16:31:54 +0000 (16:31 +0000)]
added experimetal php->safearray support

23 years agoFixed bug concerning mysql default_link that got freed too soon (Mc).
Marc Boeren [Tue, 12 Jun 2001 15:32:22 +0000 (15:32 +0000)]
Fixed bug concerning mysql default_link that got freed too soon (Mc).
Added the test-case to te connect-test-file (Mc).

23 years agoImprove XHTML compliance (suggested by Anil Madhavapeddy)
Zeev Suraski [Tue, 12 Jun 2001 10:51:59 +0000 (10:51 +0000)]
Improve XHTML compliance (suggested by Anil Madhavapeddy)

23 years agoRemove bugus file.
Jason Greene [Tue, 12 Jun 2001 09:05:40 +0000 (09:05 +0000)]
Remove bugus file.

23 years ago@Added new experimental module pcntl (Process Control) (Jason)
Jason Greene [Tue, 12 Jun 2001 08:54:25 +0000 (08:54 +0000)]
@Added new experimental module pcntl (Process Control) (Jason)
Initial Import

23 years agoFix bug: #11397
foobar [Tue, 12 Jun 2001 05:28:41 +0000 (05:28 +0000)]
Fix bug: #11397

23 years agoFix the compile problem on some systems that do not have hstrerror()
foobar [Tue, 12 Jun 2001 04:42:01 +0000 (04:42 +0000)]
Fix the compile problem on some systems that do not have hstrerror()

23 years agoFixing return value for fbsql_query on updates and fixing crash on fbsql_connect.
Frank M. Kromann [Tue, 12 Jun 2001 00:39:05 +0000 (00:39 +0000)]
Fixing return value for fbsql_query on updates and fixing crash on fbsql_connect.

23 years agoadded experimental enum support
Harald Radi [Mon, 11 Jun 2001 23:05:32 +0000 (23:05 +0000)]
added experimental enum support
changed everthing to use the Z_* makros

23 years agoadd mbstring & xslt
Daniel Beulshausen [Mon, 11 Jun 2001 15:43:50 +0000 (15:43 +0000)]
add mbstring & xslt

23 years agoOops.
Sebastian Bergmann [Mon, 11 Jun 2001 15:41:03 +0000 (15:41 +0000)]
Oops.

23 years agoAdd ext/xslt project to workspace.
Sebastian Bergmann [Mon, 11 Jun 2001 15:39:16 +0000 (15:39 +0000)]
Add ext/xslt project to workspace.

23 years agoshould build under windows as well
Daniel Beulshausen [Mon, 11 Jun 2001 15:31:58 +0000 (15:31 +0000)]
should build under windows as well

23 years agothis should be here..styles must be array
foobar [Mon, 11 Jun 2001 15:21:47 +0000 (15:21 +0000)]
this should be here..styles must be array

23 years agoused in extension(s) as well
Daniel Beulshausen [Mon, 11 Jun 2001 15:18:44 +0000 (15:18 +0000)]
used in extension(s) as well

23 years agoPHPAPIize url function to make them available to the outside (i.e. mbstring)
Daniel Beulshausen [Mon, 11 Jun 2001 15:14:04 +0000 (15:14 +0000)]
PHPAPIize url function to make them available to the outside (i.e. mbstring)

23 years agolet this stuff build under windows
Daniel Beulshausen [Mon, 11 Jun 2001 14:53:31 +0000 (14:53 +0000)]
let this stuff build under windows

23 years agomove some constants to a more appropriate place
Daniel Beulshausen [Mon, 11 Jun 2001 14:46:44 +0000 (14:46 +0000)]
move some constants to a more appropriate place

23 years agofixed proto
foobar [Mon, 11 Jun 2001 14:39:13 +0000 (14:39 +0000)]
fixed proto

23 years agoPartial fix bug: #11333
foobar [Mon, 11 Jun 2001 13:57:47 +0000 (13:57 +0000)]
Partial fix bug: #11333

23 years agoFixed bug that caused dbx_query to segfault on Linux (not Windows, though)
Marc Boeren [Mon, 11 Jun 2001 13:03:10 +0000 (13:03 +0000)]
Fixed bug that caused dbx_query to segfault on Linux (not Windows, though)

23 years ago- Fix grammar
Andi Gutmans [Mon, 11 Jun 2001 04:15:58 +0000 (04:15 +0000)]
- Fix grammar

23 years ago# just correcting the evil vim removal of {{{'s and }}}'s ... bad vim! no folding...
Dan Kalowsky [Mon, 11 Jun 2001 01:00:43 +0000 (01:00 +0000)]
# just correcting the evil vim removal of {{{'s and }}}'s ... bad vim!  no folding for you!

23 years agoremoved warnings
Harald Radi [Sun, 10 Jun 2001 23:26:35 +0000 (23:26 +0000)]
removed warnings

23 years agocorrected a compile error (named variable missing). thanks to sebastian for pointing...
Dan Kalowsky [Sun, 10 Jun 2001 22:40:32 +0000 (22:40 +0000)]
corrected a compile error (named variable missing).  thanks to sebastian for pointing it out
# but why is he getting php-cvs commit messages and i'm not?!?
# i hope to hear that the mailing lists will be back online soon...

23 years agoSignal that no entry was found
Sascha Schumann [Sun, 10 Jun 2001 14:12:28 +0000 (14:12 +0000)]
Signal that no entry was found