1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

22073 Commits

Author SHA1 Message Date
Rob Richards 3b2507b910 changed to studlyCaps naming convention 2003-07-07 19:45:24 +00:00
Rob Richards 4cd06845f9 implement node proxies: next phase of interop 2003-07-07 19:37:32 +00:00
Zeev Suraski 134338522f Rework zend_do_declare_property and related code into one code base 2003-07-07 16:22:56 +00:00
Zeev Suraski 376c7a1771 Fix bug 2003-07-07 16:04:42 +00:00
Tomas V.V.Cox e07220ad03 Experimental dependencies database handling functions
(not yet in production)
2003-07-07 15:44:07 +00:00
Tomas V.V.Cox 01795e2ae1 Moved dependecy db code to its own file 2003-07-07 15:42:58 +00:00
Derick Rethans 6d563b3bdc - Commiting conversion to zend_parse_parameters (leftovers from debugging). 2003-07-07 13:21:10 +00:00
Zeev Suraski d6320007e0 Add missing elements 2003-07-07 12:07:02 +00:00
foobar f55b83cb18 ws + missing fold tag 2003-07-07 11:43:34 +00:00
foobar ae2b733e14 Added missing .cvsignore file 2003-07-07 11:40:12 +00:00
Zeev Suraski 3cfa6a68f4 Add get_dim callback 2003-07-07 10:53:27 +00:00
Zeev Suraski ed97b9fb6e Fix naming convention 2003-07-07 10:47:25 +00:00
Derick Rethans d16f0a6333 - Help Zeev fixing ghosts :) 2003-07-07 10:16:05 +00:00
Zeev Suraski ae6a1e7e4e whitespace 2003-07-07 09:12:15 +00:00
Zeev Suraski 65f8bafb29 Fix & whitespace 2003-07-07 09:08:33 +00:00
Zeev Suraski 765f349ecd fixlet 2003-07-07 09:01:22 +00:00
Zeev Suraski 938c0fbc19 Initial support for overloading of array syntax for objects (very initial) 2003-07-07 09:00:36 +00:00
54271f5187 ChangeLog update 2003-07-07 00:30:19 +00:00
Moriyoshi Koizumi e661d9e22a Updated test so it won't fail if the extension has been built with libiconv. 2003-07-06 21:44:44 +00:00
Moriyoshi Koizumi 80a8ff3a43 Fixed segfault due to reference to the already free'd block :) 2003-07-06 21:30:23 +00:00
Moriyoshi Koizumi 9fbd2f44ec Modified the test so it reflects the change to iconv_mime_decode() 2003-07-06 21:19:38 +00:00
Moriyoshi Koizumi 8d850b4c3a Improved iconv_mime_encode() interface 2003-07-06 21:19:08 +00:00
Moriyoshi Koizumi c5e123f584 oops 2003-07-06 21:10:02 +00:00
Moriyoshi Koizumi 716a34a4d0 Avoid miscellaneous conflicts between glibc's iconv and libiconv. 2003-07-06 21:08:50 +00:00
Sebastian Bergmann 81543d043e COMPILE_DL_MYSQL_MYSQL -> COMPILE_DL_MYSQL 2003-07-06 20:38:56 +00:00
George Schlossnagle daf3ac65ea add convenience functions or adding class properties. Ok'd for commit by Andi. 2003-07-06 19:55:20 +00:00
Moriyoshi Koizumi f4b24b82f2 Added missing includes 2003-07-06 17:52:42 +00:00
Moriyoshi Koizumi 6b4a5bfd8c Simplified config scripts 2003-07-06 17:51:46 +00:00
Pierre Joye c8a14f4ad1 - Fix bug #24512 2003-07-06 14:17:58 +00:00
Rob Richards 1688895f6b use common doc with ref counting rather than copy 2003-07-05 23:43:10 +00:00
Marcus Boerger f145b163a8 - In function sqlite_field_name the index parameter is not optional.
- Fix all the protos.
2003-07-05 20:02:40 +00:00
Wez Furlong fa342d2404 MFB: binary mode by default under win32. 2003-07-05 08:25:25 +00:00
Derick Rethans a952e28c73 - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer
extension
2003-07-05 06:49:57 +00:00
Sterling Hughes 73d98824d7 not a temp var unless its a singular var 2003-07-05 00:33:13 +00:00
772f666998 ChangeLog update 2003-07-05 00:30:12 +00:00
Sterling Hughes e0347ab2c4 "real" fix 2003-07-04 22:21:23 +00:00
Sterling Hughes 2935efb446 fix memory cverrun when accessing an empty xml element.
guess how many lines it took me to write a basic WSDL parser + API?  20 using
curl + simplexml
2003-07-04 21:58:09 +00:00
Adam Dickmeiss a0c7a95ba1 On Windows, handle YAZ versions that don't export yaz_version. 2003-07-04 19:17:09 +00:00
Sterling Hughes 9a29929029 avoid external conflicts in apache 2003-07-04 18:19:02 +00:00
Andi Gutmans 84f4588726 - Add heap to memory manager. This should improve performance.
- Enabling it by default so that it gets tested. We should decide before
beta 2 if we want to revert back to malloc or not.
- Thanks to Sebastian for benchmarking it
2003-07-04 15:38:12 +00:00
Hartmut Holzgraefe de6a6ed6d7 skip test if glob() is not available at all 2003-07-04 15:07:11 +00:00
Hartmut Holzgraefe 3c34e4edaf regression test for #24482 GLOB_ONLYDIR is not working (on BSD) 2003-07-04 14:38:07 +00:00
Hartmut Holzgraefe f49b1d2da0 make sure operator precedence is not playing tricks on us
(it worked before on gcc3.2/Linux and with VC++ 6, but not
 with gcc3.1/MacOSX)
2003-07-04 13:24:47 +00:00
Sebastian Bergmann c86b4d13e6 2 * TSRMLS_FETCH() -> 1 * TSRMLS_DC 2003-07-04 10:31:41 +00:00
George Schlossnagle 96b71d7f87 ws fix 2003-07-04 03:26:37 +00:00
99b41db6c1 ChangeLog update 2003-07-04 00:30:27 +00:00
Sascha Schumann 320a86b7a5 MFB quoting of ) 2003-07-03 22:54:57 +00:00
Marcus Boerger 4f0b480f78 More __clone testing 2003-07-03 19:53:01 +00:00
Frank M. Kromann d77e8393cd Change fetch functions and protos so they make more sense.
fetch_row or fetch_assoc should  not take the optional parameter
2003-07-03 16:53:04 +00:00
Marcus Boerger d7e14ad8a3 Allow final private methods
#
# Declaring a method private and final would only be an error for an abstract
# class. But at the moment the method is defined and it's modifiers are checked
# we do not know whether or not we have an abstract class. It could already be
# abstract but it also become abstract later.
#
# Since i made the mistake in first place i remove the check now.
#
# Providing the correct test would slow down the compiler becuase we'd have to
# iterate through all methods on all abstract classes and check for this. I
# guess we can live without. Or does anybody wants this to be implemented ?
2003-07-03 16:45:37 +00:00