1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

22797 Commits

Author SHA1 Message Date
Rob Richards 20a878dc60 doc must be copied when importing stylesheet
libxslt uses the _private for processing
2003-08-20 17:58:55 +00:00
Ilia Alshanetsky ece0a731e9 Fixed bug #25170 (Problem with generation of random numbers on solaris) 2003-08-20 16:40:22 +00:00
Ard Biesheuvel d70f744a63 Moved transaction defaults to header file 2003-08-20 16:13:51 +00:00
Ard Biesheuvel 8f869998b5 Cleaned up _php_ibase_var_zval() 2003-08-20 13:02:26 +00:00
Ard Biesheuvel 551526812b Fix Win32 build 2003-08-20 12:40:59 +00:00
Ard Biesheuvel 1b8e0440d2 Moved some local vars to stack 2003-08-20 12:40:05 +00:00
Ard Biesheuvel d7c734edb9 Nuke link handle from BLOB id
# Now BLOB ids can survive disconnect/reconnect
Added link argument to ibase_blob_{open|info|echo}()
2003-08-20 12:22:58 +00:00
foobar 498685fb2f Fix phpize build 2003-08-20 08:14:24 +00:00
foobar 0985b0726f - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) 2003-08-20 08:13:41 +00:00
Jon Parise 5649b2ca2a Explicitly declare the dependencies on the generated sqlite.h file. This
allows the libsqlite source tree (and php-src, as a whole) to be built
using 'make -j' once again.
2003-08-20 07:41:42 +00:00
90150d8625 ChangeLog update 2003-08-20 00:31:10 +00:00
Marcus Boerger 96d7f06e37 Add test for #25145 2003-08-19 22:47:30 +00:00
Ilia Alshanetsky ef088c9d16 Fixed bug #25155 (Possible namespace conflict between mime-magic & mssql) 2003-08-19 22:13:01 +00:00
Moriyoshi Koizumi 9bb299eb42 More accurate fix for bug #25140 2003-08-19 14:48:33 +00:00
foobar 8b14a91ecf Lets put this here when we really know its gonna be only in PHP 5 2003-08-19 08:41:01 +00:00
Derick Rethans 9cd7b9d3c3 - Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries to
convert empty string)
2003-08-19 08:29:57 +00:00
Derick Rethans 5e1062fe7c - Back out Ilia's not-yet-ready patch. 2003-08-19 06:34:46 +00:00
Wez Furlong b61e6e24c3 Unify TSRMLS_FETCH() usage.
Fix release build: two instances of } were placed inside #ifdef ZEND_DEBUG
2003-08-19 03:25:00 +00:00
Sascha Schumann 1bda95753a dummy commit 2003-08-19 01:47:15 +00:00
Wez Furlong 9ada9e5767 fix build 2003-08-19 01:30:27 +00:00
Sascha Schumann 1205b6473e dummy commit 2003-08-19 01:27:55 +00:00
Sascha Schumann efba6a9145 dummy commit 2003-08-19 01:27:02 +00:00
Sascha Schumann 6293539580 dummy commit 2003-08-19 01:20:48 +00:00
Wez Furlong 1a40feb965 fix build 2003-08-19 01:15:47 +00:00
81ec251619 ChangeLog update 2003-08-19 00:30:59 +00:00
Wez Furlong bedccec85b Update credits
# re-ordering of some of the lines is due to case-insensitive
# win32 filesystem
2003-08-18 23:31:14 +00:00
Wez Furlong 42a8c536de 5 sir 2003-08-18 23:26:31 +00:00
Wez Furlong ef498a27b8 linkage for C++ 2003-08-18 23:19:27 +00:00
Zeev Suraski 391c027da6 Get rid of PZVAL_UNLOCK() - fix untested 2003-08-18 23:13:25 +00:00
Zeev Suraski 6ab9c1a336 Prevent access to internal engine functionality 2003-08-18 23:11:58 +00:00
Ilia Alshanetsky c23609efa7 Fixed paths in various tests. In certain conditions usage of partial file
paths results in test failures.
2003-08-18 22:57:49 +00:00
Zeev Suraski ed21ddd4f3 Fix a gazillion leaks in SimpleXML. One gazillion to go ;) 2003-08-18 22:33:15 +00:00
Zeev Suraski 642e331309 Improve tracking 2003-08-18 22:31:29 +00:00
Zeev Suraski 49c4866a47 - Improve tracking
- Fix several overloading issues
2003-08-18 22:31:11 +00:00
Zeev Suraski 0dba58c373 Improve tracking 2003-08-18 21:17:26 +00:00
Zeev Suraski e404e1d0fe Fix leak - non persistent hashes cannot be used in MINIT! 2003-08-18 20:45:00 +00:00
Zeev Suraski 76aaeebdf0 Improve tracking 2003-08-18 20:44:12 +00:00
Zeev Suraski b5786d4220 ws 2003-08-18 20:43:09 +00:00
Greg Beaver 12f7e9eb4d fix #25131, OS_Guess warnings 2003-08-18 16:43:46 +00:00
Zeev Suraski 1fb9d4896a WTF was that doing here? :)
Fix crash
2003-08-18 11:26:12 +00:00
Ilia Alshanetsky 06da1b95db Fixed typo. 2003-08-18 11:18:41 +00:00
Ilia Alshanetsky 741014089e emalloc -> safe_emalloc 2003-08-18 04:41:48 +00:00
4863dd5323 ChangeLog update 2003-08-18 00:31:11 +00:00
Ard Biesheuvel f96efcbf90 Nuke bogus BLOB ids
# User-space BLOB id no longer contains transaction handle, so BLOB ids
# now remain valid throughout multiple transactions.
# Oh, and they look better too :-)
2003-08-18 00:14:53 +00:00
Marcus Boerger 744dd20520 Fix warnings 2003-08-17 19:14:30 +00:00
Marcus Boerger 717b5afe1d Fix warnings 2003-08-17 18:56:54 +00:00
Marcus Boerger cbb011da2d Fix interactive mode 2003-08-17 18:36:27 +00:00
Greg Beaver fbfd812a9f fixing invalid version number for Pierre :) 2003-08-17 18:34:55 +00:00
Marcus Boerger ae2c7b9b4f Fix warnings 2003-08-17 18:21:35 +00:00
Greg Beaver d05514c794 reverting accidental commit of my fix for #25008 - we'll let Tomas review the patch I submitted (oops). The other stuff was good. 2003-08-17 18:12:43 +00:00