]> granicus.if.org Git - php/log
php
23 years agoPrevent problems with PDFlib 3.00 when setting the imagewarning parameter.
Wez Furlong [Wed, 6 Jun 2001 09:58:22 +0000 (09:58 +0000)]
Prevent problems with PDFlib 3.00 when setting the imagewarning parameter.
# I don't know if this is in later minors of PDF 3.x; someone please check!

23 years ago Change OCIFreeColl to OCIFreeCollection for consistency
Andy Sautins [Wed, 6 Jun 2001 00:08:21 +0000 (00:08 +0000)]
   Change OCIFreeColl to OCIFreeCollection for consistency
with OCINewCursor/OCIFreeCursor

23 years agodefined HAVE_CONFIG_H to enable DSO extension support.
Rui Hirokawa [Tue, 5 Jun 2001 23:11:29 +0000 (23:11 +0000)]
defined HAVE_CONFIG_H to enable DSO extension support.

23 years agobugfix: collections didn't work correctly
Harald Radi [Tue, 5 Jun 2001 22:09:58 +0000 (22:09 +0000)]
bugfix: collections didn't work correctly

23 years agoFixing memory leak.
Frank M. Kromann [Tue, 5 Jun 2001 21:09:50 +0000 (21:09 +0000)]
Fixing memory leak.
Fixing mssql_pconnect to work with ISAPI
Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL

23 years agoAdd the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf
Jason Greene [Tue, 5 Jun 2001 16:35:56 +0000 (16:35 +0000)]
Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf
if the platform has a broken (v)snprintf, or in my case, if a library included
by a module redifines snprintf incorrectly.

23 years agoput VT_ARRAY outside of the switch
Harald Radi [Tue, 5 Jun 2001 16:24:53 +0000 (16:24 +0000)]
put  VT_ARRAY outside of the switch

23 years agoFix Non-terminated comment
Jason Greene [Tue, 5 Jun 2001 16:06:31 +0000 (16:06 +0000)]
Fix Non-terminated comment

23 years agotwo bug fixed: return value of mb_strimwidth() was invalid and separator parameter...
Rui Hirokawa [Tue, 5 Jun 2001 14:25:23 +0000 (14:25 +0000)]
two bug fixed: return value of mb_strimwidth() was invalid and separator parameter of mb_parse_str wasn't worked.

23 years agoCreated a testset and a script to create a (mysql) database. This script
Marc Boeren [Tue, 5 Jun 2001 13:51:01 +0000 (13:51 +0000)]
Created a testset and a script to create a (mysql) database. This script
is easily modified to create other databases as well. The testset needs the
database, but it doesn't need to be a mysql database. Scripts to generate
other databases (with the same structure and data) would be appreciated.

23 years agoReplaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and
Marc Boeren [Tue, 5 Jun 2001 13:39:09 +0000 (13:39 +0000)]
Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and
 DBX_CMP_ASC, DBX_CMP_DESC flags.
Default comparison changed from DBX_CMP_TEXT to new DBX_CMP_NATIVE.
Solved bug in associative fields when using mssql
Cleaned up comments (/*/ ... /*/ to /* ... */)
dbx_connect now always return false if the database is not found.
Optimized dbx_query field-info retrieval loop

23 years agovim-6 does folding - clean up a bunch of missing folding tags plus
Rasmus Lerdorf [Tue, 5 Jun 2001 13:12:10 +0000 (13:12 +0000)]
vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

23 years agotypelib is loaded automatically (depends on ini setting)
Harald Radi [Tue, 5 Jun 2001 12:53:44 +0000 (12:53 +0000)]
typelib is loaded automatically (depends on ini setting)
added com_load_typelib()
# i must get rid of duplicate defines()
@ fixed a bug when com.allow_dcom is set to false
@ added a further parameter to the constructor to load typelibs
@ from file when instantiating components (e.g. DCOM Components
@ without local registration). (phanto)

23 years ago-used makros for zval modifications where possible
Harald Radi [Tue, 5 Jun 2001 12:47:13 +0000 (12:47 +0000)]
-used makros for zval modifications where possible
-small fixes in safearray to phparray code

23 years agoIgnore generated files.
Andrei Zmievski [Mon, 4 Jun 2001 13:14:26 +0000 (13:14 +0000)]
Ignore generated files.

23 years ago*** empty log message ***
Andrei Zmievski [Mon, 4 Jun 2001 13:13:08 +0000 (13:13 +0000)]
*** empty log message ***

23 years agoFixed bug: #11265
foobar [Mon, 4 Jun 2001 08:06:07 +0000 (08:06 +0000)]
Fixed bug: #11265

23 years agoFix bug: #9713
foobar [Mon, 4 Jun 2001 02:04:46 +0000 (02:04 +0000)]
Fix bug: #9713

23 years agoAlways use -n...
foobar [Mon, 4 Jun 2001 01:36:14 +0000 (01:36 +0000)]
Always use -n...

23 years agofix this (mea culpa, stray commit)
Sterling Hughes [Sun, 3 Jun 2001 21:38:23 +0000 (21:38 +0000)]
fix this (mea culpa, stray commit)

23 years agoFixed little buggie with T1lib support.
foobar [Sun, 3 Jun 2001 21:32:53 +0000 (21:32 +0000)]
Fixed little buggie with T1lib support.

23 years agoEmpty directories. No need for .cvsignore.
Sascha Schumann [Sun, 3 Jun 2001 17:13:54 +0000 (17:13 +0000)]
Empty directories.  No need for .cvsignore.

23 years agoFix XML build.
Sascha Schumann [Sun, 3 Jun 2001 17:11:05 +0000 (17:11 +0000)]
Fix XML build.

# sniper, did you ever test one of your patches?

23 years agoadded safearray to pval conversion for 1d arrays
Harald Radi [Sun, 3 Jun 2001 15:35:41 +0000 (15:35 +0000)]
added safearray to pval conversion for 1d arrays

23 years ago@ added the possibility to specify typelibs by full name
Harald Radi [Sun, 3 Jun 2001 15:33:41 +0000 (15:33 +0000)]
@ added the possibility to specify typelibs by full name
@ in the typelib file (Alan Brown)

23 years agofix logic
Sascha Schumann [Sun, 3 Jun 2001 13:59:21 +0000 (13:59 +0000)]
fix logic

23 years agoremoved unneeded function
Harald Radi [Sun, 3 Jun 2001 01:38:56 +0000 (01:38 +0000)]
removed unneeded function

23 years agofixed typelib support
Harald Radi [Sun, 3 Jun 2001 01:20:08 +0000 (01:20 +0000)]
fixed typelib support

23 years agoa bug fixed about memory reallocation and added extra parameter support to mb_send_ma...
Rui Hirokawa [Sun, 3 Jun 2001 01:14:45 +0000 (01:14 +0000)]
a bug fixed about memory reallocation and added extra parameter support to mb_send_mail().

23 years agoLeftovers from master Beckham's patch.
Sterling Hughes [Sat, 2 Jun 2001 05:25:36 +0000 (05:25 +0000)]
Leftovers from master Beckham's patch.

23 years agoPatch from Daniel Beckham, fetch the entry resource id, not the directory
Sterling Hughes [Sat, 2 Jun 2001 05:12:44 +0000 (05:12 +0000)]
Patch from Daniel Beckham, fetch the entry resource id, not the directory
resource id and fix prototype.

23 years agoChanged efree to free for perststant data.
Frank M. Kromann [Fri, 1 Jun 2001 23:51:48 +0000 (23:51 +0000)]
Changed efree to free for perststant data.

23 years agoremoved hardcoded typelib version.
Harald Radi [Fri, 1 Jun 2001 23:39:44 +0000 (23:39 +0000)]
removed hardcoded typelib version.
forgot to call release on typinfo and dispatch
when obtaining typelib from classname.

23 years agoGerring rid of C++ comments,
Frank M. Kromann [Fri, 1 Jun 2001 22:27:00 +0000 (22:27 +0000)]
Gerring rid of C++ comments,
Adding extra cleanup.

23 years agoUpgrade ext/mysql/libmysql to version 3.23.39. No major changes -
MySQL Team [Fri, 1 Jun 2001 20:07:26 +0000 (20:07 +0000)]
Upgrade ext/mysql/libmysql to version 3.23.39.  No major changes -
portability fixes.

Also add configure test for HAVE_INT_8_16_32 which should solve
compilation problems on AIX.

23 years agoops..
Sterling Hughes [Fri, 1 Jun 2001 18:54:14 +0000 (18:54 +0000)]
ops..

#coffee good

23 years ago# see
Sterling Hughes [Fri, 1 Jun 2001 18:47:03 +0000 (18:47 +0000)]
# see

.

23 years ago# testing changes is a good idea.
Sterling Hughes [Fri, 1 Jun 2001 18:41:06 +0000 (18:41 +0000)]
# testing changes is a good idea.

We were passing the php socket resource identifier to select instead of
the socket fd...

23 years agoA little clean, merge two if statements.
Andrei Zmievski [Fri, 1 Jun 2001 15:01:29 +0000 (15:01 +0000)]
A little clean, merge two if statements.

23 years agoOops, sorry. I should not have committed this ebcdic fix (which was none)
Martin Kraemer [Fri, 1 Jun 2001 12:58:41 +0000 (12:58 +0000)]
Oops, sorry. I should not have committed this ebcdic fix (which was none)

23 years agoCleaning up and fixed some compile problems on systems that only support static libs.
foobar [Fri, 1 Jun 2001 12:49:50 +0000 (12:49 +0000)]
Cleaning up and fixed some compile problems on systems that only support static libs.

23 years agoUse different define name for this.
foobar [Fri, 1 Jun 2001 06:42:14 +0000 (06:42 +0000)]
Use different define name for this.

23 years agoCleanup. ws fixes (no tabs in config.m4 files please)
foobar [Fri, 1 Jun 2001 06:41:45 +0000 (06:41 +0000)]
Cleanup. ws fixes (no tabs in config.m4 files please)

23 years agoCleanup a little bit.
foobar [Fri, 1 Jun 2001 06:40:15 +0000 (06:40 +0000)]
Cleanup a little bit.

23 years agoMake use of the --with-expat-dir configure option
foobar [Fri, 1 Jun 2001 06:32:02 +0000 (06:32 +0000)]
Make use of the --with-expat-dir configure option

23 years agoFix bug: #9009.
foobar [Fri, 1 Jun 2001 06:26:22 +0000 (06:26 +0000)]
Fix bug: #9009.

23 years agoMissing entries in phpinfo() output
foobar [Fri, 1 Jun 2001 05:02:13 +0000 (05:02 +0000)]
Missing entries in phpinfo() output

23 years agoOutput something if password is not set.
foobar [Fri, 1 Jun 2001 05:01:50 +0000 (05:01 +0000)]
Output something if password is not set.

23 years agoAdded missing configuration directive: from
foobar [Fri, 1 Jun 2001 03:19:53 +0000 (03:19 +0000)]
Added missing configuration directive: from
which is used by fopen() to be send as the default password

23 years agofix crash.
Sterling Hughes [Thu, 31 May 2001 23:48:05 +0000 (23:48 +0000)]
fix crash.

23 years ago- Cleaned up some whitespace (sorry, I should have committed that before
foobar [Thu, 31 May 2001 21:09:30 +0000 (21:09 +0000)]
- Cleaned up some whitespace (sorry, I should have committed that before
any other changes)
- Made use of the Zend resource macros

23 years agoLet's have examples here so maybe people would understand better
foobar [Thu, 31 May 2001 21:03:11 +0000 (21:03 +0000)]
Let's have examples here so maybe people would understand better
how to use this directive.

23 years agoFixing crash in shutdown after executing a SQL statement with errors
Frank M. Kromann [Thu, 31 May 2001 19:40:24 +0000 (19:40 +0000)]
Fixing crash in shutdown after executing a SQL statement with errors

23 years agoAdding missing resource
Frank M. Kromann [Thu, 31 May 2001 18:57:58 +0000 (18:57 +0000)]
Adding missing resource

23 years agoChanged code to return resources for links and results
Frank M. Kromann [Thu, 31 May 2001 18:43:29 +0000 (18:43 +0000)]
Changed code to return resources for links and results

23 years agosmall ws fix.
Sterling Hughes [Wed, 30 May 2001 20:16:23 +0000 (20:16 +0000)]
small ws fix.

23 years agoRevert as per Herr Schumann's request.
Sterling Hughes [Wed, 30 May 2001 19:56:11 +0000 (19:56 +0000)]
Revert as per Herr Schumann's request.

23 years agoTry #2
Sterling Hughes [Wed, 30 May 2001 19:43:27 +0000 (19:43 +0000)]
Try #2

# aka, flying blind in a shitstorm, but it shouldn't hurt anything

23 years agoshould fix warnings under winblows.
Sterling Hughes [Wed, 30 May 2001 18:33:46 +0000 (18:33 +0000)]
should fix warnings under winblows.

23 years agoshould fix compile warnings on win32
Sterling Hughes [Wed, 30 May 2001 17:49:33 +0000 (17:49 +0000)]
should fix compile warnings on win32

23 years agofix compile
Sterling Hughes [Wed, 30 May 2001 17:43:32 +0000 (17:43 +0000)]
fix compile

23 years agoInclude the To: address in the overview information (already in the
Chuck Hagenbuch [Wed, 30 May 2001 16:52:17 +0000 (16:52 +0000)]
Include the To: address in the overview information (already in the
envelope; it doesn't cost us anything).

23 years agoldap_result_entry needs to be initialized - tested
Rasmus Lerdorf [Wed, 30 May 2001 15:09:20 +0000 (15:09 +0000)]
ldap_result_entry needs to be initialized - tested
Should probably MFH this once someone else tests.

23 years agoAdded array options for yaz_connect: user, group, password, cookie,
Adam Dickmeiss [Wed, 30 May 2001 13:23:20 +0000 (13:23 +0000)]
Added array options for yaz_connect: user, group, password, cookie,
proxy, and persistent.

23 years agoNote to self - stop coding on planes
Rasmus Lerdorf [Wed, 30 May 2001 12:30:14 +0000 (12:30 +0000)]
Note to self - stop coding on planes

23 years agoFixed bug where yaz_connect could fail in cases where it shouldn't.
Adam Dickmeiss [Wed, 30 May 2001 11:58:25 +0000 (11:58 +0000)]
Fixed bug where yaz_connect could fail in cases where it shouldn't.

23 years agoAdd missing check
Zeev Suraski [Wed, 30 May 2001 08:23:15 +0000 (08:23 +0000)]
Add missing check

23 years agoplace nice with other libraries.
Sterling Hughes [Wed, 30 May 2001 05:00:39 +0000 (05:00 +0000)]
place nice with other libraries.

23 years agoKill warning.
Andrei Zmievski [Tue, 29 May 2001 20:32:57 +0000 (20:32 +0000)]
Kill warning.

23 years agoFix long option parsing.
Andrei Zmievski [Tue, 29 May 2001 16:18:35 +0000 (16:18 +0000)]
Fix long option parsing.

23 years agoAdding fbsql_status_db(). New function to get the status of a given database.
Frank M. Kromann [Tue, 29 May 2001 16:01:54 +0000 (16:01 +0000)]
Adding fbsql_status_db(). New function to get the status of a given database.

23 years agoimap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.
Chuck Hagenbuch [Tue, 29 May 2001 15:34:18 +0000 (15:34 +0000)]
imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.

23 years agoFix the reference serializer
Stanislav Malyshev [Tue, 29 May 2001 13:19:24 +0000 (13:19 +0000)]
Fix the reference serializer
# Hope now it is right...

23 years agoThis should finally get rid of those zlib problems. And this is safe too.
foobar [Tue, 29 May 2001 11:59:33 +0000 (11:59 +0000)]
This should finally get rid of those zlib problems. And this is safe too.

23 years agoFix compile warning
Wez Furlong [Tue, 29 May 2001 10:14:46 +0000 (10:14 +0000)]
Fix compile warning

23 years agoAdded missing GD/GD2 image handling functions.
foobar [Tue, 29 May 2001 07:46:07 +0000 (07:46 +0000)]
Added missing GD/GD2 image handling functions.

23 years agocompile warning fixes.......
Sterling Hughes [Tue, 29 May 2001 07:08:47 +0000 (07:08 +0000)]
compile warning fixes.......

23 years agoMake this compile. Killed one compile warning.
foobar [Mon, 28 May 2001 21:06:50 +0000 (21:06 +0000)]
Make this compile. Killed one compile warning.
# I still get a lot warnings when compiling sablot.c

23 years agouse AC_CHECK_LIB to see if the new API is supported
Boian Bonev [Mon, 28 May 2001 19:58:36 +0000 (19:58 +0000)]
use AC_CHECK_LIB to see if the new API is supported

23 years agochanged checking if vpopmail has the new API
Boian Bonev [Mon, 28 May 2001 19:56:10 +0000 (19:56 +0000)]
changed checking if vpopmail has the new API
added checks if certain functions are supported
added vpopmail_alias_get_all

23 years agoadd checking if vpopmail has the new API
Boian Bonev [Mon, 28 May 2001 19:53:45 +0000 (19:53 +0000)]
add checking if vpopmail has the new API

23 years ago- tmpbuf is emalloc()'ed so this patch would be faster.
Andi Gutmans [Mon, 28 May 2001 19:38:30 +0000 (19:38 +0000)]
- tmpbuf is emalloc()'ed so this patch would be faster.

23 years agoPrepare for php_streams.
Wez Furlong [Mon, 28 May 2001 18:30:57 +0000 (18:30 +0000)]
Prepare for php_streams.
# Someone with interbase please test!

23 years agoFix leak
Wez Furlong [Mon, 28 May 2001 18:29:07 +0000 (18:29 +0000)]
Fix leak

23 years ago@Added "pearize" script to generate Makefile.in files for PEAR extensions
Stig Bakken [Mon, 28 May 2001 11:15:19 +0000 (11:15 +0000)]
@Added "pearize" script to generate Makefile.in files for PEAR extensions

23 years ago* added LibFile element, used to build Makefile.in
Stig Bakken [Mon, 28 May 2001 11:14:47 +0000 (11:14 +0000)]
* added LibFile element, used to build Makefile.in

23 years agoAdd extra parameter to php_escape_html_entities.
Wez Furlong [Mon, 28 May 2001 11:05:14 +0000 (11:05 +0000)]
Add extra parameter to php_escape_html_entities.
# I meant to commit this with the html.[ch] changes

23 years agoAdded charset awareness to htmlentities() and htmlspecialchars(); use an
Wez Furlong [Mon, 28 May 2001 11:00:06 +0000 (11:00 +0000)]
Added charset awareness to htmlentities() and htmlspecialchars(); use an
optional third parameter to specify the charset; otherwise tries to determine
it from the LC_CTYPE locale setting.

23 years agoImproved performance of message part extraction when using a PHP-space
Wez Furlong [Mon, 28 May 2001 10:57:23 +0000 (10:57 +0000)]
Improved performance of message part extraction when using a PHP-space
callback.

23 years ago* missing fold marks
Stig Bakken [Mon, 28 May 2001 06:31:03 +0000 (06:31 +0000)]
* missing fold marks

23 years agocompile goood, compile error baaad.
Sterling Hughes [Mon, 28 May 2001 04:40:08 +0000 (04:40 +0000)]
compile goood, compile error baaad.

23 years agoremove un-necessary inline bloat...
Sterling Hughes [Mon, 28 May 2001 03:37:17 +0000 (03:37 +0000)]
remove un-necessary inline bloat...

23 years agows fix
Sterling Hughes [Mon, 28 May 2001 03:30:11 +0000 (03:30 +0000)]
ws fix

23 years agoOops.
foobar [Mon, 28 May 2001 03:18:44 +0000 (03:18 +0000)]
Oops.

23 years agoKilled some compile warnings.
foobar [Mon, 28 May 2001 00:16:28 +0000 (00:16 +0000)]
Killed some compile warnings.

23 years agoAdding libnsl here causes problems on some systems.
foobar [Mon, 28 May 2001 00:12:29 +0000 (00:12 +0000)]
Adding libnsl here causes problems on some systems.

23 years agoKilled compile warnings.
foobar [Mon, 28 May 2001 00:09:38 +0000 (00:09 +0000)]
Killed compile warnings.

23 years agoFixed some bugs. Now it compiles and works.
foobar [Sun, 27 May 2001 23:57:27 +0000 (23:57 +0000)]
Fixed some bugs. Now it compiles and works.

23 years agoRemoved duplicate line.
foobar [Sun, 27 May 2001 23:56:16 +0000 (23:56 +0000)]
Removed duplicate line.

23 years agoJust cleanup.
foobar [Sun, 27 May 2001 23:55:44 +0000 (23:55 +0000)]
Just cleanup.