1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

10369 Commits

Author SHA1 Message Date
Andi Gutmans 76a7a5bc18 - More work on making objects work 2001-08-11 18:26:47 +00:00
Andi Gutmans 532677e7ac - Fix some places which create objects. The fixes are ugly and will be
revised when things start working well
2001-08-11 18:04:07 +00:00
Zeev Suraski c0404f4631 Whitespace 2001-08-11 17:03:37 +00:00
Zeev Suraski f6f6c4d7e6 Whitespace 2001-08-11 16:39:07 +00:00
Tomas V.V.Cox bafa98109c removed my debug code :) 2001-08-11 16:14:14 +00:00
Tomas V.V.Cox 9ca706e8ab don't show is_file() stat errors 2001-08-11 16:11:49 +00:00
Zeev Suraski 4f6c95d17a Whitespace 2001-08-11 15:56:40 +00:00
Zeev Suraski adf89828d2 Whitespace 2001-08-11 15:44:24 +00:00
Zeev Suraski 6cb427bd12 update 2001-08-11 15:26:11 +00:00
Zeev Suraski 860b591299 Start pushing register_globals annihilation 2001-08-11 15:22:56 +00:00
Andi Gutmans 1751c4eba5 - Fix UNIX build. 2001-08-11 13:23:35 +00:00
Thies C. Arntzen 8b480b8c09 make sybase compile with engine2 2001-08-11 12:02:20 +00:00
Thies C. Arntzen 384c86542a beautify 2001-08-11 10:52:52 +00:00
foobar 3619c6eb6a Added $_SESSION to the $_* family. 2001-08-11 10:49:03 +00:00
Andi Gutmans 73d4931dac - Need to do some rewriting in the parser instead of this. 2001-08-11 10:47:41 +00:00
Thies C. Arntzen 6479bfe3b7 use macros for accessing properties in object. 2001-08-11 10:29:14 +00:00
Sebastian Bergmann fe956141fc 'delete' is a reserved word in Zend Engine 2 2001-08-11 08:08:05 +00:00
Andrei Zmievski 4e857ef2d3 Changed ext_skel to use zend_parse_parameters() for argument parsing in
the generated functions. This cuts down on code a lot.

The point before this change was tagged BEFORE_PARAM_PARSING_CHANGE.
2001-08-11 03:24:23 +00:00
Anil Madhavapeddy dc2e12253f fix a few typos 2001-08-11 02:53:57 +00:00
foobar 8a7d1d8e17 ZEND macro-rename. 2001-08-11 02:46:57 +00:00
Zeev Suraski a2dd66257f Move the macro wrappers from the compatibility header to php.h 2001-08-11 01:13:31 +00:00
Andi Gutmans f5ea49a647 - For Sebastian. Will allow to see you're using the Engine 2 CVS via
phpinfo()
2001-08-11 00:20:37 +00:00
40b419a577 ChangeLog update 2001-08-11 00:11:18 +00:00
Frank M. Kromann 300ac8c238 Adding SQL statement to the warning 2001-08-10 20:34:05 +00:00
foobar 5019d3d4b9 Made use of the resource macros here too. And some beutifying. 2001-08-10 20:32:33 +00:00
Jeroen van Wolffelaar 6da0268c2a Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... 2001-08-10 20:18:42 +00:00
Chuck Hagenbuch a2b297bdf0 Add imap_setacl() function (Brian Masney <masneyb@seul.org>). 2001-08-10 18:32:56 +00:00
Wez Furlong 831f05b0fb Fix some build probs on *bsd 2001-08-10 18:02:59 +00:00
Andi Gutmans 8b6f848cbb - Merge from Engine 1 2001-08-10 16:19:49 +00:00
Sebastian Bergmann 5ac3adf9d2 Rename storage* to container*. 2001-08-10 16:12:33 +00:00
Andi Gutmans 8ff094046d - A couple of fixes 2001-08-10 14:18:38 +00:00
Zeev Suraski 2969852fb3 Optimize macro usage... 2001-08-10 14:10:31 +00:00
Andi Gutmans 61edd1bf41 - Merge from Engine 1 CVS 2001-08-10 13:39:35 +00:00
Zeev Suraski 486ad565d0 More build fixes 2001-08-10 13:04:58 +00:00
Adam Dickmeiss e4f0e351b7 Added yaz_sort. Updates for ZTS. 2001-08-10 12:53:11 +00:00
Zeev Suraski f7b2b02032 Centralize macros 2001-08-10 12:48:06 +00:00
Zeev Suraski c28a26b119 There we go. 2001-08-10 12:45:58 +00:00
Zeev Suraski 38c101521b build fix 2001-08-10 12:28:15 +00:00
Zeev Suraski e786d4d9e2 Let's not introduce more mess to maintain. 2001-08-10 12:27:33 +00:00
Rasmus Lerdorf 05db76df86 Sablot extension cleanup - it compiles again now 2001-08-10 09:48:48 +00:00
Rasmus Lerdorf eee9187ecb The checks were in the wrong order here. sablot depends on expat, so
check for expat first and add -lexpat then check for sablot
2001-08-10 09:05:37 +00:00
foobar 18c893d0df killed compile warnings. 2001-08-10 08:36:21 +00:00
foobar 9e0ad17dc4 compile fix (missing TSRMLS_CC) 2001-08-10 08:02:09 +00:00
foobar 52e3b4a44f Cleanup. Also make gethostnamel() to return FALSE on error and not just empty array. 2001-08-10 02:19:05 +00:00
Rasmus Lerdorf 9e9e47faa4 Filter a bit of the "Bronx" out of this README 2001-08-10 01:41:14 +00:00
65c1999246 ChangeLog update 2001-08-10 00:10:33 +00:00
9e23033e3e NEWS update 2001-08-10 00:10:30 +00:00
David Eriksson 77298408b3 Prevent potential crash 2001-08-09 22:00:05 +00:00
David Eriksson 81a7f27471 Convert parameter to long if needed. 2001-08-09 21:59:27 +00:00
David Eriksson 507d5699f0 Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c 2001-08-09 21:57:57 +00:00