History log of /php-src/ (Results 113376 – 113400 of 114808)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
228a537b21-Sep-1999 Andi Gutmans

- Fix problem where function parameter fetches were created too late.

cd09571121-Sep-1999 Rasmus Lerdorf

fgetss/gzgetss fixes

53fb0ea021-Sep-1999 Andrey Hristov

A couple of fixes.

8771472221-Sep-1999 Sascha Schumann

AC_CRYPT_CAP depends on symbol checks performed later.

5d70fbf621-Sep-1999 Sascha Schumann

* Do not check explicitly for symbols in the C library (fixes #2339)

* sort function checks

8638a61d21-Sep-1999 Thies C. Arntzen

added krsort() function

3f684e7721-Sep-1999 Sascha Schumann

Continue, if re2c is not available.

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

240d17f121-Sep-1999 Sascha Schumann

Fix typo.

catched by: ssb

d47b44e321-Sep-1999 Sascha Schumann

Use install-sh (autoconf) script to install php. This automatically
creates the bindir path, so that the effect described in #2304 disappears.

cf00d75921-Sep-1999 Sascha Schumann

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

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.

show more ...

8b1195ff21-Sep-1999 Zeev Suraski

*** empty log message ***

a30f028a21-Sep-1999 Zeev Suraski

Add get_func_args()

9f1d0dec21-Sep-1999 Zeev Suraski

*** empty log message ***

1324095621-Sep-1999 Rasmus Lerdorf

woops

0838980821-Sep-1999 Rasmus Lerdorf

Fix zlib compile problem

6735ebb220-Sep-1999 Andi Gutmans

- Move some more language specific functions over to Zend.
get_class() and friends.

68217ef520-Sep-1999 Andi Gutmans

- Move some more Zend internal functions from PHP

7e686b1b20-Sep-1999 Sascha Schumann

Timestamp commit. I do consider removing the rule from Makefile.am

565c322720-Sep-1999 Egon Schmid

Here was also something missing.

5e3bbea020-Sep-1999 Andi Gutmans

- Next part of locking fix.
$var = expr; and $var += expr; first create code for expr and later on
for the fetch_w of $var.

678c204e20-Sep-1999 Andrew Skalski

added FTP module

7831d30220-Sep-1999 Andi Gutmans

- Newline for Sun's compiler

06a18f1620-Sep-1999 Andi Gutmans

- Add some internal functions to Zend

96a1959320-Sep-1999 Andi Gutmans

- 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().

c0dcedca20-Sep-1999 Rasmus Lerdorf

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 m

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.

show more ...

1...<<4531453245334534453545364537453845394540>>...4593