]> granicus.if.org Git - php/log
php
25 years agoAdded optional port argument to ftp_connect()
Andrew Skalski [Wed, 22 Sep 1999 16:07:41 +0000 (16:07 +0000)]
Added optional port argument to ftp_connect()

25 years agoi always forget something;-)
Thies C. Arntzen [Wed, 22 Sep 1999 15:26:16 +0000 (15:26 +0000)]
i always forget something;-)

25 years agofixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)
Thies C. Arntzen [Wed, 22 Sep 1999 15:16:19 +0000 (15:16 +0000)]
fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)
oracle_hack.c should no longer be needed!

25 years agopreliminary fix for each until andi & zeev clean up!
Thies C. Arntzen [Wed, 22 Sep 1999 09:57:42 +0000 (09:57 +0000)]
preliminary fix for each until andi & zeev clean up!

25 years agoresourcified Oracle
Thies C. Arntzen [Wed, 22 Sep 1999 09:52:19 +0000 (09:52 +0000)]
resourcified Oracle

25 years agoif you pass NULL as the resource_type_name to zend_fetch_resource*&friends the functi...
Thies C. Arntzen [Wed, 22 Sep 1999 09:46:44 +0000 (09:46 +0000)]
if you pass NULL as the resource_type_name to zend_fetch_resource*&friends the functions will not print any warnings if the resource is not found!

25 years agoAdded new allowable_tags for gzgetss() in ChangeLog, too.
Stefan Roehrich [Wed, 22 Sep 1999 08:11:17 +0000 (08:11 +0000)]
Added new allowable_tags for gzgetss() in ChangeLog, too.

25 years agoFixed gzgetss() with new _php3_strip_tags, corrected prototype.
Stefan Roehrich [Wed, 22 Sep 1999 07:43:36 +0000 (07:43 +0000)]
Fixed gzgetss() with new _php3_strip_tags, corrected prototype.

25 years ago- fixed misleading explaination of fdftk option
Uwe Steinmann [Wed, 22 Sep 1999 05:27:55 +0000 (05:27 +0000)]
- fixed misleading explaination of fdftk option

25 years ago- Get rid of warning on win32, non-threadsafe mode.
Andi Gutmans [Wed, 22 Sep 1999 05:26:22 +0000 (05:26 +0000)]
- Get rid of warning on win32, non-threadsafe mode.

25 years agoremoved NULL reference
Andrew Skalski [Tue, 21 Sep 1999 23:37:26 +0000 (23:37 +0000)]
removed NULL reference

25 years agoadded missing "addr.sin_family = AF_INET" to socket routines
Andrew Skalski [Tue, 21 Sep 1999 23:34:45 +0000 (23:34 +0000)]
added missing "addr.sin_family = AF_INET" to socket routines

25 years ago*** empty log message ***
Andrey Hristov [Tue, 21 Sep 1999 21:39:20 +0000 (21:39 +0000)]
*** empty log message ***

25 years agoWDDX can now serialize and deserialize objects. It uses a variable named
Andrey Hristov [Tue, 21 Sep 1999 21:38:51 +0000 (21:38 +0000)]
WDDX can now serialize and deserialize objects. It uses a variable named
'php_classname' to store the class name as part of the structure. This way
WDDX modules in other languages don't get broken by extensions to DTD
we would have had to make otherwise.

25 years agoSlightly redundant to check for crypt() here again, but the TRY_RUN stuff
Rasmus Lerdorf [Tue, 21 Sep 1999 20:10:53 +0000 (20:10 +0000)]
Slightly redundant to check for crypt() here again, but the TRY_RUN stuff
needs it defined in the same m4 file or it won't work, and it will just
get pulled out of the cache anyway, so it isn't a big deal.

25 years ago- Fix problem where function parameter fetches were created too late.
Andi Gutmans [Tue, 21 Sep 1999 20:00:01 +0000 (20:00 +0000)]
- Fix problem where function parameter fetches were created too late.

25 years agofgetss/gzgetss fixes
Rasmus Lerdorf [Tue, 21 Sep 1999 17:50:51 +0000 (17:50 +0000)]
fgetss/gzgetss fixes

25 years agoA couple of fixes.
Andrey Hristov [Tue, 21 Sep 1999 17:06:30 +0000 (17:06 +0000)]
A couple of fixes.

25 years ago AC_CRYPT_CAP depends on symbol checks performed later.
Sascha Schumann [Tue, 21 Sep 1999 15:00:22 +0000 (15:00 +0000)]
AC_CRYPT_CAP depends on symbol checks performed later.

25 years ago * Do not check explicitly for symbols in the C library (fixes #2339)
Sascha Schumann [Tue, 21 Sep 1999 14:51:24 +0000 (14:51 +0000)]
* Do not check explicitly for symbols in the C library (fixes #2339)

    * sort function checks

25 years agoadded krsort() function
Thies C. Arntzen [Tue, 21 Sep 1999 14:36:41 +0000 (14:36 +0000)]
added krsort() function

25 years ago Continue, if re2c is not available.
Sascha Schumann [Tue, 21 Sep 1999 12:24:41 +0000 (12:24 +0000)]
Continue, if re2c is not available.

    Using the ".new" suffix, we prevent the shell from zeroing the file.

25 years ago Fix typo.
Sascha Schumann [Tue, 21 Sep 1999 08:41:31 +0000 (08:41 +0000)]
Fix typo.

    catched by: ssb

25 years ago Use install-sh (autoconf) script to install php. This automatically
Sascha Schumann [Tue, 21 Sep 1999 08:37:27 +0000 (08:37 +0000)]
Use install-sh (autoconf) script to install php. This automatically
    creates the bindir path, so that the effect described in #2304 disappears.

25 years ago On at least Win32, gettimeofday() returns values in tv_usec which exceed
Sascha Schumann [Tue, 21 Sep 1999 08:22:33 +0000 (08:22 +0000)]
On at least Win32, gettimeofday() returns values in tv_usec which exceed
    1,000,000.

    For portability reasons we set the integer part of our result to 0.
    This is equivalent to using tv_usec % 1000000.

25 years ago*** empty log message ***
Zeev Suraski [Tue, 21 Sep 1999 07:32:50 +0000 (07:32 +0000)]
*** empty log message ***

25 years agoAdd get_func_args()
Zeev Suraski [Tue, 21 Sep 1999 07:31:24 +0000 (07:31 +0000)]
Add get_func_args()

25 years ago*** empty log message ***
Zeev Suraski [Tue, 21 Sep 1999 00:46:22 +0000 (00:46 +0000)]
*** empty log message ***

25 years agowoops
Rasmus Lerdorf [Tue, 21 Sep 1999 00:21:01 +0000 (00:21 +0000)]
woops

25 years agoFix zlib compile problem
Rasmus Lerdorf [Tue, 21 Sep 1999 00:15:21 +0000 (00:15 +0000)]
Fix zlib compile problem

25 years ago- Move some more language specific functions over to Zend.
Andi Gutmans [Mon, 20 Sep 1999 21:29:41 +0000 (21:29 +0000)]
- Move some more language specific functions over to Zend.
  get_class() and friends.

25 years ago- Move some more Zend internal functions from PHP
Andi Gutmans [Mon, 20 Sep 1999 21:28:37 +0000 (21:28 +0000)]
- Move some more Zend internal functions from PHP

25 years ago Timestamp commit. I do consider removing the rule from Makefile.am
Sascha Schumann [Mon, 20 Sep 1999 21:17:26 +0000 (21:17 +0000)]
Timestamp commit. I do consider removing the rule from Makefile.am

25 years agoHere was also something missing.
Egon Schmid [Mon, 20 Sep 1999 20:05:26 +0000 (20:05 +0000)]
Here was also something missing.

25 years ago- Next part of locking fix.
Andi Gutmans [Mon, 20 Sep 1999 18:17:32 +0000 (18:17 +0000)]
- Next part of locking fix.
  $var = expr; and $var += expr; first create code for expr and later on
  for the fetch_w of $var.

25 years agoadded FTP module
Andrew Skalski [Mon, 20 Sep 1999 18:12:55 +0000 (18:12 +0000)]
added FTP module

25 years ago- Newline for Sun's compiler
Andi Gutmans [Mon, 20 Sep 1999 17:01:38 +0000 (17:01 +0000)]
- Newline for Sun's compiler

25 years ago- Add some internal functions to Zend
Andi Gutmans [Mon, 20 Sep 1999 16:56:09 +0000 (16:56 +0000)]
- Add some internal functions to Zend

25 years ago- Internal functions which are basic language functions should be in Zend
Andi Gutmans [Mon, 20 Sep 1999 16:56:02 +0000 (16:56 +0000)]
- Internal functions which are basic language functions should be in Zend
  and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
  get_class_name().

25 years agoAdded optional allowable_tags arguments to strip_tags() and fgetss() to
Rasmus Lerdorf [Mon, 20 Sep 1999 15:50:56 +0000 (15:50 +0000)]
Added optional allowable_tags arguments to strip_tags() and fgetss() to
allow you to specify a string of tags that are not to be stripped

Could have used flex for this, and Andrew sent me a flex file to do this,
but I could do the same thing with only minor additions to the existing
state machine and the resulting code is much smaller and tighter.

25 years ago- First step in fixing locking problem. Array fetches are now always done last.
Andi Gutmans [Mon, 20 Sep 1999 15:44:30 +0000 (15:44 +0000)]
- First step in fixing locking problem. Array fetches are now always done last.
  Later on we will want to delay the write fetches even longer until after their
  resulting expression is parsed. The way it is now, will make it very easy
  to delay as long as we need.

25 years agophp3 compatibility added
Andrew Skalski [Mon, 20 Sep 1999 15:40:22 +0000 (15:40 +0000)]
php3 compatibility added

25 years ago- Indirect references had all of the fetches by mistakenly backpatched.
Andi Gutmans [Mon, 20 Sep 1999 14:45:36 +0000 (14:45 +0000)]
- Indirect references had all of the fetches by mistakenly backpatched.
  Actually all of the fetches are supposed to be read, except for the last
  one.

25 years ago*** empty log message ***
Andrey Hristov [Mon, 20 Sep 1999 14:14:46 +0000 (14:14 +0000)]
*** empty log message ***

25 years ago- Upgraded var_dump() to take multiple arguments
Andrey Hristov [Mon, 20 Sep 1999 14:14:26 +0000 (14:14 +0000)]
- Upgraded var_dump() to take multiple arguments
- php3api_ is changed to php_

25 years agoReplaced ftplib because of incompatible license.
Andrew Skalski [Mon, 20 Sep 1999 14:10:25 +0000 (14:10 +0000)]
Replaced ftplib because of incompatible license.

25 years agologic fix
Stig Bakken [Mon, 20 Sep 1999 13:11:34 +0000 (13:11 +0000)]
logic fix

25 years agoAdded zend_num_args() and zend_get_arg()
Zeev Suraski [Mon, 20 Sep 1999 13:00:35 +0000 (13:00 +0000)]
Added zend_num_args() and zend_get_arg()

25 years agoresource API & ZTS stuff
Thies C. Arntzen [Mon, 20 Sep 1999 12:51:20 +0000 (12:51 +0000)]
resource API & ZTS stuff

25 years agoAdd a file in which we can put Zend builtin functions
Zeev Suraski [Mon, 20 Sep 1999 12:24:39 +0000 (12:24 +0000)]
Add a file in which we can put Zend builtin functions

25 years ago*** empty log message ***
Zeev Suraski [Mon, 20 Sep 1999 11:56:45 +0000 (11:56 +0000)]
*** empty log message ***

25 years agoFixed a memory leak in the Apache per-directory directives handler
Zeev Suraski [Mon, 20 Sep 1999 11:54:06 +0000 (11:54 +0000)]
Fixed a memory leak in the Apache per-directory directives handler

25 years agoadded array_count_values function.
Thies C. Arntzen [Mon, 20 Sep 1999 10:09:57 +0000 (10:09 +0000)]
added array_count_values function.

25 years agonew API for var_dump
Thies C. Arntzen [Mon, 20 Sep 1999 09:34:39 +0000 (09:34 +0000)]
new API for var_dump

25 years ago*** empty log message ***
Zeev Suraski [Sun, 19 Sep 1999 11:07:49 +0000 (11:07 +0000)]
*** empty log message ***

25 years ago- Fix bug #2278
Andi Gutmans [Sat, 18 Sep 1999 23:21:33 +0000 (23:21 +0000)]
- Fix bug #2278

25 years ago- Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really
Andi Gutmans [Sat, 18 Sep 1999 22:07:12 +0000 (22:07 +0000)]
- Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really
  not sure this fix is OK.I can't remember all of what we did there.

25 years ago- Make Win32 compile again
Andi Gutmans [Sat, 18 Sep 1999 19:13:38 +0000 (19:13 +0000)]
- Make Win32 compile again

25 years agoFixed prototype.
Stefan Roehrich [Sat, 18 Sep 1999 19:03:35 +0000 (19:03 +0000)]
Fixed prototype.

25 years agoSafer behavior
Zeev Suraski [Sat, 18 Sep 1999 13:07:45 +0000 (13:07 +0000)]
Safer behavior

25 years ago Aline escape signs in macro definitions.
Sascha Schumann [Sat, 18 Sep 1999 12:16:16 +0000 (12:16 +0000)]
Aline escape signs in macro definitions.

25 years ago Pipe header names through sort and put only one on each line. This
Sascha Schumann [Sat, 18 Sep 1999 12:14:49 +0000 (12:14 +0000)]
Pipe header names through sort and put only one on each line. This
    makes them better accessible.

    Add stdlib.h to check headers.

25 years ago There is no reason to define malloc() to xmalloc() in this context.
Sascha Schumann [Sat, 18 Sep 1999 12:13:48 +0000 (12:13 +0000)]
There is no reason to define malloc() to xmalloc() in this context.

25 years agoMake CVS quiet.
Andrey Hristov [Fri, 17 Sep 1999 22:25:00 +0000 (22:25 +0000)]
Make CVS quiet.

25 years agomake SUNs c89 happy
Thies C. Arntzen [Fri, 17 Sep 1999 13:57:24 +0000 (13:57 +0000)]
make SUNs c89 happy

25 years agoSUN c89 doesn't like } direct after a label;-(
Thies C. Arntzen [Fri, 17 Sep 1999 12:32:18 +0000 (12:32 +0000)]
SUN c89 doesn't like } direct after a label;-(

25 years agono // in the sources please
Thies C. Arntzen [Fri, 17 Sep 1999 12:16:21 +0000 (12:16 +0000)]
no // in the sources please

25 years agoadded newline at end of file
Thies C. Arntzen [Fri, 17 Sep 1999 12:14:31 +0000 (12:14 +0000)]
added newline at end of file

25 years agonote the shared modules in the changelog
Gergely Madarász [Fri, 17 Sep 1999 12:12:56 +0000 (12:12 +0000)]
note the shared modules in the changelog

25 years agoConvert to Ex API. Does anyone have a better name for it?
Sascha Schumann [Fri, 17 Sep 1999 09:56:30 +0000 (09:56 +0000)]
Convert to Ex API. Does anyone have a better name for it?

25 years ago Use Ex API here as well.
Sascha Schumann [Fri, 17 Sep 1999 09:40:51 +0000 (09:40 +0000)]
Use Ex API here as well.

25 years ago Convert module to use Ex API.
Sascha Schumann [Fri, 17 Sep 1999 09:26:03 +0000 (09:26 +0000)]
Convert module to use Ex API.

25 years agofix #2316 - fetching empty LOBs via OCI8
Thies C. Arntzen [Fri, 17 Sep 1999 08:25:03 +0000 (08:25 +0000)]
fix #2316 - fetching empty LOBs via OCI8

25 years agodon't call empty function names
Sascha Schumann [Fri, 17 Sep 1999 05:45:52 +0000 (05:45 +0000)]
don't call empty function names

25 years agoadd user-level callbacks
Sascha Schumann [Fri, 17 Sep 1999 05:40:59 +0000 (05:40 +0000)]
add user-level callbacks

25 years ago- Fix bug #2318
Zeev Suraski [Fri, 17 Sep 1999 02:06:12 +0000 (02:06 +0000)]
- Fix bug #2318

25 years ago*** empty log message ***
Zeev Suraski [Fri, 17 Sep 1999 02:06:08 +0000 (02:06 +0000)]
*** empty log message ***

25 years agosupply path to xml include dir for APXS and APACI
Sascha Schumann [Fri, 17 Sep 1999 01:47:15 +0000 (01:47 +0000)]
supply path to xml include dir for APXS and APACI

25 years agoThis format is also used by the XML module
Sascha Schumann [Fri, 17 Sep 1999 01:38:10 +0000 (01:38 +0000)]
This format is also used by the XML module
allows us to compile with Apache's expat-lite dir

25 years ago`0' flag ignored with precision specifier and `X' format
Sascha Schumann [Fri, 17 Sep 1999 01:16:54 +0000 (01:16 +0000)]
`0' flag ignored with precision specifier and `X' format

25 years agoIf available, use Apache's embedded expat
Sascha Schumann [Fri, 17 Sep 1999 00:57:28 +0000 (00:57 +0000)]
If available, use Apache's embedded expat

25 years agofix Unix build
Sascha Schumann [Fri, 17 Sep 1999 00:12:58 +0000 (00:12 +0000)]
fix Unix build

25 years ago- Added support for unknown POST content types (Zeev)
Zeev Suraski [Thu, 16 Sep 1999 23:18:15 +0000 (23:18 +0000)]
- Added support for unknown POST content types (Zeev)
- Introduce the convert_to_*_ex() API in strlen()

25 years agoIntroduce convert_to_*_ex()
Zeev Suraski [Thu, 16 Sep 1999 23:15:34 +0000 (23:15 +0000)]
Introduce convert_to_*_ex()

25 years ago*** empty log message ***
Zeev Suraski [Thu, 16 Sep 1999 22:42:21 +0000 (22:42 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Zeev Suraski [Thu, 16 Sep 1999 22:31:33 +0000 (22:31 +0000)]
*** empty log message ***

25 years agoGeneralize SAPI a bit
Zeev Suraski [Thu, 16 Sep 1999 22:15:43 +0000 (22:15 +0000)]
Generalize SAPI a bit

25 years agoFixed memory leak.
Andrey Hristov [Thu, 16 Sep 1999 20:59:44 +0000 (20:59 +0000)]
Fixed memory leak.

25 years agoAdded documentation hooks to ftp.c
Andrew Skalski [Thu, 16 Sep 1999 19:39:44 +0000 (19:39 +0000)]
Added documentation hooks to ftp.c

25 years agoadded ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()
Andrew Skalski [Thu, 16 Sep 1999 19:03:27 +0000 (19:03 +0000)]
added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()

25 years agoadded ftp_systype() and ftp_listraw() functions
Andrew Skalski [Thu, 16 Sep 1999 18:38:11 +0000 (18:38 +0000)]
added ftp_systype() and ftp_listraw() functions

25 years agoAdded rudimentary FTP support.
Andrew Skalski [Thu, 16 Sep 1999 15:57:51 +0000 (15:57 +0000)]
Added rudimentary FTP support.

25 years agoimprove short help messages
Sascha Schumann [Thu, 16 Sep 1999 15:35:49 +0000 (15:35 +0000)]
improve short help messages

25 years agothis was twice here
Sascha Schumann [Thu, 16 Sep 1999 14:07:56 +0000 (14:07 +0000)]
this was twice here

25 years agothis helps compiling on non-ANSI C compliant platforms
Sascha Schumann [Thu, 16 Sep 1999 14:06:35 +0000 (14:06 +0000)]
this helps compiling on non-ANSI C compliant platforms

25 years agolibtool check fix
Rasmus Lerdorf [Thu, 16 Sep 1999 13:52:19 +0000 (13:52 +0000)]
libtool check fix

25 years ago.
Sascha Schumann [Thu, 16 Sep 1999 13:41:38 +0000 (13:41 +0000)]
.

25 years agoMake some things accessible from outside for session module
Sascha Schumann [Thu, 16 Sep 1999 13:25:54 +0000 (13:25 +0000)]
Make some things accessible from outside for session module

25 years ago.
Sascha Schumann [Thu, 16 Sep 1999 13:00:06 +0000 (13:00 +0000)]
.

25 years agowddx decode works as well
Sascha Schumann [Thu, 16 Sep 1999 12:55:31 +0000 (12:55 +0000)]
wddx decode works as well