History log of /PHP-7.4/ext/standard/config.m4 (Results 101 – 125 of 179)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# a20383ba 29-May-2005 foobar

- Unify the "configure --help" texts


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 69eec3f3 30-Dec-2004 foobar

MFB_4_3: Quote macro names in AC_DEFUN()


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 0f858fc7 09-Nov-2004 Joe Orton

Make the "rounding fuzz" check work again with gcc 3.3 and later,
fixing the bug24142 test.


Revision tags: PRE_NEW_VM_GEN_PATCH
# 72b2d1c9 28-Sep-2004 foobar

MFB: - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# b0d27f9e 10-May-2004 Marcus Boerger

- Decouple NAN and INF


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2
# 8fd505f4 04-Apr-2004 Marcus Boerger

Add a comment why it is in


# e7eccf10 03-Apr-2004 Ard Biesheuvel

That should do it


# 53671580 03-Apr-2004 Ard Biesheuvel

MFB: more elaborate HUGE_VAL test


Revision tags: php-4.3.6RC1
# dddf796e 29-Mar-2004 Marcus Boerger

NAN==NAN doest work (Ard)


# 8b15b46a 29-Mar-2004 Marcus Boerger

Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)


# e4a63651 27-Mar-2004 Marcus Boerger

Move defines to proper location


# bc0373b8 27-Mar-2004 Marcus Boerger

Portable solution for bug #27646 that works correct on Windows, too


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1, php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 17b9b2dc 27-Oct-2003 Ilia Alshanetsky

Added uuencode() & uudecode() functions.


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE
# 10961114 04-Oct-2003 Moriyoshi Koizumi

Fix autoconf(2.13) build


# 921e5b47 04-Oct-2003 Moriyoshi Koizumi

Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard
# which is even supported by Microsoft's libc.


Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 0be65c49 06-Sep-2003 Sara Golemon

Introducing php_url_encode_hash_ex() internal function
and http_build_query() userspace function.


Revision tags: php-4.3.3, php-4.3.3RC4
# 66b910e8 09-Aug-2003 Marcus Boerger

Bugfix #24142, part 2


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 8dca948c 30-Jun-2003 foobar

- Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4

# If someone knows the reason for PHP_

- Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4

# If someone knows the reason for PHP_REGEX macro being where it was,
# please tell..

show more ...


Revision tags: php-5.0.0b1
# 10ec176f 28-Jun-2003 Sebastian Bergmann

Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.


Revision tags: php-4.3.3RC1
# 89e2d04a 05-Jun-2003 foobar

Fix the regex issues with apache2handler


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 0cec0bd8 27-Feb-2003 Wez Furlong

streams.c -> streamsfuncs.c
# argh!


# 5def83df 27-Feb-2003 Wez Furlong

Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c
Move win32 select implementation into win32/.
Will update win32 build in a moment.


# 28f4cb18 18-Feb-2003 foobar

nice() is part of libc, use AC_CHECK_FUNCS instead


# 0fd1009f 18-Feb-2003 Ilia Alshanetsky

Added nice() function, which allows changing of priority for the current
process.


# ea8d11cc 16-Feb-2003 Moshe Doron

@ new idate() function.
@ new date_sunrise() function.
@ new date_sunset() function.
#since i have no premission updating the win32 project file, i'm sending patch on the list.


12345678