]> granicus.if.org Git - php/log
php
25 years ago- One more fix to link with Release_TS_inline
Andi Gutmans [Sat, 19 Feb 2000 19:01:09 +0000 (19:01 +0000)]
- One more fix to link with Release_TS_inline

25 years ago- Link with the right php4ts library in Release_TS_inline mode.
Andi Gutmans [Sat, 19 Feb 2000 17:36:46 +0000 (17:36 +0000)]
- Link with the right php4ts library in Release_TS_inline mode.

25 years agoNew function instead of fix.
Andrei Zmievski [Sat, 19 Feb 2000 16:05:26 +0000 (16:05 +0000)]
New function instead of fix.

25 years agoGeneralize macros
Zeev Suraski [Sat, 19 Feb 2000 13:11:39 +0000 (13:11 +0000)]
Generalize macros

25 years ago*** empty log message ***
Zeev Suraski [Sat, 19 Feb 2000 13:11:02 +0000 (13:11 +0000)]
*** empty log message ***

25 years ago- Add libmysql to the tree
Andi Gutmans [Sat, 19 Feb 2000 10:10:46 +0000 (10:10 +0000)]
- Add libmysql to the tree

25 years agoChangeLog update
<changelog@php.net> [Sat, 19 Feb 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update

25 years ago*** empty log message ***
Zeev Suraski [Fri, 18 Feb 2000 21:15:48 +0000 (21:15 +0000)]
*** empty log message ***

25 years agoGet rid of second declaration of compare_func_t. Either put in a common
Sascha Schumann [Fri, 18 Feb 2000 20:04:32 +0000 (20:04 +0000)]
Get rid of second declaration of compare_func_t. Either put in a common
header file or prefix it with i.e. zend_llist_

25 years ago- Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
Zeev Suraski [Fri, 18 Feb 2000 17:59:44 +0000 (17:59 +0000)]
- Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
- Added .reg file for PWS setup
- Reordered some stuff in phpinfo()

25 years ago- Quick and dirty hack for supporting sorts. Improve later on when I wake up.
Andi Gutmans [Fri, 18 Feb 2000 14:33:28 +0000 (14:33 +0000)]
- Quick and dirty hack for supporting sorts. Improve later on when I wake up.

25 years agoFix warnings when compiling static Apache module
Sascha Schumann [Fri, 18 Feb 2000 10:13:15 +0000 (10:13 +0000)]
Fix warnings when compiling static Apache module

25 years agoFile is found in $(srcdir)
Sascha Schumann [Fri, 18 Feb 2000 09:59:42 +0000 (09:59 +0000)]
File is found in $(srcdir)

25 years ago- Didn't compile on Win32
Andi Gutmans [Fri, 18 Feb 2000 09:18:19 +0000 (09:18 +0000)]
- Didn't compile on Win32

25 years agoChangeLog update
<changelog@php.net> [Fri, 18 Feb 2000 02:09:14 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 18 Feb 2000 02:09:11 +0000 (02:09 +0000)]
NEWS update

25 years agofixing imap_delete. All of the argcount checks were against one integer too
Chuck Hagenbuch [Fri, 18 Feb 2000 01:56:01 +0000 (01:56 +0000)]
fixing imap_delete. All of the argcount checks were against one integer too
high.

25 years ago- Update .dsp's
Zeev Suraski [Fri, 18 Feb 2000 01:52:11 +0000 (01:52 +0000)]
- Update .dsp's
- Fix a possible crash bug in failed file open error message
- Fix SAPI initialization issue that could lead to a crash

25 years ago- Tiny change (I know I don't have to cast malloc() to void * but I like
Andi Gutmans [Fri, 18 Feb 2000 00:22:20 +0000 (00:22 +0000)]
- Tiny change (I know I don't have to cast malloc() to void * but I like
  casting my malloc()'s)

25 years ago- Preliminary support for dynamic arrays. I need it on order to try out a
Andi Gutmans [Fri, 18 Feb 2000 00:14:23 +0000 (00:14 +0000)]
- Preliminary support for dynamic arrays. I need it on order to try out a
  new hash implementation. It isn't used anywhere.

25 years agoThe list grows.
Andrei Zmievski [Thu, 17 Feb 2000 23:36:10 +0000 (23:36 +0000)]
The list grows.

25 years agoDon't need dlist.h anymore.
Andrei Zmievski [Thu, 17 Feb 2000 23:08:33 +0000 (23:08 +0000)]
Don't need dlist.h anymore.

25 years agoUpdated to use Zend's internal doubly-linked list instead of dlist.[ch]
Andrei Zmievski [Thu, 17 Feb 2000 23:07:47 +0000 (23:07 +0000)]
Updated to use Zend's internal doubly-linked list instead of dlist.[ch]
implementation.
Also fixed serialization to always output objects as struct. In the past,
if the object did not have any member variables initialized it would've
been output as array of length 0.

25 years agoFix duplicate freeing
Zeev Suraski [Thu, 17 Feb 2000 20:46:13 +0000 (20:46 +0000)]
Fix duplicate freeing

25 years agotypo
Stig Bakken [Thu, 17 Feb 2000 20:32:51 +0000 (20:32 +0000)]
typo

25 years ago- fixed bug if attribute value is entity
Uwe Steinmann [Thu, 17 Feb 2000 20:30:00 +0000 (20:30 +0000)]
- fixed bug if attribute value is entity

25 years agoNo need for a value (not that it seems to work anyway...)
Zeev Suraski [Thu, 17 Feb 2000 20:25:08 +0000 (20:25 +0000)]
No need for a value (not that it seems to work anyway...)

25 years agoMake POST handling the way it should be. RFC1867, and any future POST handlers we...
Zeev Suraski [Thu, 17 Feb 2000 20:23:59 +0000 (20:23 +0000)]
Make POST handling the way it should be.  RFC1867, and any future POST handlers we might
have in the future now obey to the variables_order directive, and there's a real way modular
way to handle POST content.
This is all untested, BEFORE_SAPI_POST_PATCH_17_FEB_2000 tagged before submission
@- Made multipart/form-data content obey to the variables_order directive (Zeev)

25 years agoinstall DB_pgsql and DB_storage
Stig Bakken [Thu, 17 Feb 2000 20:22:56 +0000 (20:22 +0000)]
install DB_pgsql and DB_storage

25 years ago* prepare/execute emulation moved into DB_common
Stig Bakken [Thu, 17 Feb 2000 20:21:01 +0000 (20:21 +0000)]
* prepare/execute emulation moved into DB_common
* returning references everywhere in DB_mysql and DB_pgsql
* added a todo note to DB_pgsql

25 years ago- change some function name into php style
Uwe Steinmann [Thu, 17 Feb 2000 15:05:24 +0000 (15:05 +0000)]
- change some function name into php style

25 years ago- Add ZEND_API
Andi Gutmans [Thu, 17 Feb 2000 08:03:13 +0000 (08:03 +0000)]
- Add ZEND_API

25 years agoAllow non-public enumerations to be accessed
Sam Ruby [Thu, 17 Feb 2000 06:44:14 +0000 (06:44 +0000)]
Allow non-public enumerations to be accessed

25 years agoChangeLog update
<changelog@php.net> [Thu, 17 Feb 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 17 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

25 years agoFixing up TS-modes. Non TS-modes will bee added later
Frank M. Kromann [Wed, 16 Feb 2000 21:20:10 +0000 (21:20 +0000)]
Fixing up TS-modes. Non TS-modes will bee added later

25 years agoFixing up TS-modes. Non TS-modes will bee added later
Frank M. Kromann [Wed, 16 Feb 2000 21:18:47 +0000 (21:18 +0000)]
Fixing up TS-modes. Non TS-modes will bee added later

25 years ago@- Updated the browscap module to work with PHP 4.0 (Zeev)
Zeev Suraski [Wed, 16 Feb 2000 17:46:14 +0000 (17:46 +0000)]
@- Updated the browscap module to work with PHP 4.0 (Zeev)

25 years ago-Fix bug 3504 concerning leaks with unset()
Andi Gutmans [Wed, 16 Feb 2000 16:49:44 +0000 (16:49 +0000)]
-Fix bug 3504 concerning leaks with unset()

25 years ago- Update .dsp's
Zeev Suraski [Wed, 16 Feb 2000 16:46:01 +0000 (16:46 +0000)]
- Update .dsp's
- Fix auth_user issue

25 years agorecognize 125 as success for put/get commands
Andrew Skalski [Wed, 16 Feb 2000 16:07:27 +0000 (16:07 +0000)]
recognize 125 as success for put/get commands

25 years agoAdd test to avoid recursion, if the build environment is not
Sascha Schumann [Wed, 16 Feb 2000 16:06:12 +0000 (16:06 +0000)]
Add test to avoid recursion, if the build environment is not
correctly set up.

25 years ago- Hopefully fix Thies' bug report.
Andi Gutmans [Wed, 16 Feb 2000 16:00:02 +0000 (16:00 +0000)]
- Hopefully fix Thies' bug report.

25 years agoI'd really like that.
Andrei Zmievski [Wed, 16 Feb 2000 14:50:48 +0000 (14:50 +0000)]
I'd really like that.

25 years agoZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked
Zeev Suraski [Wed, 16 Feb 2000 13:55:22 +0000 (13:55 +0000)]
ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked

25 years agoAdd to the news
Andi Gutmans [Wed, 16 Feb 2000 13:35:58 +0000 (13:35 +0000)]
Add to the news

25 years ago- In IIS ISAPI when the user presses the STOP button while the script is
Andi Gutmans [Wed, 16 Feb 2000 13:34:07 +0000 (13:34 +0000)]
- In IIS ISAPI when the user presses the STOP button while the script is
  running make sure it stops gracefully. Before it stuck the server.

25 years agospeedup parse_url!
Thies C. Arntzen [Wed, 16 Feb 2000 11:48:58 +0000 (11:48 +0000)]
speedup parse_url!

25 years ago(url_parse) only free regex if compile worked.
Thies C. Arntzen [Wed, 16 Feb 2000 11:47:20 +0000 (11:47 +0000)]
(url_parse) only free regex if compile worked.

25 years ago(url_parse) fix memory leak (#3495)
Thies C. Arntzen [Wed, 16 Feb 2000 11:41:49 +0000 (11:41 +0000)]
(url_parse) fix memory leak (#3495)

25 years ago- OK, for a change I remember to put my changes in the NEWS file.
Andi Gutmans [Wed, 16 Feb 2000 09:37:04 +0000 (09:37 +0000)]
- OK, for a change I remember to put my changes in the NEWS file.

25 years ago- PHP_WIN32
Andi Gutmans [Wed, 16 Feb 2000 09:33:19 +0000 (09:33 +0000)]
- PHP_WIN32

25 years ago- Fix bug #3309
Andi Gutmans [Wed, 16 Feb 2000 09:20:10 +0000 (09:20 +0000)]
- Fix bug #3309

25 years agoChangeLog update
<changelog@php.net> [Wed, 16 Feb 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 16 Feb 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update

25 years ago@- Improved ISAPI module - it should no longer be necessary to set PHP as
Zeev Suraski [Tue, 15 Feb 2000 23:31:10 +0000 (23:31 +0000)]
@- Improved ISAPI module - it should no longer be necessary to set PHP as
@  an ISAPI filter, only as an ISAPI extension, unless you wish to perform
@  authentication using PHP.  This didn't yet get enough testing, but it
@  should work (Zeev)
- Fixed auth_user/auth_password memory leak (I didn't have time to test it under
  Apache, feedback welcome!)

25 years agoFix enable again.
Andrei Zmievski [Tue, 15 Feb 2000 22:55:45 +0000 (22:55 +0000)]
Fix enable again.

25 years ago@- Fixed RFC1867 file upload under Windows (Zeev)
Zeev Suraski [Tue, 15 Feb 2000 22:51:18 +0000 (22:51 +0000)]
@- Fixed RFC1867 file upload under Windows (Zeev)
Fixed a memory leak

25 years agoadding a missing PHP_FALIAS to imap_listsubscribed()
Chuck Hagenbuch [Tue, 15 Feb 2000 20:06:53 +0000 (20:06 +0000)]
adding a missing PHP_FALIAS to imap_listsubscribed()

25 years agoChanged --with-wddx to --enable-wddx.
Andrei Zmievski [Tue, 15 Feb 2000 14:43:32 +0000 (14:43 +0000)]
Changed --with-wddx to --enable-wddx.

25 years agoTest for --enable-xml.
Andrei Zmievski [Tue, 15 Feb 2000 14:24:59 +0000 (14:24 +0000)]
Test for --enable-xml.

25 years agoChanging the header.
Andrei Zmievski [Tue, 15 Feb 2000 14:24:46 +0000 (14:24 +0000)]
Changing the header.

25 years agoLittle correction.
Andrei Zmievski [Tue, 15 Feb 2000 14:23:54 +0000 (14:23 +0000)]
Little correction.

25 years ago- initial support for pdflib 2.20, little testing till now
Uwe Steinmann [Tue, 15 Feb 2000 08:10:32 +0000 (08:10 +0000)]
- initial support for pdflib 2.20, little testing till now

25 years ago- Get rid of mistake
Andi Gutmans [Tue, 15 Feb 2000 04:54:20 +0000 (04:54 +0000)]
- Get rid of mistake

25 years agoChangeLog update
<changelog@php.net> [Tue, 15 Feb 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 15 Feb 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update

25 years ago- Put in the infrastructure for the unset() fix. Right now it has the old
Andi Gutmans [Mon, 14 Feb 2000 20:31:01 +0000 (20:31 +0000)]
- Put in the infrastructure for the unset() fix. Right now it has the old
  behavior but I just need time tomorrow to add the correct behavior.

25 years ago- Fix bug in func_get_arg()
Andi Gutmans [Mon, 14 Feb 2000 19:08:51 +0000 (19:08 +0000)]
- Fix bug in func_get_arg()
- Get rid of compiler warnings for unused function crash()

25 years ago@Re-introduced "none" for disabling auto_prepend/append_file (Stig)
Stig Bakken [Mon, 14 Feb 2000 15:36:45 +0000 (15:36 +0000)]
@Re-introduced "none" for disabling auto_prepend/append_file (Stig)
Made auto_prepend_file and auto_append_file accept "none" as parameter
to disable, like in PHP 3.0.

25 years ago@Added DB/storage to PEAR
Stig Bakken [Mon, 14 Feb 2000 15:12:20 +0000 (15:12 +0000)]
@Added DB/storage to PEAR
@Introduced DB warnings
Added DB/storage to PEAR.
Introduced DB warnings
Revert to using Javadoc-style comments.
DB_common now returns references in the appropriate places

25 years agoFix for filesize() and others on sockets.
Andrei Zmievski [Mon, 14 Feb 2000 14:18:17 +0000 (14:18 +0000)]
Fix for filesize() and others on sockets.

25 years agoChangeLog update
<changelog@php.net> [Mon, 14 Feb 2000 14:06:49 +0000 (14:06 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 14 Feb 2000 14:06:42 +0000 (14:06 +0000)]
NEWS update

25 years agoimap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIs
Hartmut Holzgraefe [Mon, 14 Feb 2000 13:09:51 +0000 (13:09 +0000)]
imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIs

25 years agoUse sapi_free_header.
David Hedbor [Mon, 14 Feb 2000 08:11:48 +0000 (08:11 +0000)]
Use sapi_free_header.

25 years agoFix a few memory leaks
Zeev Suraski [Sun, 13 Feb 2000 22:17:09 +0000 (22:17 +0000)]
Fix a few memory leaks

25 years agoFix a memory leak
Zeev Suraski [Sun, 13 Feb 2000 22:15:06 +0000 (22:15 +0000)]
Fix a memory leak

25 years agoFixing compile and link with current cvs.
Frank M. Kromann [Sun, 13 Feb 2000 19:06:51 +0000 (19:06 +0000)]
Fixing compile and link with current cvs.

25 years ago- Not sure if len can be zero but it's better to check it once then
Andi Gutmans [Sun, 13 Feb 2000 15:59:32 +0000 (15:59 +0000)]
- Not sure if len can be zero but it's better to check it once then
  rechecking for it every loop and having an extra variable do nothing.

25 years ago- Beautify a bit.
Andi Gutmans [Sun, 13 Feb 2000 15:56:07 +0000 (15:56 +0000)]
- Beautify a bit.

25 years ago- Hopefully fix strip_tags bug
Zeev Suraski [Sun, 13 Feb 2000 15:35:51 +0000 (15:35 +0000)]
- Hopefully fix strip_tags bug
@- Fix overrun in strip_tags (Stas, Zend library)

25 years ago@- Fixed crash in strip_tags() and related functions. (Thies)
Thies C. Arntzen [Sun, 13 Feb 2000 14:56:35 +0000 (14:56 +0000)]
@- Fixed crash in strip_tags() and related functions. (Thies)

25 years ago- Save a function call one very hash_add
Andi Gutmans [Sun, 13 Feb 2000 13:31:29 +0000 (13:31 +0000)]
- Save a function call one very hash_add

25 years ago- Improve startup speed a bit by using the hash_*_ptr() functions
Andi Gutmans [Sun, 13 Feb 2000 13:25:01 +0000 (13:25 +0000)]
- Improve startup speed a bit by using the hash_*_ptr() functions

25 years ago- Make startup a bit faster by changing some hash_update()'s and hash_add()'s
Andi Gutmans [Sun, 13 Feb 2000 13:22:02 +0000 (13:22 +0000)]
- Make startup a bit faster by changing some hash_update()'s and hash_add()'s
  to hash_update_ptr()/hash_add_ptr()

25 years ago- Fix a couple of potential bugs where we were using emalloc/efree instead
Andi Gutmans [Sun, 13 Feb 2000 12:45:36 +0000 (12:45 +0000)]
- Fix a couple of potential bugs where we were using emalloc/efree instead
  of pemalloc/pefree.
- Fix a bug were we potentially would be freeing the key by mistake

25 years ago- PHP_WIN32
Danny Heijl [Sun, 13 Feb 2000 11:24:14 +0000 (11:24 +0000)]
- PHP_WIN32

25 years agoReport access violations
Zeev Suraski [Sun, 13 Feb 2000 01:24:51 +0000 (01:24 +0000)]
Report access violations

25 years ago*** empty log message ***
Zeev Suraski [Sun, 13 Feb 2000 01:22:11 +0000 (01:22 +0000)]
*** empty log message ***

25 years agoMake all of the ISAPI variables register themselves as Server variables
Zeev Suraski [Sun, 13 Feb 2000 01:14:45 +0000 (01:14 +0000)]
Make all of the ISAPI variables register themselves as Server variables

25 years agoMake (array) false == array() and not array(false)
Zeev Suraski [Sun, 13 Feb 2000 00:52:33 +0000 (00:52 +0000)]
Make (array) false == array() and not array(false)

25 years agoTrap bailout of shutdown functions
Zeev Suraski [Sun, 13 Feb 2000 00:26:54 +0000 (00:26 +0000)]
Trap bailout of shutdown functions

25 years ago- Update the C file to use PHP_WIN32
Andi Gutmans [Sat, 12 Feb 2000 19:47:49 +0000 (19:47 +0000)]
- Update the C file to use PHP_WIN32

25 years ago- Update the project file with the Win32 defines.
Andi Gutmans [Sat, 12 Feb 2000 19:46:45 +0000 (19:46 +0000)]
- Update the project file with the Win32 defines.

25 years agohaving HTTP_UPLOAD_FILES[] seems logical to me
Thies C. Arntzen [Sat, 12 Feb 2000 18:03:09 +0000 (18:03 +0000)]
having HTTP_UPLOAD_FILES[] seems logical to me

25 years ago@- Workaround for bogus POST-Data from IE/Mac. (Thies)
Thies C. Arntzen [Sat, 12 Feb 2000 17:37:11 +0000 (17:37 +0000)]
@- Workaround for bogus POST-Data from IE/Mac. (Thies)
@  Patch by Alain Malek <alain@virtua.ch>
fix #2944

25 years ago- Support wddx by default on Windows
Andi Gutmans [Sat, 12 Feb 2000 15:47:51 +0000 (15:47 +0000)]
- Support wddx by default on Windows

25 years ago$ext_src_base is the source dir of the extension
Sascha Schumann [Sat, 12 Feb 2000 15:13:44 +0000 (15:13 +0000)]
$ext_src_base is the source dir of the extension

25 years agoTell expat the byte order
Sascha Schumann [Sat, 12 Feb 2000 15:08:32 +0000 (15:08 +0000)]
Tell expat the byte order