Clayton Collie
8e58cc501f
Modified Makefile.in so scanf.c compiles
2000-06-06 19:11:50 +00:00
Jouni Ahto
4f0f3c3ba0
- Preparing to add new image types to gd module.
...
# Sascha, if you see this, why are there two checks for jpeg dirs
# (PHP_GD_JPEG)? I just literally applied the same method to check for
# Xpm libs, don't know how to fix it. Could you please have a look at this?
2000-06-06 19:06:46 +00:00
Clayton Collie
0b7fd17c2b
Added sscanf() function.
2000-06-06 18:58:15 +00:00
Andi Gutmans
d7ac0f2c9d
- I didn't have anything to do with this buggy code. Just kidding :)
2000-06-06 18:54:00 +00:00
Frank M. Kromann
a14261bc42
adding definition for EWOULDBLOCK for Win32 to compile
2000-06-06 18:30:06 +00:00
Hartmut Holzgraefe
7864fdfdee
added missing '/' to closing <center> tag (BUG ID #4416 )
2000-06-06 17:26:15 +00:00
Hartmut Holzgraefe
6dd322874e
added T1LIB information to info function
2000-06-06 17:12:05 +00:00
Thies C. Arntzen
11fabacc3c
add check for stdbool.h
2000-06-06 14:13:35 +00:00
Thies C. Arntzen
0e0f3eb097
bool -> int
2000-06-06 13:49:41 +00:00
Thies C. Arntzen
10eb67a3aa
@- added fflush() function. (Eric Huss)
...
# the socket fsync() might not work on Win32.
#
# i'm not sure if we need any code for flushing sockets as they are
# currently alway written via write().
2000-06-06 12:16:44 +00:00
Thies C. Arntzen
8ed100e5c5
hashtable.h -> expat_hashtable.h
2000-06-06 10:06:45 +00:00
Frank M. Kromann
eedf4e973f
Adding correct compiler directives for Win32 compilation
2000-06-06 07:26:04 +00:00
Joey Smith
663d46ea23
Use common naming convention.
2000-06-06 05:42:11 +00:00
Joey Smith
edfd7f9a80
Get the version #'s right...
2000-06-06 05:13:07 +00:00
Sterling Hughes
48ef2d62ba
Move to the Z_*_PP macros.
2000-06-06 00:34:00 +00:00
Sascha Schumann
e2168491a1
Move hashtable.h to expat_hashtable.h.
2000-06-06 00:27:18 +00:00
Sascha Schumann
45a5555b09
Move global.h to php_global.h.
2000-06-05 23:59:06 +00:00
Sascha Schumann
102c6ce4b8
Move main.h to php_main.h.
2000-06-05 23:24:42 +00:00
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
2000-06-05 19:47:54 +00:00
Rasmus Lerdorf
1cefd77f1c
Oops, fixed slight miscue there. Now it works.
2000-06-05 19:35:15 +00:00
Jouni Ahto
9d2bcf2bd0
- Restore locale settings to state they were at module startup if they
...
were changed.
2000-06-05 18:47:34 +00:00
Rasmus Lerdorf
194e8828a1
@ Clean up constants in flock() function and add optional 3rd arg which
...
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is set to true on EWOULDBLOCK
2000-06-05 17:56:01 +00:00
Frank M. Kromann
2bfe0001da
Getting exif module to compile on win32
2000-06-05 16:42:03 +00:00
Frank M. Kromann
e93df14b67
fixing compiler directive so the module will actually build a php module
2000-06-05 16:26:46 +00:00
Uwe Steinmann
a8401a33c6
- should now compile and configure with libxml 2.0.0
2000-06-05 15:39:29 +00:00
Hartmut Holzgraefe
50b014b957
compile fix regarding bug report #4780
2000-06-05 15:17:25 +00:00
Jouni Ahto
d5d6c79584
(pg_connect) Missed adding reference to link.
2000-06-04 23:06:11 +00:00
Zeev Suraski
4a1da8b6f9
Fix Win32 build
2000-06-04 22:00:17 +00:00
Jouni Ahto
b9d1b21598
- Added functions pg_loimport(), pg_loexport().
...
@- Added functions pg_loimport(), pg_loexport(). (Jouni)
2000-06-04 20:24:07 +00:00
Rasmus Lerdorf
7eec1997ef
@ Add SWF support to getimagesize() function (Derick Rethans)
...
Add SWF support to getimagesize() function
2000-06-04 18:29:15 +00:00
Stanislav Malyshev
a23c64ee8b
\0 is part of they key, but not of the variable
2000-06-04 15:43:04 +00:00
Stanislav Malyshev
5af7dff758
add opendir to VIRTUAL_DIR
2000-06-04 08:29:11 +00:00
Stanislav Malyshev
7f158268aa
chdir returns 0 on success, compare against it
2000-06-04 07:57:40 +00:00
Zeev Suraski
5673378ea6
- Allow all functions that receive user-defined function callbacks to accept
...
an array that contains an object and a method name, in place of a function
name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)
2000-06-03 04:16:46 +00:00
Zeev Suraski
d1f1d40527
- Make the INI entries sorted in phpinfo()
2000-06-03 03:05:29 +00:00
Zeev Suraski
ab36e22aeb
Small optimization
2000-06-02 12:24:24 +00:00
Chuck Hagenbuch
a4146cc890
patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.
2000-06-01 20:19:26 +00:00
Andrei Zmievski
4ef2af7c72
Update header file.
2000-06-01 16:34:50 +00:00
Andrei Zmievski
1db5c7d1e2
@- Cleaned up PCRE extension and made it binary-safe. (Andrei)
2000-06-01 16:34:00 +00:00
Jouni Ahto
467c4314b8
(ucwords) Remove unnecessary code.
...
# Didn't keep my promise to stop...
2000-06-01 14:56:28 +00:00
Jouni Ahto
c106ab8ba0
(ucwords) Yet another fix for #4748 .
...
# Last one from me today, I must have a beer now.
2000-06-01 14:40:41 +00:00
Andrei Zmievski
48db9618b8
Some tweaks.
2000-06-01 14:18:45 +00:00
Andrei Zmievski
4c818aec33
@- Added third argument to in_array(). If it's true, then in_array()
...
@ will use strict comparison instead of the default one. (Andrei)
Fixes bug #4753
2000-06-01 13:52:08 +00:00
Jouni Ahto
30c5b53ad1
(ucwords) Fixed fix for fix for fix for #4748 .
...
# Today's most fixed bug.
2000-06-01 13:38:23 +00:00
Hartmut Holzgraefe
a35237795f
uh, off by one?!! this time it's regression-tested, fast and compact
2000-06-01 11:47:48 +00:00
Jouni Ahto
3c51a88d0c
(ucwords) Another try to fix #4748 .
2000-06-01 10:07:44 +00:00
Hartmut Holzgraefe
f27956eb19
ucwords will now test against isspace() instead of just ==" "
...
(see BUG #4748 )
2000-06-01 09:56:54 +00:00
Jouni Ahto
8fe69306dc
Correct fix this time... (?)
2000-05-31 22:44:29 +00:00
Jouni Ahto
1e7c5b8562
Fix a nasty off-by-one with negative numbers.
...
# Hey, this has been there for years undetected.
2000-05-31 22:27:09 +00:00
Zeev Suraski
a00a1d12ea
@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
2000-05-31 20:40:28 +00:00