1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

9291 Commits

Author SHA1 Message Date
Sascha Schumann 244ea9f6c8 Don't add -DXML_BYTE_ORDER to global CPPFLAGS 2001-05-20 22:15:25 +00:00
Sascha Schumann c9023bdcae looks promising 2001-05-20 22:11:06 +00:00
Sascha Schumann cdc30c6826 Fix path to alternate mkdir 2001-05-20 22:04:23 +00:00
Sascha Schumann 7e5b4db323 Fix irix-time_r test 2001-05-20 21:55:57 +00:00
Sascha Schumann 7b88c7b378 remove fi 2001-05-20 21:50:54 +00:00
Sascha Schumann 2b73148189 ignore ylwrap 2001-05-20 21:41:35 +00:00
Sascha Schumann ff5a9de31d Support for IRIX-style asctime_r/ctime_r. 2001-05-20 21:29:55 +00:00
Sascha Schumann 7dfce52fdc Catch 'mkdir -p' brokeness on IRIX 2001-05-20 21:07:23 +00:00
Andi Gutmans e4f7a85acb - The previous name could be confused with resource # 2001-05-20 20:48:40 +00:00
Andi Gutmans e2f12eb0e5 - Whitespace and change the name of the macro to something more verbose
ZEND_GET_RESOURCE_ID(...)
2001-05-20 20:25:20 +00:00
James Moore c1164ad5bf @ - Add new ZEND_GET_LE macro for retrieving destructor
@   id's from remote extensions. (Jmoore, Zend Engine)
2001-05-20 17:06:39 +00:00
Andi Gutmans 65d9584ac0 - Don't allow resource types of 0 2001-05-20 16:04:22 +00:00
Wez Furlong 8d6d3006e1 fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64)
# oops
2001-05-20 11:43:55 +00:00
Sascha Schumann 5b87add94b refining 2001-05-20 11:13:56 +00:00
Wez Furlong 6468f8b492 Imported mailparse extension
@- New mailparse extension for parsing and manipulating MIME mail (Wez)
2001-05-20 11:11:28 +00:00
Stig Bakken 83b18832aa @Define HAVE_CONFIG_H when building standalone DSO extensions (Stig) 2001-05-20 05:29:54 +00:00
foobar fcfbb0cce6 This looks better. 2001-05-20 01:31:53 +00:00
Andrei Zmievski e1f671fb5c Properly free callback_name only when necessary. 2001-05-20 01:21:44 +00:00
45ebd79180 ChangeLog update 2001-05-20 01:09:15 +00:00
0115847b1f NEWS update 2001-05-20 01:09:12 +00:00
Derick Rethans dc43b9f574 - Reversed 'fix' for #9698
- Fix for bug #9698/#10681 (patch by kettler@gmx.net)
@- Added the 'u' modifier to printf/sprintf which prints unsigned longs.
@  (Derick)
2001-05-20 00:23:49 +00:00
Rasmus Lerdorf ae3dda8285 Fix bug #9526 2001-05-19 22:50:44 +00:00
foobar 16b94858b6 Fixed bug #10964 2001-05-19 22:21:40 +00:00
Sascha Schumann 6be7eb9059 Store some build-specific environment variables in config.nice. 2001-05-19 20:21:58 +00:00
Sterling Hughes 02d4567bb7 nuke last remnants of the old globals stuff
# oops
2001-05-19 17:45:36 +00:00
James Moore d6481a4ce7 Correct NEWS entry 2001-05-19 17:26:20 +00:00
Sascha Schumann 40245019cc s/^I/ / and some re-indenting. Also align the APXS checking code
with the standard scheme.
2001-05-19 17:13:09 +00:00
Sascha Schumann b56e877e53 Reindent, add link map for AIX, improve diagnostic message,
carry over all -D* CPPFLAGS, and nuke REGEX recognition.
2001-05-19 17:02:09 +00:00
Andrei Zmievski b398cbf72f Format. 2001-05-19 16:12:53 +00:00
Sascha Schumann ba8af2515e Fix segfault when using zend_hash_add_empty_element 2001-05-19 14:53:55 +00:00
Sascha Schumann 060983b184 Use zend_hash_add_empty_element 2001-05-19 14:51:39 +00:00
Sascha Schumann bc7a582f84 Use write(2), if we can successfully write to stdout. 2001-05-19 14:30:33 +00:00
Derick Rethans 391dfe4d02 - Adding an entry about mcrypt bugs 2001-05-19 10:42:16 +00:00
Sascha Schumann 3b822e5752 Looks like this was a bogus gcc warning.
Submitted by: Sebastian Bergmann
2001-05-19 10:10:49 +00:00
Sascha Schumann 6c3b8d5619 Improve reading from external data source for session id creation.
Improve generating the string representation of the md5 session id.
2001-05-19 09:58:31 +00:00
Sascha Schumann 991e05d062 Nuke some warnings. 2001-05-19 09:56:42 +00:00
Sascha Schumann 370c3418ad add entry 2001-05-19 07:47:11 +00:00
aeebfc5908 ChangeLog update 2001-05-19 01:09:22 +00:00
eee41cf325 NEWS update 2001-05-19 01:09:19 +00:00
Sascha Schumann d5cfb03ac9 munmap() file in RSHUTDOWN, if PHPWRITE fails. 2001-05-18 23:38:46 +00:00
Derick Rethans d1697ad012 - Fix for bug #10890
@- Fixed bugs in the mcrypt extension that caused crashes (Derick)
2001-05-18 20:54:15 +00:00
Sascha Schumann e29a1b2230 First try at using Apache's export list when building a DSO. 2001-05-18 20:53:53 +00:00
Sterling Hughes 3c8140d97b @ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
@ specified that the drawn curve should be rounded. (Sterling)
2001-05-18 20:52:40 +00:00
Sterling Hughes 8f97b4d62f remove more php3 ts stuff 2001-05-18 20:37:21 +00:00
Sterling Hughes fd3eb2544a should be using the function here. 2001-05-18 20:32:47 +00:00
Sterling Hughes 4812388278 Remove the remnants of old global macro's 2001-05-18 20:29:47 +00:00
Sascha Schumann 0255bb01e4 Files should be shared among processes. 2001-05-18 17:48:43 +00:00
Hartmut Holzgraefe 002d241a03 a small proto clarification 2001-05-18 16:42:54 +00:00
Andrei Zmievski 0ee9518396 Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
the global namespace.
2001-05-18 15:34:58 +00:00
Thies C. Arntzen e80abfa40c revert parts of last commit - stupid me! 2001-05-18 14:40:02 +00:00