Commit Graph

7595 Commits

Author SHA1 Message Date
foobar
48552b1ba4 Note about fix under correct version. 2000-12-20 09:12:13 +00:00
7f25ef4700 ChangeLog update 2000-12-20 02:09:16 +00:00
ae2af0e14b NEWS update 2000-12-20 02:09:12 +00:00
Zeev Suraski
48b410c41e Add the QA team to the credits 2000-12-19 22:59:14 +00:00
Stanislav Malyshev
1d35ad33c6 Add support for ASP tags in one-line comment 2000-12-19 12:57:38 +00:00
Hartmut Holzgraefe
560a4c1105 @ ctype functions now follow the extension naming conventions (Hartmut)
# removed unneccesary code generated by ext_skel
2000-12-19 11:50:30 +00:00
Stanislav Malyshev
f487f5960a Fix possible crash 2000-12-19 11:23:27 +00:00
Ron Chmara
5cc6344edc Updated to reflect recent discussions on php-dev. 2000-12-19 06:22:07 +00:00
aa6e16f495 ChangeLog update 2000-12-19 02:09:09 +00:00
foobar
402d60491b wb fix. 2000-12-19 00:14:58 +00:00
foobar
c66c250c41 Fix pr: #7982 2000-12-19 00:12:58 +00:00
Zak Greant
bbf41d2116 Adding test for is_scalar(). 2000-12-18 21:24:25 +00:00
Zak Greant
e4ca57bb57 Added is_scalar() function. 2000-12-18 19:23:50 +00:00
Andi Gutmans
22854f8016 - No need to generate number.c and number.h anymore. 2000-12-18 16:53:46 +00:00
Andi Gutmans
e2f33cb14f - Success! Yay! 2000-12-18 16:11:57 +00:00
Andi Gutmans
e0f026c600 - Yet another one. 2000-12-18 16:10:08 +00:00
Andi Gutmans
0a300b9935 - Testing 2000-12-18 16:08:02 +00:00
Andi Gutmans
9e3fa59ac2 - No luck 2000-12-18 16:06:16 +00:00
Andi Gutmans
532210b5ac - Make this damn commit stuff work. 2000-12-18 16:05:12 +00:00
Andi Gutmans
d3a04db0f2 - Testing 2000-12-18 16:00:15 +00:00
Stanislav Malyshev
63873aba37 Use HashPosition iterator instead of saving/restoring internal pointer 2000-12-18 15:06:03 +00:00
Stanislav Malyshev
9a135a2b29 Preserve internal pointer over print_r (fix #8289) 2000-12-18 13:56:30 +00:00
Andi Gutmans
43adbdcc72 - Fix leak with useless statements such as "foo"; 2000-12-18 13:28:32 +00:00
Andi Gutmans
9a87dc3bdc - Testing Sascha's CVS commit script which should work with branches. 2000-12-18 13:25:53 +00:00
Andi Gutmans
361d04b84b - Testing 2000-12-18 13:24:58 +00:00
Andi Gutmans
1b5493f819 - Testing 2000-12-18 13:23:45 +00:00
Andi Gutmans
2949dcb6c0 - Testing 2000-12-18 13:21:47 +00:00
Andi Gutmans
9722c1397a - Testing 2000-12-18 13:21:07 +00:00
Andi Gutmans
f23ebb7c5e - Testin 2000-12-18 13:20:01 +00:00
Zeev Suraski
603a23ade2 Test, ignore 2000-12-18 13:18:02 +00:00
Zeev Suraski
675985c892 Test, ignore 2000-12-18 13:14:05 +00:00
Zeev Suraski
2ef76284f0 Test, ignore 2000-12-18 13:12:16 +00:00
Zeev Suraski
1f7f2416be Test, ignore 2000-12-18 13:07:50 +00:00
Zeev Suraski
43c94f221a Test, ignore 2000-12-18 13:01:59 +00:00
Hartmut Holzgraefe
96ccf69301 fixed BUG #8306: shmat() returns -1 on errors, not NULL 2000-12-18 12:22:28 +00:00
Stanislav Malyshev
138ea941fa Add notice when auto-converting array to string 2000-12-18 08:47:17 +00:00
d6f0bd3bb8 ChangeLog update 2000-12-18 02:09:08 +00:00
Andi Gutmans
d63f8130bc - Clean up the scanner a tiny bit while messing with it. 2000-12-17 20:23:24 +00:00
Andi Gutmans
6529b06618 - %> without asp_tags should not be treated as inline_html but as regular
tokens. Of course the parser will die with a parse error which is the
  correct behavior.
2000-12-17 20:10:16 +00:00
Andi Gutmans
5868427dcf - Fix problem in one line comments with line endings such as ??> 2000-12-17 20:03:35 +00:00
Stanislav Malyshev
98f2db94ec Fix #8279 (-2147483647 > 2147483647).
# Long addition/subtraction may not fit long.
2000-12-17 16:02:59 +00:00
Stanislav Malyshev
8b1377043d No need to link main binary with ODBC libs if we use shared module 2000-12-17 11:17:50 +00:00
Thies C. Arntzen
2c650cd178 add a reminder about #3149 2000-12-17 09:27:42 +00:00
2bb4b1e604 ChangeLog update 2000-12-17 02:09:10 +00:00
Sascha Schumann
2d011afbfd Don't do anything, if the input string has a length of 0.
PR: #7686
2000-12-17 02:09:07 +00:00
Andi Gutmans
9fbd0a24ba - How did CVS let me commit this? Probably it confused with the branch
merge
2000-12-16 21:01:21 +00:00
Andi Gutmans
8518010945 - In PHP we're supposed to only use MAXPATHLEN (defined in php.h) 2000-12-16 20:56:44 +00:00
Andi Gutmans
86a1cace27 - Make all places use MAXPATHLEN in the same way. It includes the
terminating NULL.
2000-12-16 20:52:43 +00:00
93a93c2429 ChangeLog update 2000-12-16 02:09:27 +00:00
c01d3612e9 NEWS update 2000-12-16 02:09:23 +00:00