]> granicus.if.org Git - php/log
php
24 years ago- Make increment of "" become "1"
Andi Gutmans [Fri, 13 Oct 2000 16:24:00 +0000 (16:24 +0000)]
- Make increment of "" become "1"

24 years agopost handler registration done right
Hartmut Holzgraefe [Fri, 13 Oct 2000 12:13:35 +0000 (12:13 +0000)]
post handler registration done right
(never use emalloc in an extension MINIT function)

24 years agonow it works for me as CGI and APXS, with or without --enable-debug ...
Hartmut Holzgraefe [Fri, 13 Oct 2000 10:04:17 +0000 (10:04 +0000)]
now it works for me as CGI and APXS, with or without --enable-debug ...

24 years agostep to 4.0.4-dev
Daniel Beulshausen [Fri, 13 Oct 2000 09:29:49 +0000 (09:29 +0000)]
step to 4.0.4-dev

24 years agocompile fixes & update of win32 dsp
Daniel Beulshausen [Fri, 13 Oct 2000 09:13:01 +0000 (09:13 +0000)]
compile fixes & update of win32 dsp

24 years agoChangeLog update
<changelog@php.net> [Fri, 13 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agofopen wrappers cleanup
Hartmut Holzgraefe [Fri, 13 Oct 2000 00:09:31 +0000 (00:09 +0000)]
fopen wrappers cleanup
  - comfiguration is now done by an ini parameter
    instead of a compile time option
  - the implementations of the three standard wrappers
    now live in seperate files in ext/standard
  - the compiler is happy again, no more warnings

24 years agoIgnore trailing slashes
Sascha Schumann [Thu, 12 Oct 2000 23:17:21 +0000 (23:17 +0000)]
Ignore trailing slashes

24 years ago- Fix memory leak.
Andi Gutmans [Thu, 12 Oct 2000 19:58:20 +0000 (19:58 +0000)]
- Fix memory leak.

24 years agofix make install for PEAR. (bug 7109)
Chuck Hagenbuch [Thu, 12 Oct 2000 14:02:26 +0000 (14:02 +0000)]
fix make install for PEAR. (bug 7109)

24 years agoI have a dream...
Stanislav Malyshev [Thu, 12 Oct 2000 09:20:29 +0000 (09:20 +0000)]
I have a dream...

24 years agoforgot this one yesterday, fdfdata.[ch] is no more ...
Hartmut Holzgraefe [Thu, 12 Oct 2000 06:32:10 +0000 (06:32 +0000)]
forgot this one yesterday, fdfdata.[ch] is no more ...

24 years agoLet strtr() use smart_str to reduce complexity
Sascha Schumann [Thu, 12 Oct 2000 01:26:26 +0000 (01:26 +0000)]
Let strtr() use smart_str to reduce complexity

24 years agoChangeLog update
<changelog@php.net> [Thu, 12 Oct 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 12 Oct 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoRewrite php_str_to_str using the smart_str API.
Sascha Schumann [Thu, 12 Oct 2000 00:50:28 +0000 (00:50 +0000)]
Rewrite php_str_to_str using the smart_str API.

This removes much complexity from the function.

Speed is improved by pre-allocating memory instead of reallocating
the buffer each time the pattern is found.

24 years agoMove structure definition into its own file, so that public header
Sascha Schumann [Thu, 12 Oct 2000 00:48:12 +0000 (00:48 +0000)]
Move structure definition into its own file, so that public header
files don't need to include the complete source code.

24 years agoadded generalized SMTP code todo
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:54:56 +0000 (22:54 +0000)]
added generalized SMTP code todo

24 years agoremoved fdfdata.h
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:45:45 +0000 (22:45 +0000)]
removed fdfdata.h

24 years agoremoved fdfdata.c
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:45:01 +0000 (22:45 +0000)]
removed fdfdata.c

24 years ago@ - POST handler for Adobe FDF format (Hartmut)
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:44:15 +0000 (22:44 +0000)]
@ - POST handler for Adobe FDF format (Hartmut)
the FDF handler is now working and totaly living
in the fdf extension, no more special code in
main is needed

24 years ago@ -read and write .gz-files transparently on glibc based systems
Hartmut Holzgraefe [Wed, 11 Oct 2000 22:40:22 +0000 (22:40 +0000)]
@ -read and write .gz-files transparently on glibc based systems
@  using the 'zlib:' fopen wrapper (Hartmut)

24 years agoThis patch didn't make it for 4.0.3...
Zeev Suraski [Wed, 11 Oct 2000 22:38:22 +0000 (22:38 +0000)]
This patch didn't make it for 4.0.3...

24 years agofixed some includes and removed an unneeded file.
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 20:32:04 +0000 (20:32 +0000)]
fixed some includes and removed an unneeded file.

24 years agocorrected typo
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 20:26:09 +0000 (20:26 +0000)]
corrected typo

24 years agoAdd session_write_close(). This is primarily intended to enable
Sascha Schumann [Wed, 11 Oct 2000 19:47:15 +0000 (19:47 +0000)]
Add session_write_close(). This is primarily intended to enable
script writers to release the lock associated with the session lock
before the request finishes.

You can pass arrays now to session_set_save_handler(), so that the handlers
can be located in an object for better abstraction.

24 years agoProvide basic auth info to scripts.
Sascha Schumann [Wed, 11 Oct 2000 19:40:56 +0000 (19:40 +0000)]
Provide basic auth info to scripts.

Protect shutdown handler from being called multiple times.

24 years agoFixed a problem in the configuration scanner where two extra NULL bytes
Alexander Feldman [Wed, 11 Oct 2000 19:38:16 +0000 (19:38 +0000)]
Fixed a problem in the configuration scanner where two extra NULL bytes
were added to each encapsulated string.

24 years agoDon't use 'new' symbol
Andi Gutmans [Wed, 11 Oct 2000 19:11:48 +0000 (19:11 +0000)]
Don't use 'new' symbol

24 years agoNEWS update
Zeev Suraski [Wed, 11 Oct 2000 18:52:11 +0000 (18:52 +0000)]
NEWS update

24 years agoFix -a interactive mode (no idea how the previous commit got committed)
Zeev Suraski [Wed, 11 Oct 2000 18:51:52 +0000 (18:51 +0000)]
Fix -a interactive mode (no idea how the previous commit got committed)

24 years ago*** empty log message ***
Zeev Suraski [Wed, 11 Oct 2000 18:36:02 +0000 (18:36 +0000)]
*** empty log message ***

24 years agoAdded mysql_escape_String()
Zeev Suraski [Wed, 11 Oct 2000 18:27:21 +0000 (18:27 +0000)]
Added mysql_escape_String()

24 years ago*** empty log message ***
Andi Gutmans [Wed, 11 Oct 2000 18:02:45 +0000 (18:02 +0000)]
*** empty log message ***

24 years agoRemove conflict
Zeev Suraski [Wed, 11 Oct 2000 18:00:18 +0000 (18:00 +0000)]
Remove conflict

24 years ago- Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also the
Andi Gutmans [Wed, 11 Oct 2000 17:48:44 +0000 (17:48 +0000)]
- Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also the
  same here.

24 years agoUpdate version
Zeev Suraski [Wed, 11 Oct 2000 17:40:40 +0000 (17:40 +0000)]
Update version

24 years agoGo with 4.0.3
Zeev Suraski [Wed, 11 Oct 2000 17:31:34 +0000 (17:31 +0000)]
Go with 4.0.3

24 years agoCorrected a wrong include
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 17:05:18 +0000 (17:05 +0000)]
Corrected a wrong include

24 years agoAdded support for Ovrimos SQL Server.
Nikos Mavroyanopoulos [Wed, 11 Oct 2000 16:54:23 +0000 (16:54 +0000)]
Added support for Ovrimos SQL Server.

24 years agoFixed a problem that allowed users to override admin_value's and admin_flag's
Zeev Suraski [Wed, 11 Oct 2000 16:24:35 +0000 (16:24 +0000)]
Fixed a problem that allowed users to override admin_value's and admin_flag's

24 years agoAdd zend_hash_merge_ex(), for selective merging
Zeev Suraski [Wed, 11 Oct 2000 16:22:40 +0000 (16:22 +0000)]
Add zend_hash_merge_ex(), for selective merging

24 years agoFix the readdir_r POSIX check
Sascha Schumann [Wed, 11 Oct 2000 14:35:45 +0000 (14:35 +0000)]
Fix the readdir_r POSIX check

24 years agoproto typo fixes
Hartmut Holzgraefe [Wed, 11 Oct 2000 13:51:32 +0000 (13:51 +0000)]
proto typo fixes

24 years agoadded protos
Hartmut Holzgraefe [Wed, 11 Oct 2000 13:34:42 +0000 (13:34 +0000)]
added protos

24 years agoavoid giving the impression that they fix the security bug by upgrading...
Zeev Suraski [Wed, 11 Oct 2000 13:32:10 +0000 (13:32 +0000)]
avoid giving the impression that they fix the security bug by upgrading...

24 years agoOld PostgreSQL fix I forgot to commit, and NEWS consistency update
Zeev Suraski [Wed, 11 Oct 2000 13:27:21 +0000 (13:27 +0000)]
Old PostgreSQL fix I forgot to commit, and NEWS consistency update

24 years agoadded missing protos
Hartmut Holzgraefe [Wed, 11 Oct 2000 11:40:29 +0000 (11:40 +0000)]
added missing protos

24 years agoadded some missing protos
Hartmut Holzgraefe [Wed, 11 Oct 2000 11:25:13 +0000 (11:25 +0000)]
added some missing protos

24 years agoprotos fixed
Hartmut Holzgraefe [Wed, 11 Oct 2000 10:46:53 +0000 (10:46 +0000)]
protos fixed

24 years agoadded sablotron extension
Daniel Beulshausen [Wed, 11 Oct 2000 09:18:22 +0000 (09:18 +0000)]
added sablotron extension

24 years agomake windows compile
Daniel Beulshausen [Wed, 11 Oct 2000 09:17:10 +0000 (09:17 +0000)]
make windows compile

24 years agoChangeLog update
<changelog@php.net> [Wed, 11 Oct 2000 01:09:06 +0000 (01:09 +0000)]
ChangeLog update

24 years agoFix compilation, I wonder when these were omitted??
Sterling Hughes [Tue, 10 Oct 2000 20:51:32 +0000 (20:51 +0000)]
Fix compilation, I wonder when these were omitted??

24 years ago- Reserved the patch
Derick Rethans [Tue, 10 Oct 2000 16:58:27 +0000 (16:58 +0000)]
- Reserved the patch
# Please check if it works, as I'm not be able to test it
# Blame CaPS for this one :)

24 years ago- added optional argument pdf_show_boxed() to determine if text is
Uwe Steinmann [Tue, 10 Oct 2000 07:42:55 +0000 (07:42 +0000)]
- added optional argument pdf_show_boxed() to determine if text is
  actually shown or not.

24 years agoFix compiler warnings.
Andrei Zmievski [Mon, 9 Oct 2000 19:18:42 +0000 (19:18 +0000)]
Fix compiler warnings.

24 years agoFix a misconfiguration error and missing return statement.
Andrei Zmievski [Mon, 9 Oct 2000 19:10:39 +0000 (19:10 +0000)]
Fix a misconfiguration error and missing return statement.

24 years ago- Made ora_close return values like it should (thanks to james@php.net and
Derick Rethans [Mon, 9 Oct 2000 18:45:56 +0000 (18:45 +0000)]
- Made ora_close return values like it should (thanks to james@php.net and
  mathieu@gginter.net)

24 years agorevert patch. Sablot won't build anymore, at least in combination with zlib.
Chuck Hagenbuch [Mon, 9 Oct 2000 18:32:37 +0000 (18:32 +0000)]
revert patch. Sablot won't build anymore, at least in combination with zlib.

24 years agoI SHALL NOT TOUCH A RELEASE CANDIDATE!
Hartmut Holzgraefe [Mon, 9 Oct 2000 15:24:26 +0000 (15:24 +0000)]
I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
(previous patch reverted)

24 years agoadded support for GNU-specific domainname field in uname
Hartmut Holzgraefe [Mon, 9 Oct 2000 15:12:34 +0000 (15:12 +0000)]
added support for GNU-specific domainname field in uname

24 years agoNo comment on this, so I'm guessing it's okay.
Chuck Hagenbuch [Mon, 9 Oct 2000 14:51:17 +0000 (14:51 +0000)]
No comment on this, so I'm guessing it's okay.

24 years agoFix bug #6447
Zeev Suraski [Mon, 9 Oct 2000 11:48:16 +0000 (11:48 +0000)]
Fix bug #6447

24 years agoChangeLog update
<changelog@php.net> [Mon, 9 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agoAdd File_SearchReplace class from Richard Heyes.
Chuck Hagenbuch [Sun, 8 Oct 2000 14:55:13 +0000 (14:55 +0000)]
Add File_SearchReplace class from Richard Heyes.

24 years agomore cleanup of info code
Daniel Beulshausen [Sun, 8 Oct 2000 11:45:18 +0000 (11:45 +0000)]
more cleanup of info code

24 years agoonly beautifying
Daniel Beulshausen [Sun, 8 Oct 2000 10:55:09 +0000 (10:55 +0000)]
only beautifying

24 years agoChangeLog update
<changelog@php.net> [Sun, 8 Oct 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 8 Oct 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update

24 years agoMove static declaration to source file.
Sascha Schumann [Sat, 7 Oct 2000 20:46:30 +0000 (20:46 +0000)]
Move static declaration to source file.

24 years ago@- Fixed returning of empty LOB fields in OCI8. (Thies)
Thies C. Arntzen [Sat, 7 Oct 2000 09:10:54 +0000 (09:10 +0000)]
@- Fixed returning of empty LOB fields in OCI8. (Thies)

24 years agoChangeLog update
<changelog@php.net> [Sat, 7 Oct 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

24 years ago- Fix Bug #7061
Andi Gutmans [Fri, 6 Oct 2000 17:34:50 +0000 (17:34 +0000)]
- Fix Bug #7061

24 years agoRemoved obsolete entries from php.ini.
Sebastian Bergmann [Fri, 6 Oct 2000 05:14:46 +0000 (05:14 +0000)]
Removed obsolete entries from php.ini.

24 years agoChangeLog update
<changelog@php.net> [Fri, 6 Oct 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update

24 years ago- News
Andi Gutmans [Fri, 6 Oct 2000 00:03:40 +0000 (00:03 +0000)]
- News

24 years ago- Add calendar to default Win32 build.
Andi Gutmans [Fri, 6 Oct 2000 00:03:02 +0000 (00:03 +0000)]
- Add calendar to default Win32 build.

24 years ago- Add FTP extension to default Win32 build
Andi Gutmans [Thu, 5 Oct 2000 23:25:41 +0000 (23:25 +0000)]
- Add FTP extension to default Win32 build

24 years ago- Update link
Andi Gutmans [Thu, 5 Oct 2000 22:22:26 +0000 (22:22 +0000)]
- Update link

24 years ago- Remove old dsw
Andi Gutmans [Thu, 5 Oct 2000 22:20:38 +0000 (22:20 +0000)]
- Remove old dsw

24 years agoGet ext_skel working again
Rasmus Lerdorf [Thu, 5 Oct 2000 20:48:12 +0000 (20:48 +0000)]
Get ext_skel working again

24 years ago- Clean-up original code and add to NEWS.
Andi Gutmans [Thu, 5 Oct 2000 18:26:54 +0000 (18:26 +0000)]
- Clean-up original code and add to NEWS.

24 years agoUpdated email address to reflect my php.net address.
Brendan W. McAdams [Thu, 5 Oct 2000 18:20:06 +0000 (18:20 +0000)]
Updated email address to reflect my php.net address.
I am no longer associated with Plexus InterActive (my plexmedia.com address) so
the old address is no longer any good.

24 years agoFixed posix_addlimit() when adding the string "unlimited" to the result.
Alexander Feldman [Thu, 5 Oct 2000 18:06:55 +0000 (18:06 +0000)]
Fixed posix_addlimit() when adding the string "unlimited" to the result.
Now the posix_getrlimit() function does not cause core dump.

24 years ago- Updated included_files() also for plain include()/require().
Andi Gutmans [Thu, 5 Oct 2000 17:58:46 +0000 (17:58 +0000)]
- Updated included_files() also for plain include()/require().

24 years ago- List entry types should be true globals.
Jouni Ahto [Thu, 5 Oct 2000 12:47:39 +0000 (12:47 +0000)]
- List entry types should be true globals.

24 years agoAdd more missing protos and make folding style closer to mysql module.
Joey Smith [Thu, 5 Oct 2000 02:40:53 +0000 (02:40 +0000)]
Add more missing protos and make folding style closer to mysql module.

24 years agoChangeLog update
<changelog@php.net> [Thu, 5 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNow it really checks that libxml version is >= 2.0
foobar [Thu, 5 Oct 2000 00:51:46 +0000 (00:51 +0000)]
Now it really checks that libxml version is >= 2.0

24 years agoUse ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif
Sascha Schumann [Wed, 4 Oct 2000 23:11:07 +0000 (23:11 +0000)]
Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif
construct.

24 years ago- Fix fprintf
Andi Gutmans [Wed, 4 Oct 2000 19:29:28 +0000 (19:29 +0000)]
- Fix fprintf

24 years agoIgnore close tags and use unsigned char type.
Sascha Schumann [Wed, 4 Oct 2000 18:06:20 +0000 (18:06 +0000)]
Ignore close tags and use unsigned char type.

24 years ago* changed Andi's "testdirname" into a real regression test
Stig Bakken [Wed, 4 Oct 2000 07:33:21 +0000 (07:33 +0000)]
* changed Andi's "testdirname" into a real regression test
# Andi, could you verify that the expected output really
# is correct?

24 years agoChangeLog update
<changelog@php.net> [Wed, 4 Oct 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agotypo
Sascha Schumann [Tue, 3 Oct 2000 21:56:21 +0000 (21:56 +0000)]
typo

24 years ago#include "ext/standard/php_string.h" to get php_memnstr().
Sascha Schumann [Tue, 3 Oct 2000 18:52:46 +0000 (18:52 +0000)]
#include "ext/standard/php_string.h" to get php_memnstr().

24 years ago- Package RC2
Andi Gutmans [Tue, 3 Oct 2000 17:08:41 +0000 (17:08 +0000)]
- Package RC2

24 years ago- Add dirname() test. Don't have time to create a real regression test
Andi Gutmans [Tue, 3 Oct 2000 16:48:48 +0000 (16:48 +0000)]
- Add dirname() test. Don't have time to create a real regression test

24 years ago- Fix dirname()
Andi Gutmans [Tue, 3 Oct 2000 16:47:25 +0000 (16:47 +0000)]
- Fix dirname()