]>
granicus.if.org Git - php/log
Andi Gutmans [Wed, 23 Feb 2000 21:10:18 +0000 (21:10 +0000)]
- MySQL now compiles right into the PHP 4 binary on Windows
Sascha Schumann [Wed, 23 Feb 2000 20:56:18 +0000 (20:56 +0000)]
Kill another warning
Sascha Schumann [Wed, 23 Feb 2000 20:48:12 +0000 (20:48 +0000)]
Remove warning message
Sascha Schumann [Wed, 23 Feb 2000 20:22:55 +0000 (20:22 +0000)]
.
Stig Bakken [Wed, 23 Feb 2000 19:26:31 +0000 (19:26 +0000)]
shut up cross compiling warnings
Sascha Schumann [Wed, 23 Feb 2000 19:16:34 +0000 (19:16 +0000)]
Define SQL_SUCCEEDED for Solid.
PR: #3383
Thies C. Arntzen [Wed, 23 Feb 2000 18:57:08 +0000 (18:57 +0000)]
bump version number
Sascha Schumann [Wed, 23 Feb 2000 17:39:58 +0000 (17:39 +0000)]
Include <sys/types.h> and <sys/time.h> before <sys/resource.h>
Egon Schmid [Wed, 23 Feb 2000 16:57:09 +0000 (16:57 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 16:38:38 +0000 (16:38 +0000)]
More protos.
Andreas Karajannis [Wed, 23 Feb 2000 16:34:08 +0000 (16:34 +0000)]
uodbc now uses zend's reference system. The crashes on request shutdown should be gone.
Egon Schmid [Wed, 23 Feb 2000 16:33:01 +0000 (16:33 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 16:26:10 +0000 (16:26 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 15:54:23 +0000 (15:54 +0000)]
Thies, it looks now a little bit better.
Please correct my dummy entries.
Sascha Schumann [Wed, 23 Feb 2000 15:44:02 +0000 (15:44 +0000)]
php.h should be the first file included, so that HAVE_* are defined
Egon Schmid [Wed, 23 Feb 2000 15:04:36 +0000 (15:04 +0000)]
More protos.
Egon Schmid [Wed, 23 Feb 2000 14:50:40 +0000 (14:50 +0000)]
Changed here also.
Sascha Schumann [Wed, 23 Feb 2000 14:13:34 +0000 (14:13 +0000)]
Include <sys/resource.h> for getrusage(2)
PR: #3479
Sascha Schumann [Wed, 23 Feb 2000 14:08:16 +0000 (14:08 +0000)]
Fix include file path
Suggested by: stephen@ecoverage.com
PR: #3542
Sascha Schumann [Wed, 23 Feb 2000 14:05:56 +0000 (14:05 +0000)]
Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558
Sascha Schumann [Wed, 23 Feb 2000 13:57:06 +0000 (13:57 +0000)]
Proper check for getrusage(), it somehow disappeared.
Egon Schmid [Wed, 23 Feb 2000 09:29:10 +0000 (09:29 +0000)]
More protos.
Andi Gutmans [Wed, 23 Feb 2000 05:25:28 +0000 (05:25 +0000)]
- Make libmsyql.lib compile. It fails with two unresolved symbols on link
with PHP 4 so I am not commiting the .dsw quite yet.
<changelog@php.net> [Wed, 23 Feb 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 23 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Sascha Schumann [Tue, 22 Feb 2000 22:52:14 +0000 (22:52 +0000)]
Revert part of the last commit
Andrew Skalski [Tue, 22 Feb 2000 20:50:00 +0000 (20:50 +0000)]
added the ftp_site() function
Uwe Steinmann [Tue, 22 Feb 2000 20:24:56 +0000 (20:24 +0000)]
- added support for namespaces
- made entities in attributes possible
Andrei Zmievski [Tue, 22 Feb 2000 18:00:32 +0000 (18:00 +0000)]
(PHP exec) Return last line of output properly.
Uwe Steinmann [Tue, 22 Feb 2000 17:03:36 +0000 (17:03 +0000)]
- some tiny changes to the test routine
Uwe Steinmann [Tue, 22 Feb 2000 17:03:01 +0000 (17:03 +0000)]
- dom tree isn't editable anymore. Will probably change back in the future
Egon Schmid [Tue, 22 Feb 2000 16:46:40 +0000 (16:46 +0000)]
More protos.
Egon Schmid [Tue, 22 Feb 2000 15:48:43 +0000 (15:48 +0000)]
More protos.
Sascha Schumann [Tue, 22 Feb 2000 14:44:29 +0000 (14:44 +0000)]
Print out a warning, if writing the session data failed. This might
happen in a request shutdown handler; php_error() worked for me in the
CGI version.
Sam Ruby [Tue, 22 Feb 2000 14:37:45 +0000 (14:37 +0000)]
add proper dependencies
Andrei Zmievski [Tue, 22 Feb 2000 14:26:12 +0000 (14:26 +0000)]
Added phpextdist script for making external extension packages.
Andrei Zmievski [Tue, 22 Feb 2000 14:23:45 +0000 (14:23 +0000)]
Use 'cp' instead of 'install'.
Andrei Zmievski [Tue, 22 Feb 2000 14:23:09 +0000 (14:23 +0000)]
Typo.
Andrei Zmievski [Tue, 22 Feb 2000 14:20:54 +0000 (14:20 +0000)]
Remove duplicates.
<changelog@php.net> [Tue, 22 Feb 2000 14:14:45 +0000 (14:14 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 22 Feb 2000 14:14:42 +0000 (14:14 +0000)]
NEWS update
Thies C. Arntzen [Tue, 22 Feb 2000 13:56:48 +0000 (13:56 +0000)]
@- Fixed OCI8 crash when returning cursors from stored-procedures. (Thies)
MySQL Team [Mon, 21 Feb 2000 18:54:27 +0000 (18:54 +0000)]
Ignore more
MySQL Team [Mon, 21 Feb 2000 16:42:14 +0000 (16:42 +0000)]
Autogenerated file.
Zeev Suraski [Mon, 21 Feb 2000 16:41:15 +0000 (16:41 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 21 Feb 2000 16:34:50 +0000 (16:34 +0000)]
Prepare a package
Uwe Steinmann [Mon, 21 Feb 2000 16:24:05 +0000 (16:24 +0000)]
- Ups,
Uwe Steinmann [Mon, 21 Feb 2000 16:23:09 +0000 (16:23 +0000)]
- pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdef
- small fix in testdom to suppress error msg.
Andi Gutmans [Mon, 21 Feb 2000 16:19:02 +0000 (16:19 +0000)]
- Update CVS with right version
Chuck Hagenbuch [Mon, 21 Feb 2000 14:50:41 +0000 (14:50 +0000)]
being accountable for the imap and mcal work that I've done (and adding an
MCAL credits line)
Andrew Skalski [Mon, 21 Feb 2000 14:35:28 +0000 (14:35 +0000)]
added myself to the FTP/IMAP credits
Thies C. Arntzen [Mon, 21 Feb 2000 14:01:19 +0000 (14:01 +0000)]
compile-fix
Thies C. Arntzen [Mon, 21 Feb 2000 12:13:27 +0000 (12:13 +0000)]
@- Fixed crash when magic_quotes were switched off. (Thies)
Thies C. Arntzen [Mon, 21 Feb 2000 11:02:02 +0000 (11:02 +0000)]
the next baby is likely to be RC1, but...
<changelog@php.net> [Mon, 21 Feb 2000 02:09:03 +0000 (02:09 +0000)]
ChangeLog update
MySQL Team [Mon, 21 Feb 2000 00:07:09 +0000 (00:07 +0000)]
Some small changes for readability
MySQL Team [Mon, 21 Feb 2000 00:03:28 +0000 (00:03 +0000)]
Autogenerated!
MySQL Team [Sun, 20 Feb 2000 22:50:57 +0000 (22:50 +0000)]
Update for libmysql.
MySQL Team [Sun, 20 Feb 2000 22:49:31 +0000 (22:49 +0000)]
Update for libmysql.
Zeev Suraski [Sun, 20 Feb 2000 21:30:33 +0000 (21:30 +0000)]
Go B4, go!
Sam Ruby [Sun, 20 Feb 2000 14:27:17 +0000 (14:27 +0000)]
php4ts.lib => php4ts_debug.lib when building for Debug_TS target
Sam Ruby [Sun, 20 Feb 2000 13:43:51 +0000 (13:43 +0000)]
Potential trap when cookies are sent
Sam Ruby [Sun, 20 Feb 2000 12:09:34 +0000 (12:09 +0000)]
Added support for arrays
Better support for instances of non-public classes (based on a suggestion
by Patrick Beard of NetScape)
Zeev Suraski [Sun, 20 Feb 2000 07:27:46 +0000 (07:27 +0000)]
Win32 compile fix
Evan Klinger [Sun, 20 Feb 2000 05:32:51 +0000 (05:32 +0000)]
Eliminate compile errors relating to signals.
<changelog@php.net> [Sun, 20 Feb 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 20 Feb 2000 02:09:05 +0000 (02:09 +0000)]
NEWS update
Zeev Suraski [Sat, 19 Feb 2000 23:43:27 +0000 (23:43 +0000)]
Win32 compile fix
Zeev Suraski [Sat, 19 Feb 2000 23:41:32 +0000 (23:41 +0000)]
the pipe is breaking all the time
Zeev Suraski [Sat, 19 Feb 2000 23:40:09 +0000 (23:40 +0000)]
It didn't all go through
Zeev Suraski [Sat, 19 Feb 2000 23:21:46 +0000 (23:21 +0000)]
Get the license right... (this won't make it to RC1 of B4)
Zeev Suraski [Sat, 19 Feb 2000 22:49:38 +0000 (22:49 +0000)]
Prepare for B4-RC1
Zeev Suraski [Sat, 19 Feb 2000 22:46:42 +0000 (22:46 +0000)]
(c) patch
Zeev Suraski [Sat, 19 Feb 2000 22:45:49 +0000 (22:45 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 19 Feb 2000 22:41:53 +0000 (22:41 +0000)]
Restore the singal protection in the MySQL module
MySQL Team [Sat, 19 Feb 2000 21:45:44 +0000 (21:45 +0000)]
Add missing files to Makefile
MySQL Team [Sat, 19 Feb 2000 21:35:02 +0000 (21:35 +0000)]
First version from the MySQL team.
Zeev Suraski [Sat, 19 Feb 2000 20:12:26 +0000 (20:12 +0000)]
Worked on beautifying rfc1867.c a bit
@- Introduced $HTTP_POST_FILES[], that contains information about files uploaded
@ through HTTP upload (Zeev)
Andi Gutmans [Sat, 19 Feb 2000 19:51:47 +0000 (19:51 +0000)]
- Add two missing files
Zeev Suraski [Sat, 19 Feb 2000 19:21:45 +0000 (19:21 +0000)]
- Fix a nasty bug in the hash, introduced in the recent migration to macros
- Make array_init() and friends trackable
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.