]>
granicus.if.org Git - php/log
Andi Gutmans [Sat, 19 Feb 2000 19:01:09 +0000 (19:01 +0000)]
- One more fix to link with Release_TS_inline
Andi Gutmans [Sat, 19 Feb 2000 17:36:46 +0000 (17:36 +0000)]
- Link with the right php4ts library in Release_TS_inline mode.
Andrei Zmievski [Sat, 19 Feb 2000 16:05:26 +0000 (16:05 +0000)]
New function instead of fix.
Zeev Suraski [Sat, 19 Feb 2000 13:11:39 +0000 (13:11 +0000)]
Generalize macros
Zeev Suraski [Sat, 19 Feb 2000 13:11:02 +0000 (13:11 +0000)]
*** empty log message ***
Andi Gutmans [Sat, 19 Feb 2000 10:10:46 +0000 (10:10 +0000)]
- Add libmysql to the tree
<changelog@php.net> [Sat, 19 Feb 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
Zeev Suraski [Fri, 18 Feb 2000 21:15:48 +0000 (21:15 +0000)]
*** empty log message ***
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_
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()
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.
Sascha Schumann [Fri, 18 Feb 2000 10:13:15 +0000 (10:13 +0000)]
Fix warnings when compiling static Apache module
Sascha Schumann [Fri, 18 Feb 2000 09:59:42 +0000 (09:59 +0000)]
File is found in $(srcdir)
Andi Gutmans [Fri, 18 Feb 2000 09:18:19 +0000 (09:18 +0000)]
- Didn't compile on Win32
<changelog@php.net> [Fri, 18 Feb 2000 02:09:14 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 18 Feb 2000 02:09:11 +0000 (02:09 +0000)]
NEWS update
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.
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
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)
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.
Andrei Zmievski [Thu, 17 Feb 2000 23:36:10 +0000 (23:36 +0000)]
The list grows.
Andrei Zmievski [Thu, 17 Feb 2000 23:08:33 +0000 (23:08 +0000)]
Don't need dlist.h anymore.
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.
Zeev Suraski [Thu, 17 Feb 2000 20:46:13 +0000 (20:46 +0000)]
Fix duplicate freeing
Stig Bakken [Thu, 17 Feb 2000 20:32:51 +0000 (20:32 +0000)]
typo
Uwe Steinmann [Thu, 17 Feb 2000 20:30:00 +0000 (20:30 +0000)]
- fixed bug if attribute value is entity
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...)
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)
Stig Bakken [Thu, 17 Feb 2000 20:22:56 +0000 (20:22 +0000)]
install DB_pgsql and DB_storage
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
Uwe Steinmann [Thu, 17 Feb 2000 15:05:24 +0000 (15:05 +0000)]
- change some function name into php style
Andi Gutmans [Thu, 17 Feb 2000 08:03:13 +0000 (08:03 +0000)]
- Add ZEND_API
Sam Ruby [Thu, 17 Feb 2000 06:44:14 +0000 (06:44 +0000)]
Allow non-public enumerations to be accessed
<changelog@php.net> [Thu, 17 Feb 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 17 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
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
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
Zeev Suraski [Wed, 16 Feb 2000 17:46:14 +0000 (17:46 +0000)]
@- Updated the browscap module to work with PHP 4.0 (Zeev)
Andi Gutmans [Wed, 16 Feb 2000 16:49:44 +0000 (16:49 +0000)]
-Fix bug 3504 concerning leaks with unset()
Zeev Suraski [Wed, 16 Feb 2000 16:46:01 +0000 (16:46 +0000)]
- Update .dsp's
- Fix auth_user issue
Andrew Skalski [Wed, 16 Feb 2000 16:07:27 +0000 (16:07 +0000)]
recognize 125 as success for put/get commands
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.
Andi Gutmans [Wed, 16 Feb 2000 16:00:02 +0000 (16:00 +0000)]
- Hopefully fix Thies' bug report.
Andrei Zmievski [Wed, 16 Feb 2000 14:50:48 +0000 (14:50 +0000)]
I'd really like that.
Zeev Suraski [Wed, 16 Feb 2000 13:55:22 +0000 (13:55 +0000)]
ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked
Andi Gutmans [Wed, 16 Feb 2000 13:35:58 +0000 (13:35 +0000)]
Add to the news
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.
Thies C. Arntzen [Wed, 16 Feb 2000 11:48:58 +0000 (11:48 +0000)]
speedup parse_url!
Thies C. Arntzen [Wed, 16 Feb 2000 11:47:20 +0000 (11:47 +0000)]
(url_parse) only free regex if compile worked.
Thies C. Arntzen [Wed, 16 Feb 2000 11:41:49 +0000 (11:41 +0000)]
(url_parse) fix memory leak (#3495)
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.
Andi Gutmans [Wed, 16 Feb 2000 09:33:19 +0000 (09:33 +0000)]
- PHP_WIN32
Andi Gutmans [Wed, 16 Feb 2000 09:20:10 +0000 (09:20 +0000)]
- Fix bug #3309
<changelog@php.net> [Wed, 16 Feb 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 16 Feb 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update
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!)
Andrei Zmievski [Tue, 15 Feb 2000 22:55:45 +0000 (22:55 +0000)]
Fix enable again.
Zeev Suraski [Tue, 15 Feb 2000 22:51:18 +0000 (22:51 +0000)]
@- Fixed RFC1867 file upload under Windows (Zeev)
Fixed a memory leak
Chuck Hagenbuch [Tue, 15 Feb 2000 20:06:53 +0000 (20:06 +0000)]
adding a missing PHP_FALIAS to imap_listsubscribed()
Andrei Zmievski [Tue, 15 Feb 2000 14:43:32 +0000 (14:43 +0000)]
Changed --with-wddx to --enable-wddx.
Andrei Zmievski [Tue, 15 Feb 2000 14:24:59 +0000 (14:24 +0000)]
Test for --enable-xml.
Andrei Zmievski [Tue, 15 Feb 2000 14:24:46 +0000 (14:24 +0000)]
Changing the header.
Andrei Zmievski [Tue, 15 Feb 2000 14:23:54 +0000 (14:23 +0000)]
Little correction.
Uwe Steinmann [Tue, 15 Feb 2000 08:10:32 +0000 (08:10 +0000)]
- initial support for pdflib 2.20, little testing till now
Andi Gutmans [Tue, 15 Feb 2000 04:54:20 +0000 (04:54 +0000)]
- Get rid of mistake
<changelog@php.net> [Tue, 15 Feb 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 15 Feb 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
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.
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()
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.
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
Andrei Zmievski [Mon, 14 Feb 2000 14:18:17 +0000 (14:18 +0000)]
Fix for filesize() and others on sockets.
<changelog@php.net> [Mon, 14 Feb 2000 14:06:49 +0000 (14:06 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 14 Feb 2000 14:06:42 +0000 (14:06 +0000)]
NEWS update
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
David Hedbor [Mon, 14 Feb 2000 08:11:48 +0000 (08:11 +0000)]
Use sapi_free_header.
Zeev Suraski [Sun, 13 Feb 2000 22:17:09 +0000 (22:17 +0000)]
Fix a few memory leaks
Zeev Suraski [Sun, 13 Feb 2000 22:15:06 +0000 (22:15 +0000)]
Fix a memory leak
Frank M. Kromann [Sun, 13 Feb 2000 19:06:51 +0000 (19:06 +0000)]
Fixing compile and link with current cvs.
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.
Andi Gutmans [Sun, 13 Feb 2000 15:56:07 +0000 (15:56 +0000)]
- Beautify a bit.
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)
Thies C. Arntzen [Sun, 13 Feb 2000 14:56:35 +0000 (14:56 +0000)]
@- Fixed crash in strip_tags() and related functions. (Thies)
Andi Gutmans [Sun, 13 Feb 2000 13:31:29 +0000 (13:31 +0000)]
- Save a function call one very hash_add
Andi Gutmans [Sun, 13 Feb 2000 13:25:01 +0000 (13:25 +0000)]
- Improve startup speed a bit by using the hash_*_ptr() functions
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()
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
Danny Heijl [Sun, 13 Feb 2000 11:24:14 +0000 (11:24 +0000)]
- PHP_WIN32
Zeev Suraski [Sun, 13 Feb 2000 01:24:51 +0000 (01:24 +0000)]
Report access violations
Zeev Suraski [Sun, 13 Feb 2000 01:22:11 +0000 (01:22 +0000)]
*** empty log message ***
Zeev Suraski [Sun, 13 Feb 2000 01:14:45 +0000 (01:14 +0000)]
Make all of the ISAPI variables register themselves as Server variables
Zeev Suraski [Sun, 13 Feb 2000 00:52:33 +0000 (00:52 +0000)]
Make (array) false == array() and not array(false)
Zeev Suraski [Sun, 13 Feb 2000 00:26:54 +0000 (00:26 +0000)]
Trap bailout of shutdown functions
Andi Gutmans [Sat, 12 Feb 2000 19:47:49 +0000 (19:47 +0000)]
- Update the C file to use PHP_WIN32
Andi Gutmans [Sat, 12 Feb 2000 19:46:45 +0000 (19:46 +0000)]
- Update the project file with the Win32 defines.
Thies C. Arntzen [Sat, 12 Feb 2000 18:03:09 +0000 (18:03 +0000)]
having HTTP_UPLOAD_FILES[] seems logical to me
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
Andi Gutmans [Sat, 12 Feb 2000 15:47:51 +0000 (15:47 +0000)]
- Support wddx by default on Windows
Sascha Schumann [Sat, 12 Feb 2000 15:13:44 +0000 (15:13 +0000)]
$ext_src_base is the source dir of the extension
Sascha Schumann [Sat, 12 Feb 2000 15:08:32 +0000 (15:08 +0000)]
Tell expat the byte order